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
Copy file name to clipboardexpand all lines: airbyte-integrations/connectors/source-facebook-marketing/integration_tests/spec.json
+7-25
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,7 @@
10
10
"description": "The date from which you'd like to replicate data for AdCreatives and AdInsights APIs, in the format YYYY-MM-DDT00:00:00Z. All data generated after this date will be replicated.",
"description": "The date until which you'd like to replicate data for AdCreatives and AdInsights APIs, in the format YYYY-MM-DDT00:00:00Z. All data generated between start_date and this date will be replicated. Not setting this option will result in always syncing the latest data.",
Copy file name to clipboardexpand all lines: airbyte-integrations/connectors/source-facebook-marketing/source_facebook_marketing/streams/async_job_manager.py
Copy file name to clipboardexpand all lines: airbyte-integrations/connectors/source-facebook-marketing/source_facebook_marketing/streams/insights_streams.py
+25-16
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,24 @@
4
4
5
5
importcopy
6
6
importlogging
7
-
fromtypingimportAny, Iterable, List, Mapping, MutableMapping, Optional, Iterator, Union
0 commit comments