Skip to content

Commit

Permalink
Source Tiktok marketing - increase connector version (#14272)
Browse files Browse the repository at this point in the history
* increased connector version

* increased connector version in seed

* auto-bump connector version

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
  • Loading branch information
midavadim and octavia-squidington-iii authored Jun 29, 2022
1 parent 42ec475 commit 8784481
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -961,7 +961,7 @@
- name: TikTok Marketing
sourceDefinitionId: 4bfac00d-ce15-44ff-95b9-9e3c3e8fbd35
dockerRepository: airbyte/source-tiktok-marketing
dockerImageTag: 0.1.13
dockerImageTag: 0.1.14
documentationUrl: https://docs.airbyte.io/integrations/sources/tiktok-marketing
icon: tiktok.svg
sourceType: api
Expand Down
24 changes: 12 additions & 12 deletions airbyte-config/init/src/main/resources/seed/source_specs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9159,7 +9159,7 @@
supportsNormalization: false
supportsDBT: false
supported_destination_sync_modes: []
- dockerImage: "airbyte/source-tiktok-marketing:0.1.13"
- dockerImage: "airbyte/source-tiktok-marketing:0.1.14"
spec:
documentationUrl: "https://docs.airbyte.io/integrations/sources/tiktok-marketing"
changelogUrl: "https://docs.airbyte.io/integrations/sources/tiktok-marketing"
Expand Down Expand Up @@ -9231,26 +9231,26 @@
pattern: "^[0-9]{4}-[0-9]{2}-[0-9]{2}$"
order: 1
type: "string"
end_date:
title: "End Date"
description: "The date until which you'd like to replicate data for all\
\ incremental streams, in the format YYYY-MM-DD. All data generated between\
\ start_date and this date will be replicated. Not setting this option\
\ will result in always syncing the data till the current date."
pattern: "^[0-9]{4}-[0-9]{2}-[0-9]{2}$"
order: 2
type: "string"
report_granularity:
title: "Report Aggregation Granularity *"
title: "Report Aggregation Granularity"
description: "The granularity used for aggregating performance data in reports.\
\ See <a href=\"https://docs.airbyte.com/integrations/sources/tiktok-marketing/#report-aggregation\"\
>the docs</a>."
default: "DAY"
enum:
- "LIFETIME"
- "DAY"
- "HOUR"
order: 2
type: "string"
end_date:
title: "End Date"
description: "The date until which you'd like to replicate data for all\
\ incremental streams, in the format YYYY-MM-DD. All data generated between\
\ start_date and this date will be replicated. Not setting this option\
\ will result in always syncing the data till the current date."
pattern: "^[0-9]{4}-[0-9]{2}-[0-9]{2}$"
order: 3
airbyte_hidden: true
type: "string"
supportsIncremental: true
supportsNormalization: false
Expand Down
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.13
LABEL io.airbyte.version=0.1.14
LABEL io.airbyte.name=airbyte/source-tiktok-marketing
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class Config:
'href="https://docs.airbyte.com/integrations/sources/tiktok-marketing/#report-aggregation">the docs</a>.',
enum=[g.value for g in ReportGranularity],
order=3,
airbyte_hidden=True
airbyte_hidden=True,
)

@classmethod
Expand Down

0 comments on commit 8784481

Please sign in to comment.