apache-airflow-providers-mysql 6.2.1__py3-none-any.whl → 6.2.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.
- airflow/providers/mysql/__init__.py +1 -1
- airflow/providers/mysql/hooks/mysql.py +1 -2
- {apache_airflow_providers_mysql-6.2.1.dist-info → apache_airflow_providers_mysql-6.2.2.dist-info}/METADATA +6 -6
- {apache_airflow_providers_mysql-6.2.1.dist-info → apache_airflow_providers_mysql-6.2.2.dist-info}/RECORD +6 -6
- {apache_airflow_providers_mysql-6.2.1.dist-info → apache_airflow_providers_mysql-6.2.2.dist-info}/WHEEL +0 -0
- {apache_airflow_providers_mysql-6.2.1.dist-info → apache_airflow_providers_mysql-6.2.2.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.2.
|
32
|
+
__version__ = "6.2.2"
|
33
33
|
|
34
34
|
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
|
35
35
|
"2.9.0"
|
@@ -111,8 +111,7 @@ class MySqlHook(DbApiHook):
|
|
111
111
|
"""
|
112
112
|
if hasattr(conn.__class__, "autocommit") and isinstance(conn.__class__.autocommit, property):
|
113
113
|
return conn.autocommit
|
114
|
-
|
115
|
-
return conn.get_autocommit() # type: ignore[union-attr]
|
114
|
+
return conn.get_autocommit() # type: ignore[union-attr]
|
116
115
|
|
117
116
|
def _get_conn_config_mysql_client(self, conn: Connection) -> dict:
|
118
117
|
conn_config = {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: apache-airflow-providers-mysql
|
3
|
-
Version: 6.2.
|
3
|
+
Version: 6.2.2
|
4
4
|
Summary: Provider package apache-airflow-providers-mysql for Apache Airflow
|
5
5
|
Keywords: airflow-provider,mysql,airflow,integration
|
6
6
|
Author-email: Apache Software Foundation <dev@airflow.apache.org>
|
@@ -31,8 +31,8 @@ Requires-Dist: apache-airflow-providers-presto ; extra == "presto"
|
|
31
31
|
Requires-Dist: apache-airflow-providers-trino ; extra == "trino"
|
32
32
|
Requires-Dist: apache-airflow-providers-vertica ; extra == "vertica"
|
33
33
|
Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
|
34
|
-
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-mysql/6.2.
|
35
|
-
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-mysql/6.2.
|
34
|
+
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-mysql/6.2.2/changelog.html
|
35
|
+
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-mysql/6.2.2
|
36
36
|
Project-URL: Mastodon, https://fosstodon.org/@airflow
|
37
37
|
Project-URL: Slack Chat, https://s.apache.org/airflow-slack
|
38
38
|
Project-URL: Source Code, https://github.com/apache/airflow
|
@@ -69,7 +69,7 @@ Provides-Extra: vertica
|
|
69
69
|
|
70
70
|
Package ``apache-airflow-providers-mysql``
|
71
71
|
|
72
|
-
Release: ``6.2.
|
72
|
+
Release: ``6.2.2``
|
73
73
|
|
74
74
|
|
75
75
|
`MySQL <https://www.mysql.com/>`__
|
@@ -82,7 +82,7 @@ This is a provider package for ``mysql`` provider. All classes for this provider
|
|
82
82
|
are in ``airflow.providers.mysql`` python package.
|
83
83
|
|
84
84
|
You can find package information and changelog for the provider
|
85
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-mysql/6.2.
|
85
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-mysql/6.2.2/>`_.
|
86
86
|
|
87
87
|
Installation
|
88
88
|
------------
|
@@ -131,5 +131,5 @@ Dependent package
|
|
131
131
|
============================================================================================================== ===============
|
132
132
|
|
133
133
|
The changelog for the provider package can be found in the
|
134
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-mysql/6.2.
|
134
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-mysql/6.2.2/changelog.html>`_.
|
135
135
|
|
@@ -1,16 +1,16 @@
|
|
1
1
|
airflow/providers/mysql/LICENSE,sha256=gXPVwptPlW1TJ4HSuG5OMPg-a3h43OGMkZRR1rpwfJA,10850
|
2
|
-
airflow/providers/mysql/__init__.py,sha256=
|
2
|
+
airflow/providers/mysql/__init__.py,sha256=k3Y-uzR2ZUGbwdaCzB9IhvKIJllzBg7a7RRY3lAEWLQ,1492
|
3
3
|
airflow/providers/mysql/get_provider_info.py,sha256=LNQZ8O48srWzGjS8mzLeAsa-VFGFY6ypkHK1jjr6umc,3064
|
4
4
|
airflow/providers/mysql/assets/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
|
5
5
|
airflow/providers/mysql/assets/mysql.py,sha256=ORHZmCa1AZAWwpF7GKH-8faqOKSohJvKtqRgfDnQRRc,1385
|
6
6
|
airflow/providers/mysql/hooks/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
|
7
|
-
airflow/providers/mysql/hooks/mysql.py,sha256=
|
7
|
+
airflow/providers/mysql/hooks/mysql.py,sha256=NH1MjDvIvihFVSO6TlnlAiARhyj_oLZ6xWmULxtx8XY,16279
|
8
8
|
airflow/providers/mysql/transfers/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
|
9
9
|
airflow/providers/mysql/transfers/presto_to_mysql.py,sha256=XqevcxJ8i_ABZlO_mFBtQFj9zjITp22DHlZ5uCSpaLw,3458
|
10
10
|
airflow/providers/mysql/transfers/s3_to_mysql.py,sha256=ZKsm8OmbOBl7q-w2RSwSP3UMmOpvKlAVl0RW0qtDzjM,4065
|
11
11
|
airflow/providers/mysql/transfers/trino_to_mysql.py,sha256=_ECbGmZbrjITzhWPZAGD7S5oa0IxujNu23hCKJ6mLyo,3440
|
12
12
|
airflow/providers/mysql/transfers/vertica_to_mysql.py,sha256=CNk0e99Fc4amhZO31WrBCXVgzAl15HgbpV6O2y6JMFI,6950
|
13
|
-
apache_airflow_providers_mysql-6.2.
|
14
|
-
apache_airflow_providers_mysql-6.2.
|
15
|
-
apache_airflow_providers_mysql-6.2.
|
16
|
-
apache_airflow_providers_mysql-6.2.
|
13
|
+
apache_airflow_providers_mysql-6.2.2.dist-info/entry_points.txt,sha256=kIbWluJZ1LX9jo9pLkqbnu6DUgYpoGKXzmSvjT5czKM,101
|
14
|
+
apache_airflow_providers_mysql-6.2.2.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
|
15
|
+
apache_airflow_providers_mysql-6.2.2.dist-info/METADATA,sha256=NqSnaibpqte6TGPu_BRdXWv2Gv1P8hX8gLUqGS2Jkqs,6516
|
16
|
+
apache_airflow_providers_mysql-6.2.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|