apache-airflow-providers-google 10.25.0__py3-none-any.whl → 10.25.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.25.0.dist-info → apache_airflow_providers_google-10.25.0rc1.dist-info}/METADATA +9 -9
- {apache_airflow_providers_google-10.25.0.dist-info → apache_airflow_providers_google-10.25.0rc1.dist-info}/RECORD +4 -4
- {apache_airflow_providers_google-10.25.0.dist-info → apache_airflow_providers_google-10.25.0rc1.dist-info}/WHEEL +0 -0
- {apache_airflow_providers_google-10.25.0.dist-info → apache_airflow_providers_google-10.25.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.25.
|
3
|
+
Version: 10.25.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>
|
@@ -21,9 +21,9 @@ Classifier: Programming Language :: Python :: 3.11
|
|
21
21
|
Classifier: Programming Language :: Python :: 3.12
|
22
22
|
Classifier: Topic :: System :: Monitoring
|
23
23
|
Requires-Dist: PyOpenSSL>=23.0.0
|
24
|
-
Requires-Dist: apache-airflow-providers-common-compat>=1.2.
|
25
|
-
Requires-Dist: apache-airflow-providers-common-sql>=1.7.
|
26
|
-
Requires-Dist: apache-airflow>=2.8.
|
24
|
+
Requires-Dist: apache-airflow-providers-common-compat>=1.2.1rc0
|
25
|
+
Requires-Dist: apache-airflow-providers-common-sql>=1.7.2rc0
|
26
|
+
Requires-Dist: apache-airflow>=2.8.0rc0
|
27
27
|
Requires-Dist: asgiref>=3.5.2
|
28
28
|
Requires-Dist: dill>=0.2.3
|
29
29
|
Requires-Dist: gcloud-aio-auth>=5.2.0
|
@@ -87,20 +87,20 @@ Requires-Dist: python-slugify>=7.0.0
|
|
87
87
|
Requires-Dist: sqlalchemy-bigquery>=1.2.1
|
88
88
|
Requires-Dist: sqlalchemy-spanner>=1.6.2
|
89
89
|
Requires-Dist: tenacity>=8.1.0
|
90
|
-
Requires-Dist: apache-airflow-providers-amazon>=2.6.
|
90
|
+
Requires-Dist: apache-airflow-providers-amazon>=2.6.0rc0 ; extra == "amazon"
|
91
91
|
Requires-Dist: apache-airflow-providers-apache-beam ; extra == "apache.beam"
|
92
92
|
Requires-Dist: apache-beam[gcp] ; extra == "apache.beam"
|
93
93
|
Requires-Dist: apache-airflow-providers-apache-cassandra ; extra == "apache.cassandra"
|
94
|
-
Requires-Dist: apache-airflow-providers-cncf-kubernetes>=7.2.
|
94
|
+
Requires-Dist: apache-airflow-providers-cncf-kubernetes>=7.2.0rc0 ; extra == "cncf.kubernetes"
|
95
95
|
Requires-Dist: apache-airflow-providers-common-compat ; extra == "common.compat"
|
96
96
|
Requires-Dist: apache-airflow-providers-common-sql ; extra == "common.sql"
|
97
|
-
Requires-Dist: apache-airflow-providers-facebook>=2.2.
|
97
|
+
Requires-Dist: apache-airflow-providers-facebook>=2.2.0rc0 ; extra == "facebook"
|
98
98
|
Requires-Dist: plyvel>=1.5.1 ; extra == "leveldb"
|
99
99
|
Requires-Dist: apache-airflow-providers-microsoft-azure ; extra == "microsoft.azure"
|
100
100
|
Requires-Dist: apache-airflow-providers-microsoft-mssql ; extra == "microsoft.mssql"
|
101
101
|
Requires-Dist: apache-airflow-providers-mysql ; extra == "mysql"
|
102
102
|
Requires-Dist: apache-airflow-providers-openlineage ; extra == "openlineage"
|
103
|
-
Requires-Dist: apache-airflow-providers-oracle>=3.1.
|
103
|
+
Requires-Dist: apache-airflow-providers-oracle>=3.1.0rc0 ; extra == "oracle"
|
104
104
|
Requires-Dist: apache-airflow-providers-postgres ; extra == "postgres"
|
105
105
|
Requires-Dist: apache-airflow-providers-presto ; extra == "presto"
|
106
106
|
Requires-Dist: apache-airflow-providers-salesforce ; extra == "salesforce"
|
@@ -178,7 +178,7 @@ Provides-Extra: trino
|
|
178
178
|
|
179
179
|
Package ``apache-airflow-providers-google``
|
180
180
|
|
181
|
-
Release: ``10.25.0``
|
181
|
+
Release: ``10.25.0.rc1``
|
182
182
|
|
183
183
|
|
184
184
|
Google services including:
|
@@ -311,7 +311,7 @@ airflow/providers/google/suite/transfers/gcs_to_gdrive.py,sha256=CxtVhp3wlEOBtjR
|
|
311
311
|
airflow/providers/google/suite/transfers/gcs_to_sheets.py,sha256=4nwXWkTySeBXNuThPxzO7uww_hH6PthpppTeuShn27Q,4363
|
312
312
|
airflow/providers/google/suite/transfers/local_to_drive.py,sha256=ZSK0b1Rd6x_xsP2DVcUzeYu3qoo9Bsp3VmnKyBsFRH8,6105
|
313
313
|
airflow/providers/google/suite/transfers/sql_to_sheets.py,sha256=sORkYSUDArRPnvi8WCiXP7YIXtpAgpEPhf8cqgpu644,5220
|
314
|
-
apache_airflow_providers_google-10.25.
|
315
|
-
apache_airflow_providers_google-10.25.
|
316
|
-
apache_airflow_providers_google-10.25.
|
317
|
-
apache_airflow_providers_google-10.25.
|
314
|
+
apache_airflow_providers_google-10.25.0rc1.dist-info/entry_points.txt,sha256=Ay1Uo7uHxdXCxWew3CyBHumZ44Ld-iR7AcSR2fY-PLw,102
|
315
|
+
apache_airflow_providers_google-10.25.0rc1.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
|
316
|
+
apache_airflow_providers_google-10.25.0rc1.dist-info/METADATA,sha256=ISi-Egfyr1nu6OOfchXUSrauxNZJ8JbHTw4nKO_K6no,17334
|
317
|
+
apache_airflow_providers_google-10.25.0rc1.dist-info/RECORD,,
|
File without changes
|