apache-airflow-providers-google 10.21.1rc1__py3-none-any.whl → 10.21.1rc2__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.
@@ -929,7 +929,9 @@ class CloudSQLDatabaseHook(BaseHook):
929
929
  self.log.info("Neither cert path and cert value provided. Nothing to save.")
930
930
  return None
931
931
 
932
- _temp_file = NamedTemporaryFile(mode="w+b", prefix="/tmp/certs/")
932
+ certs_folder = "/tmp/certs/"
933
+ Path(certs_folder).mkdir(parents=True, exist_ok=True)
934
+ _temp_file = NamedTemporaryFile(mode="w+b", prefix=certs_folder)
933
935
  if cert_path:
934
936
  with open(cert_path, "rb") as cert_file:
935
937
  _temp_file.write(cert_file.read())
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: apache-airflow-providers-google
3
- Version: 10.21.1rc1
3
+ Version: 10.21.1rc2
4
4
  Summary: Provider package apache-airflow-providers-google for Apache Airflow
5
5
  Keywords: airflow-provider,google,airflow,integration
6
6
  Author-email: Apache Software Foundation <dev@airflow.apache.org>
@@ -177,7 +177,7 @@ Provides-Extra: trino
177
177
 
178
178
  Package ``apache-airflow-providers-google``
179
179
 
180
- Release: ``10.21.1.rc1``
180
+ Release: ``10.21.1.rc2``
181
181
 
182
182
 
183
183
  Google services including:
@@ -31,7 +31,7 @@ airflow/providers/google/cloud/hooks/cloud_build.py,sha256=jqjvBxP1T4u-h7lDcmADg
31
31
  airflow/providers/google/cloud/hooks/cloud_composer.py,sha256=_GRmI4CHry6_J8-ABccsSy-xpQJ5hmHxzu9je4UGCSg,28716
32
32
  airflow/providers/google/cloud/hooks/cloud_memorystore.py,sha256=4hUbVhN-AphoOjQ5NB2Ge4Z2Ay6vd5gnyvlxE3ffzWQ,40442
33
33
  airflow/providers/google/cloud/hooks/cloud_run.py,sha256=VfcDtF1APloCiVn6Fu6vEiXrRvAFaPnkndq_I8bfIlk,7362
34
- airflow/providers/google/cloud/hooks/cloud_sql.py,sha256=4kEY5py-n-dvTKiQwgpFLYEDBe8MmBF6WqzrN4sfKcA,53344
34
+ airflow/providers/google/cloud/hooks/cloud_sql.py,sha256=H0tWvU3KOCKwJ2whdxU7hOO8OMgPwysKirsQUooU1jQ,53442
35
35
  airflow/providers/google/cloud/hooks/cloud_storage_transfer_service.py,sha256=hn0M_lJ8l_FdSeax6UeLmynLXtYvTPDUIjDNQ5mARyk,22963
36
36
  airflow/providers/google/cloud/hooks/compute.py,sha256=sBpi7oZjJwV4JPkWm3iKw23l7cAjHDET2MU9S8FOc58,40673
37
37
  airflow/providers/google/cloud/hooks/compute_ssh.py,sha256=GTSiuhDFpeN-7n8ggrF-XBaPQ2hfk80tWChGImYGpTo,15689
@@ -310,7 +310,7 @@ airflow/providers/google/suite/transfers/gcs_to_gdrive.py,sha256=CxtVhp3wlEOBtjR
310
310
  airflow/providers/google/suite/transfers/gcs_to_sheets.py,sha256=4nwXWkTySeBXNuThPxzO7uww_hH6PthpppTeuShn27Q,4363
311
311
  airflow/providers/google/suite/transfers/local_to_drive.py,sha256=ZSK0b1Rd6x_xsP2DVcUzeYu3qoo9Bsp3VmnKyBsFRH8,6105
312
312
  airflow/providers/google/suite/transfers/sql_to_sheets.py,sha256=sORkYSUDArRPnvi8WCiXP7YIXtpAgpEPhf8cqgpu644,5220
313
- apache_airflow_providers_google-10.21.1rc1.dist-info/entry_points.txt,sha256=Ay1Uo7uHxdXCxWew3CyBHumZ44Ld-iR7AcSR2fY-PLw,102
314
- apache_airflow_providers_google-10.21.1rc1.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
315
- apache_airflow_providers_google-10.21.1rc1.dist-info/METADATA,sha256=m0U3M3YFSxrrCHr6O0bIdpqhui2Pm54pax_RmoFyYz8,17137
316
- apache_airflow_providers_google-10.21.1rc1.dist-info/RECORD,,
313
+ apache_airflow_providers_google-10.21.1rc2.dist-info/entry_points.txt,sha256=Ay1Uo7uHxdXCxWew3CyBHumZ44Ld-iR7AcSR2fY-PLw,102
314
+ apache_airflow_providers_google-10.21.1rc2.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
315
+ apache_airflow_providers_google-10.21.1rc2.dist-info/METADATA,sha256=DJ9x5xHT1nCE-iVrDsWHBoIBVAEtVRJb3LZQSS-aOg0,17137
316
+ apache_airflow_providers_google-10.21.1rc2.dist-info/RECORD,,