apache-airflow-providers-snowflake 6.5.3rc1__py3-none-any.whl → 6.5.4__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.
Potentially problematic release.
This version of apache-airflow-providers-snowflake might be problematic. Click here for more details.
- airflow/providers/snowflake/__init__.py +1 -1
- airflow/providers/snowflake/hooks/snowflake_sql_api.py +1 -1
- {apache_airflow_providers_snowflake-6.5.3rc1.dist-info → apache_airflow_providers_snowflake-6.5.4.dist-info}/METADATA +19 -10
- {apache_airflow_providers_snowflake-6.5.3rc1.dist-info → apache_airflow_providers_snowflake-6.5.4.dist-info}/RECORD +6 -6
- {apache_airflow_providers_snowflake-6.5.3rc1.dist-info → apache_airflow_providers_snowflake-6.5.4.dist-info}/WHEEL +0 -0
- {apache_airflow_providers_snowflake-6.5.3rc1.dist-info → apache_airflow_providers_snowflake-6.5.4.dist-info}/entry_points.txt +0 -0
|
@@ -29,7 +29,7 @@ from airflow import __version__ as airflow_version
|
|
|
29
29
|
|
|
30
30
|
__all__ = ["__version__"]
|
|
31
31
|
|
|
32
|
-
__version__ = "6.5.
|
|
32
|
+
__version__ = "6.5.4"
|
|
33
33
|
|
|
34
34
|
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
|
|
35
35
|
"2.10.0"
|
|
@@ -102,7 +102,7 @@ class SnowflakeSqlApiHook(SnowflakeHook):
|
|
|
102
102
|
"retry": retry_if_exception(self._should_retry_on_error),
|
|
103
103
|
"wait": wait_exponential(multiplier=1, min=1, max=60),
|
|
104
104
|
"stop": stop_after_attempt(5),
|
|
105
|
-
"before_sleep": before_sleep_log(self.log, log_level=20), #
|
|
105
|
+
"before_sleep": before_sleep_log(self.log, log_level=20), # type: ignore[arg-type]
|
|
106
106
|
"reraise": True,
|
|
107
107
|
}
|
|
108
108
|
if api_retry_args:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: apache-airflow-providers-snowflake
|
|
3
|
-
Version: 6.5.
|
|
3
|
+
Version: 6.5.4
|
|
4
4
|
Summary: Provider package apache-airflow-providers-snowflake for Apache Airflow
|
|
5
5
|
Keywords: airflow-provider,snowflake,airflow,integration
|
|
6
6
|
Author-email: Apache Software Foundation <dev@airflow.apache.org>
|
|
@@ -20,9 +20,9 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
20
20
|
Classifier: Programming Language :: Python :: 3.12
|
|
21
21
|
Classifier: Programming Language :: Python :: 3.13
|
|
22
22
|
Classifier: Topic :: System :: Monitoring
|
|
23
|
-
Requires-Dist: apache-airflow>=2.10.
|
|
24
|
-
Requires-Dist: apache-airflow-providers-common-compat>=1.6.
|
|
25
|
-
Requires-Dist: apache-airflow-providers-common-sql>=1.27.
|
|
23
|
+
Requires-Dist: apache-airflow>=2.10.0
|
|
24
|
+
Requires-Dist: apache-airflow-providers-common-compat>=1.6.0
|
|
25
|
+
Requires-Dist: apache-airflow-providers-common-sql>=1.27.5
|
|
26
26
|
Requires-Dist: pandas>=2.1.2; python_version <"3.13"
|
|
27
27
|
Requires-Dist: pandas>=2.2.3; python_version >="3.13"
|
|
28
28
|
Requires-Dist: pyarrow>=16.1.0; python_version < '3.13'
|
|
@@ -31,10 +31,10 @@ Requires-Dist: snowflake-connector-python>=3.7.1
|
|
|
31
31
|
Requires-Dist: snowflake-sqlalchemy>=1.4.0
|
|
32
32
|
Requires-Dist: snowflake-snowpark-python>=1.17.0;python_version<'3.12'
|
|
33
33
|
Requires-Dist: snowflake-snowpark-python>=1.27.0,<9999;python_version>='3.12' and python_version<'3.13'
|
|
34
|
-
Requires-Dist: apache-airflow-providers-openlineage>=2.3.
|
|
34
|
+
Requires-Dist: apache-airflow-providers-openlineage>=2.3.0 ; extra == "openlineage"
|
|
35
35
|
Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
|
|
36
|
-
Project-URL: Changelog, https://airflow.
|
|
37
|
-
Project-URL: Documentation, https://airflow.
|
|
36
|
+
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-snowflake/6.5.4/changelog.html
|
|
37
|
+
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-snowflake/6.5.4
|
|
38
38
|
Project-URL: Mastodon, https://fosstodon.org/@airflow
|
|
39
39
|
Project-URL: Slack Chat, https://s.apache.org/airflow-slack
|
|
40
40
|
Project-URL: Source Code, https://github.com/apache/airflow
|
|
@@ -66,7 +66,7 @@ Provides-Extra: openlineage
|
|
|
66
66
|
|
|
67
67
|
Package ``apache-airflow-providers-snowflake``
|
|
68
68
|
|
|
69
|
-
Release: ``6.5.
|
|
69
|
+
Release: ``6.5.4``
|
|
70
70
|
|
|
71
71
|
|
|
72
72
|
`Snowflake <https://www.snowflake.com/>`__
|
|
@@ -79,7 +79,7 @@ This is a provider package for ``snowflake`` provider. All classes for this prov
|
|
|
79
79
|
are in ``airflow.providers.snowflake`` python package.
|
|
80
80
|
|
|
81
81
|
You can find package information and changelog for the provider
|
|
82
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-snowflake/6.5.
|
|
82
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-snowflake/6.5.4/>`_.
|
|
83
83
|
|
|
84
84
|
Installation
|
|
85
85
|
------------
|
|
@@ -130,6 +130,15 @@ Dependent package
|
|
|
130
130
|
`apache-airflow-providers-openlineage <https://airflow.apache.org/docs/apache-airflow-providers-openlineage>`_ ``openlineage``
|
|
131
131
|
================================================================================================================== =================
|
|
132
132
|
|
|
133
|
+
Optional dependencies
|
|
134
|
+
----------------------
|
|
135
|
+
|
|
136
|
+
=============== ===============================================
|
|
137
|
+
Extra Dependencies
|
|
138
|
+
=============== ===============================================
|
|
139
|
+
``openlineage`` ``apache-airflow-providers-openlineage>=2.3.0``
|
|
140
|
+
=============== ===============================================
|
|
141
|
+
|
|
133
142
|
The changelog for the provider package can be found in the
|
|
134
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-snowflake/6.5.
|
|
143
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-snowflake/6.5.4/changelog.html>`_.
|
|
135
144
|
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
airflow/providers/snowflake/LICENSE,sha256=gXPVwptPlW1TJ4HSuG5OMPg-a3h43OGMkZRR1rpwfJA,10850
|
|
2
|
-
airflow/providers/snowflake/__init__.py,sha256=
|
|
2
|
+
airflow/providers/snowflake/__init__.py,sha256=1IYBwYxNexso8poXjRGjeSaUUzT3ir8hIfKr0tHkaVE,1498
|
|
3
3
|
airflow/providers/snowflake/get_provider_info.py,sha256=NdNRMfulBbpD-I4yFRr8U533m9djD18ijEMvuxOp4_g,3875
|
|
4
4
|
airflow/providers/snowflake/version_compat.py,sha256=7RHBehpYMeNSBtmJiPUeJHA0c7l-Eqsdy546kW3RFa4,1712
|
|
5
5
|
airflow/providers/snowflake/decorators/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
|
|
6
6
|
airflow/providers/snowflake/decorators/snowpark.py,sha256=5ocPY8wrXvKbZJokefV4HDfX0WXzrHmcekXoZjkfHEw,5523
|
|
7
7
|
airflow/providers/snowflake/hooks/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
|
|
8
8
|
airflow/providers/snowflake/hooks/snowflake.py,sha256=PhypqxeK6HZBlAKKkghRjIqCKFRkaWrkgA9yfcBB26I,28356
|
|
9
|
-
airflow/providers/snowflake/hooks/snowflake_sql_api.py,sha256=
|
|
9
|
+
airflow/providers/snowflake/hooks/snowflake_sql_api.py,sha256=zILRl-O2y2c8GUA4RHvZOxBkeoGuhD1I9pIQ7thOwAQ,22922
|
|
10
10
|
airflow/providers/snowflake/operators/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
|
|
11
11
|
airflow/providers/snowflake/operators/snowflake.py,sha256=fFsGKk0bGKE6uR6nn3QcBHxlI_B3zt0AiD8Tuw5gGAw,22940
|
|
12
12
|
airflow/providers/snowflake/operators/snowpark.py,sha256=Tfd31My6arGXKo0yfi46HyVfkHO3yeT085l3ymxtGpk,5815
|
|
@@ -19,7 +19,7 @@ airflow/providers/snowflake/utils/common.py,sha256=DG-KLy2KpZWAqZqm_XIECm8lmdoUl
|
|
|
19
19
|
airflow/providers/snowflake/utils/openlineage.py,sha256=JdGHyiNBhd7qsNw4OROF5sW3PlFLH_JrSBReGhuxmkk,19396
|
|
20
20
|
airflow/providers/snowflake/utils/snowpark.py,sha256=-S6ltYiW-KooqUMGzY0OebmAzpUAu7GIjFWwuYERuk8,1629
|
|
21
21
|
airflow/providers/snowflake/utils/sql_api_generate_jwt.py,sha256=9mR-vHIquv60tfAni87f6FAjKsiRHUDDrsVhzw4M9vM,6762
|
|
22
|
-
apache_airflow_providers_snowflake-6.5.
|
|
23
|
-
apache_airflow_providers_snowflake-6.5.
|
|
24
|
-
apache_airflow_providers_snowflake-6.5.
|
|
25
|
-
apache_airflow_providers_snowflake-6.5.
|
|
22
|
+
apache_airflow_providers_snowflake-6.5.4.dist-info/entry_points.txt,sha256=bCrl5J1PXUMzbgnrKYho61rkbL2gHRT4I6f_1jlxAX4,105
|
|
23
|
+
apache_airflow_providers_snowflake-6.5.4.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
|
|
24
|
+
apache_airflow_providers_snowflake-6.5.4.dist-info/METADATA,sha256=Zu-MfdDs0-bSUTbpvKv523Jv1XrepqmEKvdQc2Lxl_I,7242
|
|
25
|
+
apache_airflow_providers_snowflake-6.5.4.dist-info/RECORD,,
|
|
File without changes
|