Skip to content

Commit

Permalink
chore: updated seed spec for tiktok-marketing (#13094)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshithmullapudi authored May 23, 2022
1 parent 120f118 commit 34c133e
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion airbyte-config/init/src/main/resources/seed/source_specs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8777,7 +8777,7 @@
supportsNormalization: false
supportsDBT: false
supported_destination_sync_modes: []
- dockerImage: "airbyte/source-tiktok-marketing:0.1.10"
- dockerImage: "airbyte/source-tiktok-marketing:0.1.11"
spec:
documentationUrl: "https://docs.airbyte.io/integrations/sources/tiktok-marketing"
changelogUrl: "https://docs.airbyte.io/integrations/sources/tiktok-marketing"
Expand Down Expand Up @@ -8861,6 +8861,16 @@
- "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."
default: "2022-05-23"
pattern: "^[0-9]{4}-[0-9]{2}-[0-9]{2}$"
order: 3
type: "string"
supportsIncremental: true
supportsNormalization: false
supportsDBT: false
Expand Down

0 comments on commit 34c133e

Please sign in to comment.