Skip to content

Commit

Permalink
✨ Source Partnerstack : add incremental Feature (#48782)
Browse files Browse the repository at this point in the history
Co-authored-by: Marcos Marx <[email protected]>
Co-authored-by: marcosmarxm <[email protected]>
  • Loading branch information
3 people authored Dec 6, 2024
1 parent 430f8bf commit 2d58755
Show file tree
Hide file tree
Showing 6 changed files with 319 additions and 267 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,46 +4,46 @@
"stream": {
"name": "customers",
"json_schema": {},
"supported_sync_modes": ["full_refresh"]
"supported_sync_modes": ["full_refresh", "incremental"]
},
"sync_mode": "full_refresh",
"destination_sync_mode": "overwrite"
"sync_mode": "incremental",
"destination_sync_mode": "append"
},
{
"stream": {
"name": "deals",
"json_schema": {},
"supported_sync_modes": ["full_refresh"]
"supported_sync_modes": ["full_refresh", "incremental"]
},
"sync_mode": "full_refresh",
"destination_sync_mode": "overwrite"
"sync_mode": "incremental",
"destination_sync_mode": "append"
},
{
"stream": {
"name": "groups",
"json_schema": {},
"supported_sync_modes": ["full_refresh"]
"supported_sync_modes": ["full_refresh", "incremental"]
},
"sync_mode": "full_refresh",
"destination_sync_mode": "overwrite"
"sync_mode": "incremental",
"destination_sync_mode": "append"
},
{
"stream": {
"name": "leads",
"json_schema": {},
"supported_sync_modes": ["full_refresh"]
"supported_sync_modes": ["full_refresh", "incremental"]
},
"sync_mode": "full_refresh",
"destination_sync_mode": "overwrite"
"sync_mode": "incremental",
"destination_sync_mode": "append"
},
{
"stream": {
"name": "partnerships",
"json_schema": {},
"supported_sync_modes": ["full_refresh"]
"supported_sync_modes": ["full_refresh", "incremental"]
},
"sync_mode": "full_refresh",
"destination_sync_mode": "overwrite"
"sync_mode": "incremental",
"destination_sync_mode": "append"
},
{
"stream": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: d30fb809-6456-484d-8e2c-ee12e0f6888d
dockerImageTag: 0.1.25
dockerImageTag: 0.2.0
dockerRepository: airbyte/source-partnerstack
githubIssueLabel: source-partnerstack
icon: partnerstack.svg
Expand Down
Loading

0 comments on commit 2d58755

Please sign in to comment.