apache-airflow-providers-google 10.22.0__py3-none-any.whl → 10.22.0rc1__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.
- {apache_airflow_providers_google-10.22.0.dist-info → apache_airflow_providers_google-10.22.0rc1.dist-info}/METADATA +9 -9
- {apache_airflow_providers_google-10.22.0.dist-info → apache_airflow_providers_google-10.22.0rc1.dist-info}/RECORD +4 -4
- {apache_airflow_providers_google-10.22.0.dist-info → apache_airflow_providers_google-10.22.0rc1.dist-info}/WHEEL +0 -0
- {apache_airflow_providers_google-10.22.0.dist-info → apache_airflow_providers_google-10.22.0rc1.dist-info}/entry_points.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: apache-airflow-providers-google
|
3
|
-
Version: 10.22.
|
3
|
+
Version: 10.22.0rc1
|
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>
|
@@ -22,9 +22,9 @@ Classifier: Programming Language :: Python :: 3.11
|
|
22
22
|
Classifier: Programming Language :: Python :: 3.12
|
23
23
|
Classifier: Topic :: System :: Monitoring
|
24
24
|
Requires-Dist: PyOpenSSL>=23.0.0
|
25
|
-
Requires-Dist: apache-airflow-providers-common-compat>=1.1.
|
26
|
-
Requires-Dist: apache-airflow-providers-common-sql>=1.7.
|
27
|
-
Requires-Dist: apache-airflow>=2.8.
|
25
|
+
Requires-Dist: apache-airflow-providers-common-compat>=1.1.0rc0
|
26
|
+
Requires-Dist: apache-airflow-providers-common-sql>=1.7.2rc0
|
27
|
+
Requires-Dist: apache-airflow>=2.8.0rc0
|
28
28
|
Requires-Dist: asgiref>=3.5.2
|
29
29
|
Requires-Dist: dill>=0.2.3
|
30
30
|
Requires-Dist: gcloud-aio-auth>=5.2.0
|
@@ -86,20 +86,20 @@ Requires-Dist: python-slugify>=7.0.0
|
|
86
86
|
Requires-Dist: sqlalchemy-bigquery>=1.2.1
|
87
87
|
Requires-Dist: sqlalchemy-spanner>=1.6.2
|
88
88
|
Requires-Dist: tenacity>=8.1.0
|
89
|
-
Requires-Dist: apache-airflow-providers-amazon>=2.6.
|
89
|
+
Requires-Dist: apache-airflow-providers-amazon>=2.6.0rc0 ; extra == "amazon"
|
90
90
|
Requires-Dist: apache-airflow-providers-apache-beam ; extra == "apache.beam"
|
91
91
|
Requires-Dist: apache-beam[gcp] ; extra == "apache.beam"
|
92
92
|
Requires-Dist: apache-airflow-providers-apache-cassandra ; extra == "apache.cassandra"
|
93
|
-
Requires-Dist: apache-airflow-providers-cncf-kubernetes>=7.2.
|
93
|
+
Requires-Dist: apache-airflow-providers-cncf-kubernetes>=7.2.0rc0 ; extra == "cncf.kubernetes"
|
94
94
|
Requires-Dist: apache-airflow-providers-common-compat ; extra == "common.compat"
|
95
95
|
Requires-Dist: apache-airflow-providers-common-sql ; extra == "common.sql"
|
96
|
-
Requires-Dist: apache-airflow-providers-facebook>=2.2.
|
96
|
+
Requires-Dist: apache-airflow-providers-facebook>=2.2.0rc0 ; extra == "facebook"
|
97
97
|
Requires-Dist: plyvel ; extra == "leveldb"
|
98
98
|
Requires-Dist: apache-airflow-providers-microsoft-azure ; extra == "microsoft.azure"
|
99
99
|
Requires-Dist: apache-airflow-providers-microsoft-mssql ; extra == "microsoft.mssql"
|
100
100
|
Requires-Dist: apache-airflow-providers-mysql ; extra == "mysql"
|
101
101
|
Requires-Dist: apache-airflow-providers-openlineage ; extra == "openlineage"
|
102
|
-
Requires-Dist: apache-airflow-providers-oracle>=3.1.
|
102
|
+
Requires-Dist: apache-airflow-providers-oracle>=3.1.0rc0 ; extra == "oracle"
|
103
103
|
Requires-Dist: apache-airflow-providers-postgres ; extra == "postgres"
|
104
104
|
Requires-Dist: apache-airflow-providers-presto ; extra == "presto"
|
105
105
|
Requires-Dist: apache-airflow-providers-salesforce ; extra == "salesforce"
|
@@ -177,7 +177,7 @@ Provides-Extra: trino
|
|
177
177
|
|
178
178
|
Package ``apache-airflow-providers-google``
|
179
179
|
|
180
|
-
Release: ``10.22.0``
|
180
|
+
Release: ``10.22.0.rc1``
|
181
181
|
|
182
182
|
|
183
183
|
Google services including:
|
@@ -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.22.
|
314
|
-
apache_airflow_providers_google-10.22.
|
315
|
-
apache_airflow_providers_google-10.22.
|
316
|
-
apache_airflow_providers_google-10.22.
|
313
|
+
apache_airflow_providers_google-10.22.0rc1.dist-info/entry_points.txt,sha256=Ay1Uo7uHxdXCxWew3CyBHumZ44Ld-iR7AcSR2fY-PLw,102
|
314
|
+
apache_airflow_providers_google-10.22.0rc1.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
|
315
|
+
apache_airflow_providers_google-10.22.0rc1.dist-info/METADATA,sha256=mNFv94dJnExaIHI-wLhXlM5tfV8KQTKxlYRiyCrU-m8,17123
|
316
|
+
apache_airflow_providers_google-10.22.0rc1.dist-info/RECORD,,
|
File without changes
|