forked from airbytehq/airbyte
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
40 additions
and
339 deletions.
There are no files selected for viewing
315 changes: 11 additions & 304 deletions
315
airbyte-integrations/connectors/source-hubspot/integration_tests/incremental_catalog.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,316 +1,23 @@ | ||
{ | ||
"streams": [ | ||
{ | ||
"stream": { | ||
"name": "campaigns", | ||
"json_schema": {}, | ||
"supported_sync_modes": ["full_refresh", "incremental"], | ||
"source_defined_cursor": true, | ||
"default_cursor_field": ["lastUpdatedTime"] | ||
}, | ||
"sync_mode": "incremental", | ||
"cursor_field": ["lastUpdatedTime"], | ||
"destination_sync_mode": "append" | ||
}, | ||
{ | ||
"stream": { | ||
"name": "companies", | ||
"json_schema": {}, | ||
"supported_sync_modes": ["full_refresh", "incremental"], | ||
"source_defined_cursor": true, | ||
"default_cursor_field": ["updatedAt"] | ||
}, | ||
"sync_mode": "incremental", | ||
"cursor_field": ["updatedAt"], | ||
"destination_sync_mode": "append" | ||
}, | ||
{ | ||
"stream": { | ||
"name": "contact_lists", | ||
"json_schema": {}, | ||
"supported_sync_modes": ["full_refresh", "incremental"], | ||
"source_defined_cursor": true, | ||
"default_cursor_field": ["updatedAt"] | ||
}, | ||
"sync_mode": "incremental", | ||
"cursor_field": ["updatedAt"], | ||
"destination_sync_mode": "append" | ||
}, | ||
{ | ||
"stream": { | ||
"name": "contacts", | ||
"json_schema": {}, | ||
"supported_sync_modes": ["full_refresh", "incremental"], | ||
"source_defined_cursor": true, | ||
"default_cursor_field": ["updatedAt"] | ||
}, | ||
"sync_mode": "incremental", | ||
"cursor_field": ["updatedAt"], | ||
"destination_sync_mode": "append" | ||
}, | ||
{ | ||
"stream": { | ||
"name": "deal_pipelines", | ||
"json_schema": {}, | ||
"supported_sync_modes": ["full_refresh", "incremental"], | ||
"source_defined_cursor": true, | ||
"default_cursor_field": ["updatedAt"] | ||
}, | ||
"sync_mode": "incremental", | ||
"cursor_field": ["updatedAt"], | ||
"destination_sync_mode": "append" | ||
}, | ||
{ | ||
"stream": { | ||
"name": "deal_splits", | ||
"json_schema": {}, | ||
"supported_sync_modes": ["full_refresh", "incremental"], | ||
"source_defined_cursor": true, | ||
"default_cursor_field": ["updatedAt"] | ||
}, | ||
"sync_mode": "incremental", | ||
"cursor_field": ["updatedAt"], | ||
"destination_sync_mode": "append" | ||
}, | ||
{ | ||
"stream": { | ||
"name": "deals", | ||
"json_schema": {}, | ||
"supported_sync_modes": ["full_refresh", "incremental"], | ||
"source_defined_cursor": true, | ||
"default_cursor_field": ["updatedAt"] | ||
}, | ||
"sync_mode": "incremental", | ||
"cursor_field": ["updatedAt"], | ||
"destination_sync_mode": "append" | ||
}, | ||
{ | ||
"stream": { | ||
"name": "deals_archived", | ||
"json_schema": {}, | ||
"supported_sync_modes": ["full_refresh", "incremental"], | ||
"source_defined_cursor": true, | ||
"default_cursor_field": ["archivedAt"] | ||
}, | ||
"sync_mode": "incremental", | ||
"cursor_field": ["archivedAt"], | ||
"destination_sync_mode": "append" | ||
}, | ||
{ | ||
"stream": { | ||
"name": "email_events", | ||
"json_schema": {}, | ||
"supported_sync_modes": ["full_refresh", "incremental"], | ||
"source_defined_cursor": true, | ||
"default_cursor_field": ["created"] | ||
}, | ||
"sync_mode": "incremental", | ||
"cursor_field": ["created"], | ||
"destination_sync_mode": "append" | ||
}, | ||
{ | ||
"stream": { | ||
"name": "engagements", | ||
"json_schema": {}, | ||
"supported_sync_modes": ["full_refresh", "incremental"], | ||
"source_defined_cursor": true, | ||
"default_cursor_field": ["lastUpdated"] | ||
}, | ||
"sync_mode": "incremental", | ||
"cursor_field": ["lastUpdated"], | ||
"destination_sync_mode": "append" | ||
}, | ||
{ | ||
"stream": { | ||
"name": "engagements_calls", | ||
"json_schema": {}, | ||
"supported_sync_modes": ["full_refresh", "incremental"], | ||
"source_defined_cursor": true, | ||
"default_cursor_field": ["updatedAt"] | ||
}, | ||
"sync_mode": "incremental", | ||
"cursor_field": ["updatedAt"], | ||
"destination_sync_mode": "append" | ||
}, | ||
{ | ||
"stream": { | ||
"name": "engagements_emails", | ||
"json_schema": {}, | ||
"supported_sync_modes": ["full_refresh", "incremental"], | ||
"source_defined_cursor": true, | ||
"default_cursor_field": ["updatedAt"] | ||
}, | ||
"sync_mode": "incremental", | ||
"cursor_field": ["updatedAt"], | ||
"destination_sync_mode": "append" | ||
}, | ||
{ | ||
"stream": { | ||
"name": "engagements_meetings", | ||
"json_schema": {}, | ||
"supported_sync_modes": ["full_refresh", "incremental"], | ||
"source_defined_cursor": true, | ||
"default_cursor_field": ["updatedAt"] | ||
}, | ||
"sync_mode": "incremental", | ||
"cursor_field": ["updatedAt"], | ||
"destination_sync_mode": "append" | ||
}, | ||
{ | ||
"stream": { | ||
"name": "engagements_notes", | ||
"json_schema": {}, | ||
"supported_sync_modes": ["full_refresh", "incremental"], | ||
"source_defined_cursor": true, | ||
"default_cursor_field": ["updatedAt"] | ||
}, | ||
"sync_mode": "incremental", | ||
"cursor_field": ["updatedAt"], | ||
"destination_sync_mode": "append" | ||
}, | ||
{ | ||
"stream": { | ||
"name": "engagements_tasks", | ||
"json_schema": {}, | ||
"supported_sync_modes": ["full_refresh", "incremental"], | ||
"source_defined_cursor": true, | ||
"default_cursor_field": ["updatedAt"] | ||
}, | ||
"sync_mode": "incremental", | ||
"cursor_field": ["updatedAt"], | ||
"destination_sync_mode": "append" | ||
}, | ||
{ | ||
"stream": { | ||
"name": "forms", | ||
"json_schema": {}, | ||
"supported_sync_modes": ["full_refresh", "incremental"], | ||
"source_defined_cursor": true, | ||
"default_cursor_field": ["updatedAt"] | ||
}, | ||
"sync_mode": "incremental", | ||
"cursor_field": ["updatedAt"], | ||
"destination_sync_mode": "append" | ||
}, | ||
{ | ||
"stream": { | ||
"name": "goals", | ||
"json_schema": {}, | ||
"supported_sync_modes": ["full_refresh", "incremental"], | ||
"source_defined_cursor": true, | ||
"default_cursor_field": ["updatedAt"] | ||
}, | ||
"sync_mode": "incremental", | ||
"cursor_field": ["updatedAt"], | ||
"destination_sync_mode": "append" | ||
}, | ||
{ | ||
"stream": { | ||
"name": "line_items", | ||
"json_schema": {}, | ||
"supported_sync_modes": ["full_refresh", "incremental"], | ||
"source_defined_cursor": true, | ||
"default_cursor_field": ["updatedAt"] | ||
}, | ||
"sync_mode": "incremental", | ||
"cursor_field": ["updatedAt"], | ||
"destination_sync_mode": "append" | ||
}, | ||
{ | ||
"stream": { | ||
"name": "owners", | ||
"json_schema": {}, | ||
"supported_sync_modes": ["full_refresh", "incremental"], | ||
"source_defined_cursor": true, | ||
"default_cursor_field": ["updatedAt"] | ||
}, | ||
"sync_mode": "incremental", | ||
"cursor_field": ["updatedAt"], | ||
"destination_sync_mode": "append" | ||
}, | ||
{ | ||
"stream": { | ||
"name": "products", | ||
"json_schema": {}, | ||
"supported_sync_modes": ["full_refresh", "incremental"], | ||
"source_defined_cursor": true, | ||
"default_cursor_field": ["updatedAt"] | ||
}, | ||
"sync_mode": "incremental", | ||
"cursor_field": ["updatedAt"], | ||
"destination_sync_mode": "append" | ||
}, | ||
{ | ||
"stream": { | ||
"name": "subscription_changes", | ||
"json_schema": {}, | ||
"supported_sync_modes": ["full_refresh", "incremental"], | ||
"source_defined_cursor": true, | ||
"default_cursor_field": ["timestamp"] | ||
}, | ||
"sync_mode": "incremental", | ||
"cursor_field": ["timestamp"], | ||
"destination_sync_mode": "append" | ||
}, | ||
{ | ||
"stream": { | ||
"name": "tickets", | ||
"json_schema": {}, | ||
"supported_sync_modes": ["full_refresh", "incremental"], | ||
"source_defined_cursor": true, | ||
"default_cursor_field": ["updatedAt"] | ||
}, | ||
"sync_mode": "incremental", | ||
"cursor_field": ["updatedAt"], | ||
"destination_sync_mode": "append" | ||
}, | ||
{ | ||
"stream": { | ||
"name": "workflows", | ||
"json_schema": {}, | ||
"supported_sync_modes": ["full_refresh", "incremental"], | ||
"source_defined_cursor": true, | ||
"default_cursor_field": ["updatedAt"] | ||
}, | ||
"sync_mode": "incremental", | ||
"cursor_field": ["updatedAt"], | ||
"destination_sync_mode": "append" | ||
}, | ||
{ | ||
"stream": { | ||
"name": "contacts_property_history", | ||
"json_schema": {}, | ||
"supported_sync_modes": ["full_refresh", "incremental"], | ||
"source_defined_cursor": true, | ||
"default_cursor_field": ["timestamp"] | ||
}, | ||
"sync_mode": "incremental", | ||
"cursor_field": ["timestamp"], | ||
"destination_sync_mode": "append" | ||
}, | ||
{ | ||
"stream": { | ||
"name": "companies_property_history", | ||
"json_schema": {}, | ||
"supported_sync_modes": ["full_refresh", "incremental"], | ||
"source_defined_cursor": true, | ||
"default_cursor_field": ["timestamp"] | ||
}, | ||
"sync_mode": "incremental", | ||
"cursor_field": ["timestamp"], | ||
"destination_sync_mode": "append" | ||
}, | ||
{ | ||
"stream": { | ||
"name": "deals_property_history", | ||
"json_schema": {}, | ||
"supported_sync_modes": ["full_refresh", "incremental"], | ||
"supported_sync_modes": [ | ||
"full_refresh", | ||
"incremental" | ||
], | ||
"source_defined_cursor": true, | ||
"default_cursor_field": ["timestamp"] | ||
"default_cursor_field": [ | ||
"updatedAt" | ||
] | ||
}, | ||
"sync_mode": "incremental", | ||
"cursor_field": ["timestamp"], | ||
"cursor_field": [ | ||
"updatedAt" | ||
], | ||
"destination_sync_mode": "append" | ||
} | ||
] | ||
} | ||
} |
Oops, something went wrong.