-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ref(source-google-ads): raise exception on missing stream (#46543)
Signed-off-by: Artem Inzhyyants <[email protected]>
- Loading branch information
Showing
9 changed files
with
344 additions
and
145 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
424 changes: 317 additions & 107 deletions
424
airbyte-integrations/connectors/source-google-ads/poetry.lock
Large diffs are not rendered by default.
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 = "3.7.5" | ||
version = "3.7.6" | ||
name = "source-google-ads" | ||
description = "Source implementation for Google Ads." | ||
authors = [ "Airbyte <[email protected]>",] | ||
|
@@ -19,7 +19,7 @@ include = "source_google_ads" | |
python = "^3.10,<3.12" | ||
google-ads = "==25.0.0" | ||
protobuf = "==4.25.2" | ||
airbyte-cdk = "^4" | ||
airbyte-cdk = "^5" | ||
|
||
[tool.poetry.scripts] | ||
source-google-ads = "source_google_ads.run:run" | ||
|
@@ -28,4 +28,4 @@ source-google-ads = "source_google_ads.run:run" | |
pytest-mock = "^3.12.0" | ||
requests-mock = "^1.11.0" | ||
freezegun = "^1.4.0" | ||
pytest = "^6.1" | ||
pytest = "^7" |
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
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