apache-airflow-providers-snowflake 5.1.1__py3-none-any.whl → 5.1.2__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.
@@ -199,3 +199,55 @@ distributed under the License is distributed on an "AS IS" BASIS,
199
199
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
200
  See the License for the specific language governing permissions and
201
201
  limitations under the License.
202
+
203
+ ============================================================================
204
+ APACHE AIRFLOW SUBCOMPONENTS:
205
+
206
+ The Apache Airflow project contains subcomponents with separate copyright
207
+ notices and license terms. Your use of the source code for the these
208
+ subcomponents is subject to the terms and conditions of the following
209
+ licenses.
210
+
211
+
212
+ ========================================================================
213
+ Third party Apache 2.0 licenses
214
+ ========================================================================
215
+
216
+ The following components are provided under the Apache 2.0 License.
217
+ See project link for details. The text of each license is also included
218
+ at licenses/LICENSE-[project].txt.
219
+
220
+ (ALv2 License) hue v4.3.0 (https://github.com/cloudera/hue/)
221
+ (ALv2 License) jqclock v2.3.0 (https://github.com/JohnRDOrazio/jQuery-Clock-Plugin)
222
+ (ALv2 License) bootstrap3-typeahead v4.0.2 (https://github.com/bassjobsen/Bootstrap-3-Typeahead)
223
+ (ALv2 License) connexion v2.7.0 (https://github.com/zalando/connexion)
224
+
225
+ ========================================================================
226
+ MIT licenses
227
+ ========================================================================
228
+
229
+ The following components are provided under the MIT License. See project link for details.
230
+ The text of each license is also included at licenses/LICENSE-[project].txt.
231
+
232
+ (MIT License) jquery v3.5.1 (https://jquery.org/license/)
233
+ (MIT License) dagre-d3 v0.6.4 (https://github.com/cpettitt/dagre-d3)
234
+ (MIT License) bootstrap v3.4.1 (https://github.com/twbs/bootstrap/)
235
+ (MIT License) d3-tip v0.9.1 (https://github.com/Caged/d3-tip)
236
+ (MIT License) dataTables v1.10.25 (https://datatables.net)
237
+ (MIT License) normalize.css v3.0.2 (http://necolas.github.io/normalize.css/)
238
+ (MIT License) ElasticMock v1.3.2 (https://github.com/vrcmarcos/elasticmock)
239
+ (MIT License) MomentJS v2.24.0 (http://momentjs.com/)
240
+ (MIT License) eonasdan-bootstrap-datetimepicker v4.17.49 (https://github.com/eonasdan/bootstrap-datetimepicker/)
241
+
242
+ ========================================================================
243
+ BSD 3-Clause licenses
244
+ ========================================================================
245
+ The following components are provided under the BSD 3-Clause license. See project links for details.
246
+ The text of each license is also included at licenses/LICENSE-[project].txt.
247
+
248
+ (BSD 3 License) d3 v5.16.0 (https://d3js.org)
249
+ (BSD 3 License) d3-shape v2.1.0 (https://github.com/d3/d3-shape)
250
+ (BSD 3 License) cgroupspy 0.2.1 (https://github.com/cloudsigma/cgroupspy)
251
+
252
+ ========================================================================
253
+ See licenses/LICENSES-ui.txt for packages used in `/airflow/www`
@@ -1,4 +1,3 @@
1
- #
2
1
  # Licensed to the Apache Software Foundation (ASF) under one
3
2
  # or more contributor license agreements. See the NOTICE file
4
3
  # distributed with this work for additional information
@@ -19,8 +18,8 @@
19
18
  # NOTE! THIS FILE IS AUTOMATICALLY GENERATED AND WILL BE
20
19
  # OVERWRITTEN WHEN PREPARING DOCUMENTATION FOR THE PACKAGES.
21
20
  #
22
- # IF YOU WANT TO MODIFY IT, YOU SHOULD MODIFY THE TEMPLATE
23
- # `PROVIDER__INIT__PY_TEMPLATE.py.jinja2` IN the `dev/provider_packages` DIRECTORY
21
+ # IF YOU WANT TO MODIFY THIS FILE, YOU SHOULD MODIFY THE TEMPLATE
22
+ # `PROVIDER__INIT__PY_TEMPLATE.py.jinja2` IN the `dev/breeze/src/airflow_breeze/templates` DIRECTORY
24
23
  #
25
24
  from __future__ import annotations
26
25
 
@@ -28,7 +27,7 @@ import packaging.version
28
27
 
29
28
  __all__ = ["__version__"]
30
29
 
31
- __version__ = "5.1.1"
30
+ __version__ = "5.1.2"
32
31
 
33
32
  try:
34
33
  from airflow import __version__ as airflow_version
@@ -39,5 +38,5 @@ if packaging.version.parse(packaging.version.parse(airflow_version).base_version
39
38
  "2.5.0"
40
39
  ):
41
40
  raise RuntimeError(
42
- f"The package `apache-airflow-providers-snowflake:{__version__}` requires Apache Airflow 2.5.0+"
41
+ f"The package `apache-airflow-providers-snowflake:{__version__}` needs Apache Airflow 2.5.0+"
43
42
  )
@@ -18,8 +18,8 @@
18
18
  # NOTE! THIS FILE IS AUTOMATICALLY GENERATED AND WILL BE
19
19
  # OVERWRITTEN WHEN PREPARING PACKAGES.
20
20
  #
21
- # IF YOU WANT TO MODIFY IT, YOU SHOULD MODIFY THE TEMPLATE
22
- # `get_provider_info_TEMPLATE.py.jinja2` IN the `provider_packages` DIRECTORY
21
+ # IF YOU WANT TO MODIFY THIS FILE, YOU SHOULD MODIFY THE TEMPLATE
22
+ # `get_provider_info_TEMPLATE.py.jinja2` IN the `dev/breeze/src/airflow_breeze/templates` DIRECTORY
23
23
 
24
24
 
25
25
  def get_provider_info():
@@ -28,7 +28,9 @@ def get_provider_info():
28
28
  "name": "Snowflake",
29
29
  "description": "`Snowflake <https://www.snowflake.com/>`__\n",
30
30
  "suspended": False,
31
+ "source-date-epoch": 1700827499,
31
32
  "versions": [
33
+ "5.1.2",
32
34
  "5.1.1",
33
35
  "5.1.0",
34
36
  "5.0.1",
@@ -480,7 +480,7 @@ class SnowflakeHook(DbApiHook):
480
480
  from airflow.providers.openlineage.sqlparser import SQLParser
481
481
 
482
482
  connection = self.get_connection(getattr(self, self.conn_name_attr))
483
- namespace = SQLParser.create_namespace(self.get_database_info(connection))
483
+ namespace = SQLParser.create_namespace(self.get_openlineage_database_info(connection))
484
484
 
485
485
  if self.query_ids:
486
486
  return OperatorLineage(
@@ -1,19 +1,12 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: apache-airflow-providers-snowflake
3
- Version: 5.1.1
4
- Summary: Provider for Apache Airflow. Implements apache-airflow-providers-snowflake package
5
- Home-page: https://airflow.apache.org/
6
- Download-URL: https://archive.apache.org/dist/airflow/providers
7
- Author: Apache Software Foundation
8
- Author-email: dev@airflow.apache.org
9
- License: Apache License 2.0
10
- Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-snowflake/5.1.1/
11
- Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-snowflake/5.1.1/changelog.html
12
- Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
13
- Project-URL: Source Code, https://github.com/apache/airflow
14
- Project-URL: Slack Chat, https://s.apache.org/airflow-slack
15
- Project-URL: Twitter, https://twitter.com/ApacheAirflow
16
- Project-URL: YouTube, https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
3
+ Version: 5.1.2
4
+ Summary: Provider package apache-airflow-providers-snowflake for Apache Airflow
5
+ Keywords: airflow-provider,snowflake,airflow,integration
6
+ Author-email: Apache Software Foundation <dev@airflow.apache.org>
7
+ Maintainer-email: Apache Software Foundation <dev@airflow.apache.org>
8
+ Requires-Python: ~=3.8
9
+ Description-Content-Type: text/x-rst
17
10
  Classifier: Development Status :: 5 - Production/Stable
18
11
  Classifier: Environment :: Console
19
12
  Classifier: Environment :: Web Environment
@@ -27,18 +20,21 @@ Classifier: Programming Language :: Python :: 3.9
27
20
  Classifier: Programming Language :: Python :: 3.10
28
21
  Classifier: Programming Language :: Python :: 3.11
29
22
  Classifier: Topic :: System :: Monitoring
30
- Requires-Python: ~=3.8
31
- Description-Content-Type: text/x-rst
32
- License-File: LICENSE
33
- License-File: NOTICE
34
- Requires-Dist: apache-airflow-providers-common-sql >=1.3.1
35
- Requires-Dist: apache-airflow >=2.5.0
36
- Requires-Dist: snowflake-connector-python >=2.7.8
37
- Requires-Dist: snowflake-sqlalchemy >=1.1.0
23
+ Requires-Dist: apache-airflow-providers-common-sql>=1.3.1
24
+ Requires-Dist: apache-airflow>=2.5.0
25
+ Requires-Dist: snowflake-connector-python>=2.7.8
26
+ Requires-Dist: snowflake-sqlalchemy>=1.1.0
27
+ Requires-Dist: apache-airflow-providers-common-sql ; extra == "common.sql"
28
+ Requires-Dist: apache-airflow-providers-openlineage ; extra == "openlineage"
29
+ Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
30
+ Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-snowflake/5.1.2/changelog.html
31
+ Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-snowflake/5.1.2
32
+ Project-URL: Slack Chat, https://s.apache.org/airflow-slack
33
+ Project-URL: Source Code, https://github.com/apache/airflow
34
+ Project-URL: Twitter, https://twitter.com/ApacheAirflow
35
+ Project-URL: YouTube, https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
38
36
  Provides-Extra: common.sql
39
- Requires-Dist: apache-airflow-providers-common-sql ; extra == 'common.sql'
40
37
  Provides-Extra: openlineage
41
- Requires-Dist: apache-airflow-providers-openlineage ; extra == 'openlineage'
42
38
 
43
39
 
44
40
  .. Licensed to the Apache Software Foundation (ASF) under one
@@ -57,7 +53,8 @@ Requires-Dist: apache-airflow-providers-openlineage ; extra == 'openlineage'
57
53
  KIND, either express or implied. See the License for the
58
54
  specific language governing permissions and limitations
59
55
  under the License.
60
- .. Licensed to the Apache Software Foundation (ASF) under one
56
+
57
+ .. Licensed to the Apache Software Foundation (ASF) under one
61
58
  or more contributor license agreements. See the NOTICE file
62
59
  distributed with this work for additional information
63
60
  regarding copyright ownership. The ASF licenses this file
@@ -74,10 +71,16 @@ Requires-Dist: apache-airflow-providers-openlineage ; extra == 'openlineage'
74
71
  specific language governing permissions and limitations
75
72
  under the License.
76
73
 
74
+ .. NOTE! THIS FILE IS AUTOMATICALLY GENERATED AND WILL BE
75
+ OVERWRITTEN WHEN PREPARING PACKAGES.
76
+
77
+ .. IF YOU WANT TO MODIFY TEMPLATE FOR THIS FILE, YOU SHOULD MODIFY THE TEMPLATE
78
+ `PROVIDER_README_TEMPLATE.rst.jinja2` IN the `dev/breeze/src/airflow_breeze/templates` DIRECTORY
79
+
77
80
 
78
81
  Package ``apache-airflow-providers-snowflake``
79
82
 
80
- Release: ``5.1.1``
83
+ Release: ``5.1.2``
81
84
 
82
85
 
83
86
  `Snowflake <https://www.snowflake.com/>`__
@@ -90,7 +93,7 @@ This is a provider package for ``snowflake`` provider. All classes for this prov
90
93
  are in ``airflow.providers.snowflake`` python package.
91
94
 
92
95
  You can find package information and changelog for the provider
93
- in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-snowflake/5.1.1/>`_.
96
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-snowflake/5.1.2/>`_.
94
97
 
95
98
  Installation
96
99
  ------------
@@ -134,4 +137,4 @@ Dependent package
134
137
  ============================================================================================================== ===============
135
138
 
136
139
  The changelog for the provider package can be found in the
137
- `changelog <https://airflow.apache.org/docs/apache-airflow-providers-snowflake/5.1.1/changelog.html>`_.
140
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-snowflake/5.1.2/changelog.html>`_.
@@ -1,7 +1,8 @@
1
- airflow/providers/snowflake/__init__.py,sha256=ZhWBHqji8HX4-1E8kNj7vL94prNiS6nhIzlCbtjayU4,1564
2
- airflow/providers/snowflake/get_provider_info.py,sha256=gjeIc090t6Jhf_8P6iPS83CZN-JwEdN90hq_S8eb6Iw,4526
1
+ airflow/providers/snowflake/LICENSE,sha256=ywUBpKZc7Jb96rVt5I3IDbg7dIJAbUSHkuoDcF3jbH4,13569
2
+ airflow/providers/snowflake/__init__.py,sha256=z3lMzj7zdcGy3s1eyhn7WXCzTRuLauOm15aZduuSZRk,1584
3
+ airflow/providers/snowflake/get_provider_info.py,sha256=1OgRB5OgLoyiYIx5m8CEvPwHVQnjASwQkiM4aWodxkM,4617
3
4
  airflow/providers/snowflake/hooks/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
4
- airflow/providers/snowflake/hooks/snowflake.py,sha256=IXapDEwVQsJ7LoYpuwSXsDFwy_QS4f_VFsEDbqiUiK8,20897
5
+ airflow/providers/snowflake/hooks/snowflake.py,sha256=aEI7d7DZNLLf1rg4BPX3Ufuc9w2yA6FAX2j8fMfHtiE,20909
5
6
  airflow/providers/snowflake/hooks/snowflake_sql_api.py,sha256=RCakX8FjmTDWfDZJkxkHnZB9VJDxORZ0W6SHfS-Oh5M,12703
6
7
  airflow/providers/snowflake/operators/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
7
8
  airflow/providers/snowflake/operators/snowflake.py,sha256=Pyp-SS1knrJm6GziOjHwfEpcAY96BubCy_-utTrZOg8,25686
@@ -12,10 +13,7 @@ airflow/providers/snowflake/triggers/snowflake_trigger.py,sha256=HgQGOpAhrCfh0bn
12
13
  airflow/providers/snowflake/utils/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
13
14
  airflow/providers/snowflake/utils/common.py,sha256=DG-KLy2KpZWAqZqm_XIECm8lmdoUlzwkXv9onmkQThc,1644
14
15
  airflow/providers/snowflake/utils/sql_api_generate_jwt.py,sha256=4LueR3FySbo99cza8nZBJIGy9Wcrs9jFiWlVUHiK42w,6763
15
- apache_airflow_providers_snowflake-5.1.1.dist-info/LICENSE,sha256=gXPVwptPlW1TJ4HSuG5OMPg-a3h43OGMkZRR1rpwfJA,10850
16
- apache_airflow_providers_snowflake-5.1.1.dist-info/METADATA,sha256=wibpvjPdI5tkijOXrPYBBhPMaiKGfmDD2MQt70jKko8,6234
17
- apache_airflow_providers_snowflake-5.1.1.dist-info/NOTICE,sha256=m-6s2XynUxVSUIxO4rVablAZCvFq-wmLrqV91DotRBw,240
18
- apache_airflow_providers_snowflake-5.1.1.dist-info/WHEEL,sha256=Xo9-1PvkuimrydujYJAjF7pCkriuXBpUPEjma1nZyJ0,92
19
- apache_airflow_providers_snowflake-5.1.1.dist-info/entry_points.txt,sha256=gBAUPLYRaTigd-WP7pf5KxqBNl1ASviRfC_0wsUZ_pg,106
20
- apache_airflow_providers_snowflake-5.1.1.dist-info/top_level.txt,sha256=OeMVH5md7fr2QQWpnZoOWWxWO-0WH1IP70lpTVwopPg,8
21
- apache_airflow_providers_snowflake-5.1.1.dist-info/RECORD,,
16
+ apache_airflow_providers_snowflake-5.1.2.dist-info/entry_points.txt,sha256=bCrl5J1PXUMzbgnrKYho61rkbL2gHRT4I6f_1jlxAX4,105
17
+ apache_airflow_providers_snowflake-5.1.2.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
18
+ apache_airflow_providers_snowflake-5.1.2.dist-info/METADATA,sha256=x4rIToVcWbcw2Y0zaHgty1p5Ix0wIXpXSlC-o-QctI0,6450
19
+ apache_airflow_providers_snowflake-5.1.2.dist-info/RECORD,,
@@ -1,5 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.41.3)
2
+ Generator: flit 3.9.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
-
@@ -0,0 +1,3 @@
1
+ [apache_airflow_provider]
2
+ provider_info=airflow.providers.snowflake.get_provider_info:get_provider_info
3
+
@@ -1,6 +0,0 @@
1
- Apache Airflow
2
- Copyright 2016-2021 The Apache Software Foundation
3
-
4
- This product includes software developed at The Apache Software
5
- Foundation (http://www.apache.org/).
6
- =======================================================================
@@ -1,2 +0,0 @@
1
- [apache_airflow_provider]
2
- provider_info = airflow.providers.snowflake.get_provider_info:get_provider_info