apache-airflow-providers-mysql 6.3.2__tar.gz → 6.3.3__tar.gz
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_mysql-6.3.2 → apache_airflow_providers_mysql-6.3.3}/PKG-INFO +10 -8
- {apache_airflow_providers_mysql-6.3.2 → apache_airflow_providers_mysql-6.3.3}/README.rst +5 -4
- {apache_airflow_providers_mysql-6.3.2 → apache_airflow_providers_mysql-6.3.3}/docs/changelog.rst +15 -0
- {apache_airflow_providers_mysql-6.3.2 → apache_airflow_providers_mysql-6.3.3}/docs/index.rst +5 -3
- {apache_airflow_providers_mysql-6.3.2 → apache_airflow_providers_mysql-6.3.3}/provider.yaml +2 -1
- {apache_airflow_providers_mysql-6.3.2 → apache_airflow_providers_mysql-6.3.3}/pyproject.toml +5 -4
- {apache_airflow_providers_mysql-6.3.2 → apache_airflow_providers_mysql-6.3.3}/src/airflow/__init__.py +1 -1
- {apache_airflow_providers_mysql-6.3.2/tests/system → apache_airflow_providers_mysql-6.3.3/src/airflow/providers}/__init__.py +1 -1
- {apache_airflow_providers_mysql-6.3.2 → apache_airflow_providers_mysql-6.3.3}/src/airflow/providers/mysql/__init__.py +1 -1
- {apache_airflow_providers_mysql-6.3.2 → apache_airflow_providers_mysql-6.3.3}/src/airflow/providers/mysql/hooks/mysql.py +12 -7
- {apache_airflow_providers_mysql-6.3.2/src/airflow/providers → apache_airflow_providers_mysql-6.3.3/tests/system}/__init__.py +1 -1
- {apache_airflow_providers_mysql-6.3.2 → apache_airflow_providers_mysql-6.3.3}/tests/unit/__init__.py +1 -1
- {apache_airflow_providers_mysql-6.3.2 → apache_airflow_providers_mysql-6.3.3}/docs/.latest-doc-only-change.txt +0 -0
- {apache_airflow_providers_mysql-6.3.2 → apache_airflow_providers_mysql-6.3.3}/docs/commits.rst +0 -0
- {apache_airflow_providers_mysql-6.3.2 → apache_airflow_providers_mysql-6.3.3}/docs/conf.py +0 -0
- {apache_airflow_providers_mysql-6.3.2 → apache_airflow_providers_mysql-6.3.3}/docs/connections/mysql.rst +0 -0
- {apache_airflow_providers_mysql-6.3.2 → apache_airflow_providers_mysql-6.3.3}/docs/installing-providers-from-sources.rst +0 -0
- {apache_airflow_providers_mysql-6.3.2 → apache_airflow_providers_mysql-6.3.3}/docs/integration-logos/MySQL.png +0 -0
- {apache_airflow_providers_mysql-6.3.2 → apache_airflow_providers_mysql-6.3.3}/docs/operators.rst +0 -0
- {apache_airflow_providers_mysql-6.3.2 → apache_airflow_providers_mysql-6.3.3}/docs/redirects.txt +0 -0
- {apache_airflow_providers_mysql-6.3.2 → apache_airflow_providers_mysql-6.3.3}/docs/security.rst +0 -0
- {apache_airflow_providers_mysql-6.3.2 → apache_airflow_providers_mysql-6.3.3}/src/airflow/providers/mysql/LICENSE +0 -0
- {apache_airflow_providers_mysql-6.3.2 → apache_airflow_providers_mysql-6.3.3}/src/airflow/providers/mysql/assets/__init__.py +0 -0
- {apache_airflow_providers_mysql-6.3.2 → apache_airflow_providers_mysql-6.3.3}/src/airflow/providers/mysql/assets/mysql.py +0 -0
- {apache_airflow_providers_mysql-6.3.2 → apache_airflow_providers_mysql-6.3.3}/src/airflow/providers/mysql/get_provider_info.py +0 -0
- {apache_airflow_providers_mysql-6.3.2 → apache_airflow_providers_mysql-6.3.3}/src/airflow/providers/mysql/hooks/__init__.py +0 -0
- {apache_airflow_providers_mysql-6.3.2 → apache_airflow_providers_mysql-6.3.3}/src/airflow/providers/mysql/transfers/__init__.py +0 -0
- {apache_airflow_providers_mysql-6.3.2 → apache_airflow_providers_mysql-6.3.3}/src/airflow/providers/mysql/transfers/presto_to_mysql.py +0 -0
- {apache_airflow_providers_mysql-6.3.2 → apache_airflow_providers_mysql-6.3.3}/src/airflow/providers/mysql/transfers/s3_to_mysql.py +0 -0
- {apache_airflow_providers_mysql-6.3.2 → apache_airflow_providers_mysql-6.3.3}/src/airflow/providers/mysql/transfers/trino_to_mysql.py +0 -0
- {apache_airflow_providers_mysql-6.3.2 → apache_airflow_providers_mysql-6.3.3}/src/airflow/providers/mysql/transfers/vertica_to_mysql.py +0 -0
- {apache_airflow_providers_mysql-6.3.2 → apache_airflow_providers_mysql-6.3.3}/src/airflow/providers/mysql/version_compat.py +0 -0
- {apache_airflow_providers_mysql-6.3.2 → apache_airflow_providers_mysql-6.3.3}/tests/conftest.py +0 -0
- {apache_airflow_providers_mysql-6.3.2 → apache_airflow_providers_mysql-6.3.3}/tests/system/mysql/__init__.py +0 -0
- {apache_airflow_providers_mysql-6.3.2 → apache_airflow_providers_mysql-6.3.3}/tests/system/mysql/example_mysql.py +0 -0
- {apache_airflow_providers_mysql-6.3.2 → apache_airflow_providers_mysql-6.3.3}/tests/unit/mysql/__init__.py +0 -0
- {apache_airflow_providers_mysql-6.3.2 → apache_airflow_providers_mysql-6.3.3}/tests/unit/mysql/assets/__init__.py +0 -0
- {apache_airflow_providers_mysql-6.3.2 → apache_airflow_providers_mysql-6.3.3}/tests/unit/mysql/assets/test_mysql.py +0 -0
- {apache_airflow_providers_mysql-6.3.2 → apache_airflow_providers_mysql-6.3.3}/tests/unit/mysql/hooks/__init__.py +0 -0
- {apache_airflow_providers_mysql-6.3.2 → apache_airflow_providers_mysql-6.3.3}/tests/unit/mysql/hooks/test_mysql.py +0 -0
- {apache_airflow_providers_mysql-6.3.2 → apache_airflow_providers_mysql-6.3.3}/tests/unit/mysql/hooks/test_mysql_connector_python.py +0 -0
- {apache_airflow_providers_mysql-6.3.2 → apache_airflow_providers_mysql-6.3.3}/tests/unit/mysql/transfers/__init__.py +0 -0
- {apache_airflow_providers_mysql-6.3.2 → apache_airflow_providers_mysql-6.3.3}/tests/unit/mysql/transfers/test_presto_to_mysql.py +0 -0
- {apache_airflow_providers_mysql-6.3.2 → apache_airflow_providers_mysql-6.3.3}/tests/unit/mysql/transfers/test_s3_to_mysql.py +0 -0
- {apache_airflow_providers_mysql-6.3.2 → apache_airflow_providers_mysql-6.3.3}/tests/unit/mysql/transfers/test_trino_to_mysql.py +0 -0
- {apache_airflow_providers_mysql-6.3.2 → apache_airflow_providers_mysql-6.3.3}/tests/unit/mysql/transfers/test_vertica_to_mysql.py +0 -0
@@ -1,11 +1,11 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: apache-airflow-providers-mysql
|
3
|
-
Version: 6.3.
|
3
|
+
Version: 6.3.3
|
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>
|
7
7
|
Maintainer-email: Apache Software Foundation <dev@airflow.apache.org>
|
8
|
-
Requires-Python:
|
8
|
+
Requires-Python: >=3.10
|
9
9
|
Description-Content-Type: text/x-rst
|
10
10
|
Classifier: Development Status :: 5 - Production/Stable
|
11
11
|
Classifier: Environment :: Console
|
@@ -18,6 +18,7 @@ Classifier: License :: OSI Approved :: Apache Software License
|
|
18
18
|
Classifier: Programming Language :: Python :: 3.10
|
19
19
|
Classifier: Programming Language :: Python :: 3.11
|
20
20
|
Classifier: Programming Language :: Python :: 3.12
|
21
|
+
Classifier: Programming Language :: Python :: 3.13
|
21
22
|
Classifier: Topic :: System :: Monitoring
|
22
23
|
Requires-Dist: apache-airflow>=2.10.0
|
23
24
|
Requires-Dist: apache-airflow-providers-common-sql>=1.20.0
|
@@ -30,8 +31,8 @@ Requires-Dist: apache-airflow-providers-presto ; extra == "presto"
|
|
30
31
|
Requires-Dist: apache-airflow-providers-trino ; extra == "trino"
|
31
32
|
Requires-Dist: apache-airflow-providers-vertica ; extra == "vertica"
|
32
33
|
Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
|
33
|
-
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-mysql/6.3.
|
34
|
-
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-mysql/6.3.
|
34
|
+
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-mysql/6.3.3/changelog.html
|
35
|
+
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-mysql/6.3.3
|
35
36
|
Project-URL: Mastodon, https://fosstodon.org/@airflow
|
36
37
|
Project-URL: Slack Chat, https://s.apache.org/airflow-slack
|
37
38
|
Project-URL: Source Code, https://github.com/apache/airflow
|
@@ -68,8 +69,9 @@ Provides-Extra: vertica
|
|
68
69
|
|
69
70
|
Package ``apache-airflow-providers-mysql``
|
70
71
|
|
71
|
-
Release: ``6.3.
|
72
|
+
Release: ``6.3.3``
|
72
73
|
|
74
|
+
Release Date: ``|PypiReleaseDate|``
|
73
75
|
|
74
76
|
`MySQL <https://www.mysql.com/>`__
|
75
77
|
|
@@ -81,7 +83,7 @@ This is a provider package for ``mysql`` provider. All classes for this provider
|
|
81
83
|
are in ``airflow.providers.mysql`` python package.
|
82
84
|
|
83
85
|
You can find package information and changelog for the provider
|
84
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-mysql/6.3.
|
86
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-mysql/6.3.3/>`_.
|
85
87
|
|
86
88
|
Installation
|
87
89
|
------------
|
@@ -90,7 +92,7 @@ You can install this package on top of an existing Airflow 2 installation (see `
|
|
90
92
|
for the minimum Airflow version supported) via
|
91
93
|
``pip install apache-airflow-providers-mysql``
|
92
94
|
|
93
|
-
The package supports the following python versions: 3.10,3.11,3.12
|
95
|
+
The package supports the following python versions: 3.10,3.11,3.12,3.13
|
94
96
|
|
95
97
|
Requirements
|
96
98
|
------------
|
@@ -130,5 +132,5 @@ Dependent package
|
|
130
132
|
============================================================================================================== ===============
|
131
133
|
|
132
134
|
The changelog for the provider package can be found in the
|
133
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-mysql/6.3.
|
135
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-mysql/6.3.3/changelog.html>`_.
|
134
136
|
|
@@ -23,8 +23,9 @@
|
|
23
23
|
|
24
24
|
Package ``apache-airflow-providers-mysql``
|
25
25
|
|
26
|
-
Release: ``6.3.
|
26
|
+
Release: ``6.3.3``
|
27
27
|
|
28
|
+
Release Date: ``|PypiReleaseDate|``
|
28
29
|
|
29
30
|
`MySQL <https://www.mysql.com/>`__
|
30
31
|
|
@@ -36,7 +37,7 @@ This is a provider package for ``mysql`` provider. All classes for this provider
|
|
36
37
|
are in ``airflow.providers.mysql`` python package.
|
37
38
|
|
38
39
|
You can find package information and changelog for the provider
|
39
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-mysql/6.3.
|
40
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-mysql/6.3.3/>`_.
|
40
41
|
|
41
42
|
Installation
|
42
43
|
------------
|
@@ -45,7 +46,7 @@ You can install this package on top of an existing Airflow 2 installation (see `
|
|
45
46
|
for the minimum Airflow version supported) via
|
46
47
|
``pip install apache-airflow-providers-mysql``
|
47
48
|
|
48
|
-
The package supports the following python versions: 3.10,3.11,3.12
|
49
|
+
The package supports the following python versions: 3.10,3.11,3.12,3.13
|
49
50
|
|
50
51
|
Requirements
|
51
52
|
------------
|
@@ -85,4 +86,4 @@ Dependent package
|
|
85
86
|
============================================================================================================== ===============
|
86
87
|
|
87
88
|
The changelog for the provider package can be found in the
|
88
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-mysql/6.3.
|
89
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-mysql/6.3.3/changelog.html>`_.
|
{apache_airflow_providers_mysql-6.3.2 → apache_airflow_providers_mysql-6.3.3}/docs/changelog.rst
RENAMED
@@ -26,6 +26,21 @@
|
|
26
26
|
Changelog
|
27
27
|
---------
|
28
28
|
|
29
|
+
6.3.3
|
30
|
+
.....
|
31
|
+
|
32
|
+
Misc
|
33
|
+
~~~~
|
34
|
+
|
35
|
+
* ``Add Python 3.13 support for Airflow. (#46891)``
|
36
|
+
* ``Cleanup type ignores in mysql provider where possible (#53288)``
|
37
|
+
* ``Remove type ignore across codebase after mypy upgrade (#53243)``
|
38
|
+
* ``Remove upper-binding for "python-requires" (#52980)``
|
39
|
+
* ``Temporarily switch to use >=,< pattern instead of '~=' (#52967)``
|
40
|
+
|
41
|
+
.. Below changes are excluded from the changelog. Move them to
|
42
|
+
appropriate section above if needed. Do not delete the lines(!):
|
43
|
+
|
29
44
|
6.3.2
|
30
45
|
.....
|
31
46
|
|
{apache_airflow_providers_mysql-6.3.2 → apache_airflow_providers_mysql-6.3.3}/docs/index.rst
RENAMED
@@ -77,7 +77,9 @@ apache-airflow-providers-mysql package
|
|
77
77
|
`MySQL <https://www.mysql.com/>`__
|
78
78
|
|
79
79
|
|
80
|
-
Release: 6.3.
|
80
|
+
Release: 6.3.3
|
81
|
+
|
82
|
+
Release Date: ``|PypiReleaseDate|``
|
81
83
|
|
82
84
|
Provider package
|
83
85
|
----------------
|
@@ -137,5 +139,5 @@ Downloading official packages
|
|
137
139
|
You can download officially released packages and verify their checksums and signatures from the
|
138
140
|
`Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
|
139
141
|
|
140
|
-
* `The apache-airflow-providers-mysql 6.3.
|
141
|
-
* `The apache-airflow-providers-mysql 6.3.
|
142
|
+
* `The apache-airflow-providers-mysql 6.3.3 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_mysql-6.3.3.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_mysql-6.3.3.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_mysql-6.3.3.tar.gz.sha512>`__)
|
143
|
+
* `The apache-airflow-providers-mysql 6.3.3 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_mysql-6.3.3-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_mysql-6.3.3-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_mysql-6.3.3-py3-none-any.whl.sha512>`__)
|
@@ -22,12 +22,13 @@ description: |
|
|
22
22
|
`MySQL <https://www.mysql.com/>`__
|
23
23
|
|
24
24
|
state: ready
|
25
|
-
source-date-epoch:
|
25
|
+
source-date-epoch: 1753691629
|
26
26
|
# Note that those versions are maintained by release manager - do not update them manually
|
27
27
|
# with the exception of case where other provider in sources has >= new provider version.
|
28
28
|
# In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
|
29
29
|
# to be done in the same PR
|
30
30
|
versions:
|
31
|
+
- 6.3.3
|
31
32
|
- 6.3.2
|
32
33
|
- 6.3.1
|
33
34
|
- 6.3.0
|
{apache_airflow_providers_mysql-6.3.2 → apache_airflow_providers_mysql-6.3.3}/pyproject.toml
RENAMED
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
|
|
25
25
|
|
26
26
|
[project]
|
27
27
|
name = "apache-airflow-providers-mysql"
|
28
|
-
version = "6.3.
|
28
|
+
version = "6.3.3"
|
29
29
|
description = "Provider package apache-airflow-providers-mysql for Apache Airflow"
|
30
30
|
readme = "README.rst"
|
31
31
|
authors = [
|
@@ -47,9 +47,10 @@ classifiers = [
|
|
47
47
|
"Programming Language :: Python :: 3.10",
|
48
48
|
"Programming Language :: Python :: 3.11",
|
49
49
|
"Programming Language :: Python :: 3.12",
|
50
|
+
"Programming Language :: Python :: 3.13",
|
50
51
|
"Topic :: System :: Monitoring",
|
51
52
|
]
|
52
|
-
requires-python = "
|
53
|
+
requires-python = ">=3.10"
|
53
54
|
|
54
55
|
# The dependencies should be modified in place in the generated file.
|
55
56
|
# Any change in the dependencies is preserved when the file is regenerated
|
@@ -128,8 +129,8 @@ apache-airflow-providers-common-sql = {workspace = true}
|
|
128
129
|
apache-airflow-providers-standard = {workspace = true}
|
129
130
|
|
130
131
|
[project.urls]
|
131
|
-
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-mysql/6.3.
|
132
|
-
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-mysql/6.3.
|
132
|
+
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-mysql/6.3.3"
|
133
|
+
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-mysql/6.3.3/changelog.html"
|
133
134
|
"Bug Tracker" = "https://github.com/apache/airflow/issues"
|
134
135
|
"Source Code" = "https://github.com/apache/airflow"
|
135
136
|
"Slack Chat" = "https://s.apache.org/airflow-slack"
|
@@ -14,4 +14,4 @@
|
|
14
14
|
# KIND, either express or implied. See the License for the
|
15
15
|
# specific language governing permissions and limitations
|
16
16
|
# under the License.
|
17
|
-
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
|
17
|
+
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
|
@@ -14,4 +14,4 @@
|
|
14
14
|
# KIND, either express or implied. See the License for the
|
15
15
|
# specific language governing permissions and limitations
|
16
16
|
# under the License.
|
17
|
-
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
|
17
|
+
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
|
@@ -29,7 +29,7 @@ from airflow import __version__ as airflow_version
|
|
29
29
|
|
30
30
|
__all__ = ["__version__"]
|
31
31
|
|
32
|
-
__version__ = "6.3.
|
32
|
+
__version__ = "6.3.3"
|
33
33
|
|
34
34
|
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
|
35
35
|
"2.10.0"
|
@@ -30,7 +30,12 @@ from airflow.providers.common.sql.hooks.sql import DbApiHook
|
|
30
30
|
logger = logging.getLogger(__name__)
|
31
31
|
|
32
32
|
if TYPE_CHECKING:
|
33
|
-
from airflow.
|
33
|
+
from airflow.providers.mysql.version_compat import AIRFLOW_V_3_0_PLUS
|
34
|
+
|
35
|
+
if AIRFLOW_V_3_0_PLUS:
|
36
|
+
from airflow.sdk import Connection
|
37
|
+
else:
|
38
|
+
from airflow.models.connection import Connection # type: ignore[assignment]
|
34
39
|
|
35
40
|
try:
|
36
41
|
from mysql.connector.abstracts import MySQLConnectionAbstract
|
@@ -130,7 +135,7 @@ class MySqlHook(DbApiHook):
|
|
130
135
|
|
131
136
|
if conn.extra_dejson.get("charset", False):
|
132
137
|
conn_config["charset"] = conn.extra_dejson["charset"]
|
133
|
-
if conn_config
|
138
|
+
if str(conn_config.get("charset", "undef")).lower() in ("utf8", "utf-8"):
|
134
139
|
conn_config["use_unicode"] = True
|
135
140
|
if conn.extra_dejson.get("cursor", False):
|
136
141
|
try:
|
@@ -220,7 +225,7 @@ class MySqlHook(DbApiHook):
|
|
220
225
|
"installed in case you see compilation error during installation."
|
221
226
|
)
|
222
227
|
|
223
|
-
conn_config = self._get_conn_config_mysql_client(conn)
|
228
|
+
conn_config = self._get_conn_config_mysql_client(conn)
|
224
229
|
return MySQLdb.connect(**conn_config)
|
225
230
|
|
226
231
|
if client_name == "mysql-connector-python":
|
@@ -233,7 +238,7 @@ class MySqlHook(DbApiHook):
|
|
233
238
|
"'mysql-connector-python'. Warning! It might cause dependency conflicts."
|
234
239
|
)
|
235
240
|
|
236
|
-
conn_config = self._get_conn_config_mysql_connector_python(conn)
|
241
|
+
conn_config = self._get_conn_config_mysql_connector_python(conn)
|
237
242
|
return mysql.connector.connect(**conn_config)
|
238
243
|
|
239
244
|
raise ValueError("Unknown MySQL client name provided!")
|
@@ -253,7 +258,7 @@ class MySqlHook(DbApiHook):
|
|
253
258
|
(tmp_file,),
|
254
259
|
)
|
255
260
|
conn.commit()
|
256
|
-
conn.close()
|
261
|
+
conn.close()
|
257
262
|
|
258
263
|
def bulk_dump(self, table: str, tmp_file: str) -> None:
|
259
264
|
"""Dump a database table into a tab-delimited file."""
|
@@ -270,7 +275,7 @@ class MySqlHook(DbApiHook):
|
|
270
275
|
(tmp_file,),
|
271
276
|
)
|
272
277
|
conn.commit()
|
273
|
-
conn.close()
|
278
|
+
conn.close()
|
274
279
|
|
275
280
|
@staticmethod
|
276
281
|
def _serialize_cell(cell: object, conn: Connection | None = None) -> Any:
|
@@ -337,7 +342,7 @@ class MySqlHook(DbApiHook):
|
|
337
342
|
|
338
343
|
cursor.close()
|
339
344
|
conn.commit()
|
340
|
-
conn.close()
|
345
|
+
conn.close()
|
341
346
|
|
342
347
|
def get_openlineage_database_info(self, connection):
|
343
348
|
"""Return MySQL specific information for OpenLineage."""
|
@@ -14,4 +14,4 @@
|
|
14
14
|
# KIND, either express or implied. See the License for the
|
15
15
|
# specific language governing permissions and limitations
|
16
16
|
# under the License.
|
17
|
-
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
|
17
|
+
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
|
{apache_airflow_providers_mysql-6.3.2 → apache_airflow_providers_mysql-6.3.3}/tests/unit/__init__.py
RENAMED
@@ -14,4 +14,4 @@
|
|
14
14
|
# KIND, either express or implied. See the License for the
|
15
15
|
# specific language governing permissions and limitations
|
16
16
|
# under the License.
|
17
|
-
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
|
17
|
+
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
|
File without changes
|
{apache_airflow_providers_mysql-6.3.2 → apache_airflow_providers_mysql-6.3.3}/docs/commits.rst
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{apache_airflow_providers_mysql-6.3.2 → apache_airflow_providers_mysql-6.3.3}/docs/operators.rst
RENAMED
File without changes
|
{apache_airflow_providers_mysql-6.3.2 → apache_airflow_providers_mysql-6.3.3}/docs/redirects.txt
RENAMED
File without changes
|
{apache_airflow_providers_mysql-6.3.2 → apache_airflow_providers_mysql-6.3.3}/docs/security.rst
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{apache_airflow_providers_mysql-6.3.2 → apache_airflow_providers_mysql-6.3.3}/tests/conftest.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|