apache-airflow-providers-google 9.0.0rc1__py3-none-any.whl → 9.0.0rc2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -239,7 +239,7 @@ class Interceptor:
239
239
  try:
240
240
  if not self._error_protos:
241
241
  self._error_protos = import_module(
242
- f"google.ads.googleads.{self._api_version}.errors."
242
+ f"airflow.providers.google_vendor.googleads.{self._api_version}.errors."
243
243
  "types.errors"
244
244
  )
245
245
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: apache-airflow-providers-google
3
- Version: 9.0.0rc1
3
+ Version: 9.0.0rc2
4
4
  Summary: Provider for Apache Airflow. Implements apache-airflow-providers-google package
5
5
  Home-page: https://airflow.apache.org/
6
6
  Download-URL: https://archive.apache.org/dist/airflow/providers
@@ -145,7 +145,7 @@ Requires-Dist: apache-airflow-providers-trino ; extra == 'trino'
145
145
 
146
146
  Package ``apache-airflow-providers-google``
147
147
 
148
- Release: ``9.0.0rc1``
148
+ Release: ``9.0.0rc2``
149
149
 
150
150
 
151
151
  Google services including:
@@ -325,6 +325,7 @@ API versions of google-ads.
325
325
 
326
326
  * ``Update DV360 operators to use API v2 (#30326)``
327
327
  * ``Fix dynamic imports in google ads vendored in library (#30544)``
328
+ * ``Fix one more dynamic import needed for vendored-in google ads (#30564)``
328
329
 
329
330
  Features
330
331
  ~~~~~~~~
@@ -295,7 +295,7 @@ airflow/providers/google_vendor/googleads/util.py,sha256=Lf82hFbsvNhF_11RQ8R6vrP
295
295
  airflow/providers/google_vendor/googleads/interceptors/__init__.py,sha256=G_aAXkb3YGtco37qLr_kw7VvTqrSJic6xU8lrLCx_10,809
296
296
  airflow/providers/google_vendor/googleads/interceptors/exception_interceptor.py,sha256=YmXMbtdAjcqndqXw0Yfmj-q-myW7WIlH7BDR-HsI_6U,5621
297
297
  airflow/providers/google_vendor/googleads/interceptors/helpers.py,sha256=CX9SCDfyyF-gWcRx1grgAldYIhMTGbdxPtmwCcLjmOs,6562
298
- airflow/providers/google_vendor/googleads/interceptors/interceptor.py,sha256=ouebPl55LPWHEPyRLk7iA-qt_TmcTaWQbqVfVrYozgE,9321
298
+ airflow/providers/google_vendor/googleads/interceptors/interceptor.py,sha256=uGG5d9zbcLodxRL4cu184EbstbadTxnjlKXfYVOuFT4,9342
299
299
  airflow/providers/google_vendor/googleads/interceptors/logging_interceptor.py,sha256=qdKalluRnMwFYSsjb8V2vsinVq6qqesv6YXuLufCrhM,14000
300
300
  airflow/providers/google_vendor/googleads/interceptors/metadata_interceptor.py,sha256=c07BI9y0X4CptmAnwQQbGtj6lweaUs861V4DOFDEZ7Y,7307
301
301
  airflow/providers/google_vendor/googleads/interceptors/response_wrappers.py,sha256=bB65D-OSGh7n6QxghjjajNzQA3KaZN9CvUVy3qVF9J4,5706
@@ -1584,10 +1584,10 @@ airflow/providers/google_vendor/googleads/v12/services/types/third_party_app_ana
1584
1584
  airflow/providers/google_vendor/googleads/v12/services/types/user_data_service.py,sha256=RT0Yob9cww0IteyQBb5pNVM7KfDFtaeW_o29rohRwIk,4388
1585
1585
  airflow/providers/google_vendor/googleads/v12/services/types/user_list_service.py,sha256=UdAegMyAfN93pLRZLUOx8hNkqLIyW3xlC1BWniKoSGo,5234
1586
1586
  airflow/providers/google_vendor/googleads/v12/types/__init__.py,sha256=cy2W0ArG0dH2c6GO6MSWmmdZDYSu0lnc4KfvgYxp0ak,600
1587
- apache_airflow_providers_google-9.0.0rc1.dist-info/LICENSE,sha256=gXPVwptPlW1TJ4HSuG5OMPg-a3h43OGMkZRR1rpwfJA,10850
1588
- apache_airflow_providers_google-9.0.0rc1.dist-info/METADATA,sha256=rlpgcscwb_G5BOtaCWebqp1uh4ANZkW6GSQ4c62wz0M,79723
1589
- apache_airflow_providers_google-9.0.0rc1.dist-info/NOTICE,sha256=m-6s2XynUxVSUIxO4rVablAZCvFq-wmLrqV91DotRBw,240
1590
- apache_airflow_providers_google-9.0.0rc1.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
1591
- apache_airflow_providers_google-9.0.0rc1.dist-info/entry_points.txt,sha256=GQrsexDfU-Y8Dtn6VzRCI3fkXSZwdor4R206FXPerlg,103
1592
- apache_airflow_providers_google-9.0.0rc1.dist-info/top_level.txt,sha256=OeMVH5md7fr2QQWpnZoOWWxWO-0WH1IP70lpTVwopPg,8
1593
- apache_airflow_providers_google-9.0.0rc1.dist-info/RECORD,,
1587
+ apache_airflow_providers_google-9.0.0rc2.dist-info/LICENSE,sha256=gXPVwptPlW1TJ4HSuG5OMPg-a3h43OGMkZRR1rpwfJA,10850
1588
+ apache_airflow_providers_google-9.0.0rc2.dist-info/METADATA,sha256=BTTDe0k9QgPOC2tgyLFUPUZ18_NPMzeAVIIci0oVmzs,79800
1589
+ apache_airflow_providers_google-9.0.0rc2.dist-info/NOTICE,sha256=m-6s2XynUxVSUIxO4rVablAZCvFq-wmLrqV91DotRBw,240
1590
+ apache_airflow_providers_google-9.0.0rc2.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
1591
+ apache_airflow_providers_google-9.0.0rc2.dist-info/entry_points.txt,sha256=GQrsexDfU-Y8Dtn6VzRCI3fkXSZwdor4R206FXPerlg,103
1592
+ apache_airflow_providers_google-9.0.0rc2.dist-info/top_level.txt,sha256=OeMVH5md7fr2QQWpnZoOWWxWO-0WH1IP70lpTVwopPg,8
1593
+ apache_airflow_providers_google-9.0.0rc2.dist-info/RECORD,,