Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Source Slack, Source Tiktok-marketing - fix builds #17557

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1059,7 +1059,7 @@
- name: TikTok Marketing
sourceDefinitionId: 4bfac00d-ce15-44ff-95b9-9e3c3e8fbd35
dockerRepository: airbyte/source-tiktok-marketing
dockerImageTag: 0.1.16
dockerImageTag: 0.1.17
documentationUrl: https://docs.airbyte.io/integrations/sources/tiktok-marketing
icon: tiktok.svg
sourceType: api
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11181,7 +11181,7 @@
supportsNormalization: false
supportsDBT: false
supported_destination_sync_modes: []
- dockerImage: "airbyte/source-tiktok-marketing:0.1.16"
- dockerImage: "airbyte/source-tiktok-marketing:0.1.17"
spec:
documentationUrl: "https://docs.airbyte.io/integrations/sources/tiktok-marketing"
changelogUrl: "https://docs.airbyte.io/integrations/sources/tiktok-marketing"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ tests:
basic_read:
- config_path: "secrets/config.json"
configured_catalog_path: "integration_tests/full_refresh_catalog.json"
expect_records:
path: "integration_tests/expected_records.txt"
incremental:
- config_path: "secrets/config.json"
configured_catalog_path: "integration_tests/incremental_catalog.json"
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ COPY source_tiktok_marketing ./source_tiktok_marketing
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]

LABEL io.airbyte.version=0.1.16
LABEL io.airbyte.version=0.1.17
LABEL io.airbyte.name=airbyte/source-tiktok-marketing
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,22 @@
"source_defined_primary_key": [["id"]]
},
"sync_mode": "full_refresh",
"destination_sync_mode": "append"
"destination_sync_mode": "append",
"primary_key": [["id"]]
},

{
"stream": {
"name": "ads",
"json_schema": {},
"supported_sync_modes": ["full_refresh", "incremental"],
"source_defined_cursor": true,
"default_cursor_field": ["modify_time"],
"source_defined_primary_key": [["ads"]]
"source_defined_primary_key": [["ad_id"]]
},
"sync_mode": "incremental",
"destination_sync_mode": "append"
"destination_sync_mode": "append",
"cursor_field": ["modify_time"],
"primary_key": [["ad_id"]]
},
{
"stream": {
Expand All @@ -33,7 +35,9 @@
"source_defined_primary_key": [["adgroup_id"]]
},
"sync_mode": "incremental",
"destination_sync_mode": "append"
"destination_sync_mode": "append",
"cursor_field": ["modify_time"],
"primary_key": [["adgroup_id"]]
},
{
"stream": {
Expand All @@ -45,7 +49,9 @@
"source_defined_primary_key": [["campaign_id"]]
},
"sync_mode": "incremental",
"destination_sync_mode": "append"
"destination_sync_mode": "append",
"primary_key": [["campaign_id"]],
"cursor_field": ["modify_time"]
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,43 +6,55 @@
"json_schema": {},
"supported_sync_modes": ["full_refresh", "incremental"],
"source_defined_cursor": true,
"default_cursor_field": ["stat_time_day"]
"default_cursor_field": ["stat_time_day"],
"source_defined_primary_key": [["ad_id"]]
},
"sync_mode": "incremental",
"destination_sync_mode": "append"
"destination_sync_mode": "append",
"cursor_field": ["stat_time_day"],
"primary_key": [["ad_id"]]
},
{
"stream": {
"name": "advertisers_reports_daily",
"json_schema": {},
"supported_sync_modes": ["full_refresh", "incremental"],
"source_defined_cursor": true,
"default_cursor_field": ["stat_time_day"]
"default_cursor_field": ["stat_time_day"],
"source_defined_primary_key": [["advertiser_id"]]
},
"sync_mode": "incremental",
"destination_sync_mode": "append"
"destination_sync_mode": "append",
"cursor_field": ["stat_time_day"],
"primary_key": [["advertiser_id"]]
},
{
"stream": {
"name": "ad_groups_reports_daily",
"json_schema": {},
"supported_sync_modes": ["full_refresh", "incremental"],
"source_defined_cursor": true,
"default_cursor_field": ["stat_time_day"]
"default_cursor_field": ["stat_time_day"],
"source_defined_primary_key": [["adgroup_id"]]
},
"sync_mode": "incremental",
"destination_sync_mode": "append"
"destination_sync_mode": "append",
"cursor_field": ["stat_time_day"],
"primary_key": [["adgroup_id"]]
},
{
"stream": {
"name": "campaigns_reports_daily",
"json_schema": {},
"supported_sync_modes": ["full_refresh", "incremental"],
"source_defined_cursor": true,
"default_cursor_field": ["stat_time_day"]
"default_cursor_field": ["stat_time_day"],
"source_defined_primary_key": [["campaign_id"]]
},
"sync_mode": "incremental",
"destination_sync_mode": "append"
"destination_sync_mode": "append",
"cursor_field": ["stat_time_day"],
"primary_key": [["campaign_id"]]
},

{
Expand All @@ -51,43 +63,55 @@
"json_schema": {},
"supported_sync_modes": ["full_refresh", "incremental"],
"source_defined_cursor": true,
"default_cursor_field": ["stat_time_day"]
"default_cursor_field": ["stat_time_day"],
"source_defined_primary_key": [["campaign_id"]]
},
"sync_mode": "incremental",
"destination_sync_mode": "append"
"destination_sync_mode": "append",
"cursor_field": ["stat_time_day"],
"primary_key": [["campaign_id"]]
},
{
"stream": {
"name": "ad_group_audience_reports_daily",
"json_schema": {},
"supported_sync_modes": ["full_refresh", "incremental"],
"source_defined_cursor": true,
"default_cursor_field": ["stat_time_day"]
"default_cursor_field": ["stat_time_day"],
"source_defined_primary_key": [["adgroup_id"]]
},
"sync_mode": "incremental",
"destination_sync_mode": "append"
"destination_sync_mode": "append",
"cursor_field": ["stat_time_day"],
"primary_key": [["adgroup_id"]]
},
{
"stream": {
"name": "ads_audience_reports_daily",
"json_schema": {},
"supported_sync_modes": ["full_refresh", "incremental"],
"source_defined_cursor": true,
"default_cursor_field": ["stat_time_day"]
"default_cursor_field": ["stat_time_day"],
"source_defined_primary_key": [["ad_id"]]
},
"sync_mode": "incremental",
"destination_sync_mode": "append"
"destination_sync_mode": "append",
"cursor_field": ["stat_time_day"],
"primary_key": [["ad_id"]]
},
{
"stream": {
"name": "advertisers_audience_reports_daily",
"json_schema": {},
"supported_sync_modes": ["full_refresh", "incremental"],
"source_defined_cursor": true,
"default_cursor_field": ["stat_time_day"]
"default_cursor_field": ["stat_time_day"],
"source_defined_primary_key": [["advertiser_id"]]
},
"sync_mode": "incremental",
"destination_sync_mode": "append"
"destination_sync_mode": "append",
"cursor_field": ["stat_time_day"],
"primary_key": [["advertiser_id"]]
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,43 +6,55 @@
"json_schema": {},
"supported_sync_modes": ["full_refresh", "incremental"],
"source_defined_cursor": true,
"default_cursor_field": ["stat_time_day"]
"default_cursor_field": ["stat_time_day"],
"source_defined_primary_key": [["ad_id"]]
},
"sync_mode": "full_refresh",
"destination_sync_mode": "append"
"destination_sync_mode": "append",
"cursor_field": ["stat_time_day"],
"primary_key": [["ad_id"]]
},
{
"stream": {
"name": "advertisers_reports_lifetime",
"json_schema": {},
"supported_sync_modes": ["full_refresh", "incremental"],
"source_defined_cursor": true,
"default_cursor_field": ["stat_time_day"]
"default_cursor_field": ["stat_time_day"],
"source_defined_primary_key": [["advertiser_id"]]
},
"sync_mode": "full_refresh",
"destination_sync_mode": "append"
"destination_sync_mode": "append",
"cursor_field": ["stat_time_day"],
"primary_key": [["advertiser_id"]]
},
{
"stream": {
"name": "ad_groups_reports_lifetime",
"json_schema": {},
"supported_sync_modes": ["full_refresh", "incremental"],
"source_defined_cursor": true,
"default_cursor_field": ["stat_time_day"]
"default_cursor_field": ["stat_time_day"],
"source_defined_primary_key": [["adgroup_id"]]
},
"sync_mode": "full_refresh",
"destination_sync_mode": "append"
"destination_sync_mode": "append",
"cursor_field": ["stat_time_day"],
"primary_key": [["adgroup_id"]]
},
{
"stream": {
"name": "campaigns_reports_lifetime",
"json_schema": {},
"supported_sync_modes": ["full_refresh", "incremental"],
"source_defined_cursor": true,
"default_cursor_field": ["stat_time_day"]
"default_cursor_field": ["stat_time_day"],
"source_defined_primary_key": [["campaign_id"]]
},
"sync_mode": "full_refresh",
"destination_sync_mode": "append"
"destination_sync_mode": "append",
"cursor_field": ["stat_time_day"],
"primary_key": [["campaign_id"]]
},

{
Expand All @@ -51,10 +63,13 @@
"json_schema": {},
"supported_sync_modes": ["full_refresh", "incremental"],
"source_defined_cursor": true,
"default_cursor_field": ["stat_time_day"]
"default_cursor_field": ["stat_time_day"],
"source_defined_primary_key": [["advertiser_id"]]
},
"sync_mode": "full_refresh",
"destination_sync_mode": "append"
"destination_sync_mode": "append",
"cursor_field": ["stat_time_day"],
"primary_key": [["advertiser_id"]]
}
]
}
Loading