forked from apache/airflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix dynamic imports in google ads vendored in library (apache#30544)
This is a further fix to vendor-in google-ads library: * moving from _vendor to google_vendor is needed to keep the tree structure separate from `google` package used in google provider. If we do not do that, ads library will find "google" package when walking up the tree and will determine that this is the "top" google package * dynamic imports of ads library imports have been updated to also import from the vendored-in library * only v12 version is supported Closes: apache#30526
- Loading branch information
Showing
1,308 changed files
with
4,037 additions
and
4,020 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
Oops, something went wrong.