forked from airbytehq/airbyte
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 Source Facebook Marketing: Fix error during transforming state (air…
- Loading branch information
1 parent
3e87064
commit 444dbff
Showing
16 changed files
with
322 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",] | |
build-backend = "poetry.core.masonry.api" | ||
|
||
[tool.poetry] | ||
version = "1.4.0" | ||
version = "1.4.1" | ||
name = "source-facebook-marketing" | ||
description = "Source implementation for Facebook Marketing." | ||
authors = [ "Airbyte <[email protected]>",] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
15 changes: 15 additions & 0 deletions
15
...t_migrations/include_deleted_to_status_filters/include_deleted_false/test_new_config.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"start_date": "2021-02-08T00:00:00Z", | ||
"end_date": "2021-02-15T00:00:00Z", | ||
"custom_insights": [ | ||
{ | ||
"name": "custom_insight_stream", | ||
"fields": ["account_name", "clicks", "cpc", "account_id", "ad_id"], | ||
"breakdowns": ["gender"], | ||
"action_breakdowns": [] | ||
} | ||
], | ||
"account_ids": ["01234567890"], | ||
"access_token": "access_token", | ||
"include_deleted": false | ||
} |
15 changes: 15 additions & 0 deletions
15
...t_migrations/include_deleted_to_status_filters/include_deleted_false/test_old_config.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"start_date": "2021-02-08T00:00:00Z", | ||
"end_date": "2021-02-15T00:00:00Z", | ||
"custom_insights": [ | ||
{ | ||
"name": "custom_insight_stream", | ||
"fields": ["account_name", "clicks", "cpc", "account_id", "ad_id"], | ||
"breakdowns": ["gender"], | ||
"action_breakdowns": [] | ||
} | ||
], | ||
"include_deleted": false, | ||
"account_ids": ["01234567890"], | ||
"access_token": "access_token" | ||
} |
Oops, something went wrong.