You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* added end date configuration.
* restore and added stream_test in unit test
* updated spec.json
* updated with master
* spec.json updated
* updated streams_test.py
* updated spec.json with new end date
* updated in unit test file
* stream test updated
* fix: formatting and spec
* chore: updated the source-pipedrive version
* fix: formatting and spec
* fix: formatting and spec
* fix: formatting and spec
Co-authored-by: Harshith Mullapudi <[email protected]>
Copy file name to clipboardExpand all lines: airbyte-integrations/connectors/source-tiktok-marketing/integration_tests/spec.json
+14-8
Original file line number
Diff line number
Diff line change
@@ -84,16 +84,28 @@
84
84
"enum": ["LIFETIME", "DAY", "HOUR"],
85
85
"order": 2,
86
86
"type": "string"
87
+
},
88
+
"end_date": {
89
+
"title": "End Date",
90
+
"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.",
0 commit comments