-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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: ensure inline schemas, updated cdk, poetry…
… (where possible) (#36634) Co-authored-by: Christo Grabowski <[email protected]>
- Loading branch information
1 parent
b85d0d1
commit 85779fc
Showing
17 changed files
with
736 additions
and
59 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
10 changes: 5 additions & 5 deletions
10
airbyte-integrations/connectors/source-facebook-marketing/poetry.lock
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 = "2.1.5" | ||
version = "2.1.7" | ||
name = "source-facebook-marketing" | ||
description = "Source implementation for Facebook Marketing." | ||
authors = [ "Airbyte <[email protected]>",] | ||
|
@@ -17,7 +17,7 @@ include = "source_facebook_marketing" | |
|
||
[tool.poetry.dependencies] | ||
python = "^3.9,<3.12" | ||
airbyte-cdk = "^0" | ||
airbyte-cdk = "0.81.6" | ||
facebook-business = "19.0.0" | ||
cached-property = "==1.5.2" | ||
|
||
|
13 changes: 13 additions & 0 deletions
13
...ns/connectors/source-facebook-marketing/source_facebook_marketing/schemas/activities.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
Oops, something went wrong.