apache-airflow-providers-mysql 5.7.1rc1__py3-none-any.whl → 5.7.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/get_provider_info.py +6 -5
- {apache_airflow_providers_mysql-5.7.1rc1.dist-info → apache_airflow_providers_mysql-5.7.2.dist-info}/METADATA +10 -11
- {apache_airflow_providers_mysql-5.7.1rc1.dist-info → apache_airflow_providers_mysql-5.7.2.dist-info}/RECORD +8 -8
- /airflow/providers/mysql/{datasets → assets}/__init__.py +0 -0
- /airflow/providers/mysql/{datasets → assets}/mysql.py +0 -0
- {apache_airflow_providers_mysql-5.7.1rc1.dist-info → apache_airflow_providers_mysql-5.7.2.dist-info}/WHEEL +0 -0
- {apache_airflow_providers_mysql-5.7.1rc1.dist-info → apache_airflow_providers_mysql-5.7.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__ = "5.7.
|
32
|
+
__version__ = "5.7.2"
|
33
33
|
|
34
34
|
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
|
35
35
|
"2.8.0"
|
@@ -28,8 +28,9 @@ def get_provider_info():
|
|
28
28
|
"name": "MySQL",
|
29
29
|
"description": "`MySQL <https://www.mysql.com/>`__\n",
|
30
30
|
"state": "ready",
|
31
|
-
"source-date-epoch":
|
31
|
+
"source-date-epoch": 1728485234,
|
32
32
|
"versions": [
|
33
|
+
"5.7.2",
|
33
34
|
"5.7.1",
|
34
35
|
"5.7.0",
|
35
36
|
"5.6.3",
|
@@ -115,10 +116,10 @@ def get_provider_info():
|
|
115
116
|
"connection-types": [
|
116
117
|
{"hook-class-name": "airflow.providers.mysql.hooks.mysql.MySqlHook", "connection-type": "mysql"}
|
117
118
|
],
|
119
|
+
"asset-uris": [
|
120
|
+
{"schemes": ["mysql", "mariadb"], "handler": "airflow.providers.mysql.assets.mysql.sanitize_uri"}
|
121
|
+
],
|
118
122
|
"dataset-uris": [
|
119
|
-
{
|
120
|
-
"schemes": ["mysql", "mariadb"],
|
121
|
-
"handler": "airflow.providers.mysql.datasets.mysql.sanitize_uri",
|
122
|
-
}
|
123
|
+
{"schemes": ["mysql", "mariadb"], "handler": "airflow.providers.mysql.assets.mysql.sanitize_uri"}
|
123
124
|
],
|
124
125
|
}
|
@@ -1,11 +1,11 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: apache-airflow-providers-mysql
|
3
|
-
Version: 5.7.
|
3
|
+
Version: 5.7.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>
|
7
7
|
Maintainer-email: Apache Software Foundation <dev@airflow.apache.org>
|
8
|
-
Requires-Python: ~=3.
|
8
|
+
Requires-Python: ~=3.9
|
9
9
|
Description-Content-Type: text/x-rst
|
10
10
|
Classifier: Development Status :: 5 - Production/Stable
|
11
11
|
Classifier: Environment :: Console
|
@@ -15,14 +15,13 @@ Classifier: Intended Audience :: System Administrators
|
|
15
15
|
Classifier: Framework :: Apache Airflow
|
16
16
|
Classifier: Framework :: Apache Airflow :: Provider
|
17
17
|
Classifier: License :: OSI Approved :: Apache Software License
|
18
|
-
Classifier: Programming Language :: Python :: 3.8
|
19
18
|
Classifier: Programming Language :: Python :: 3.9
|
20
19
|
Classifier: Programming Language :: Python :: 3.10
|
21
20
|
Classifier: Programming Language :: Python :: 3.11
|
22
21
|
Classifier: Programming Language :: Python :: 3.12
|
23
22
|
Classifier: Topic :: System :: Monitoring
|
24
|
-
Requires-Dist: apache-airflow-providers-common-sql>=1.17.
|
25
|
-
Requires-Dist: apache-airflow>=2.8.
|
23
|
+
Requires-Dist: apache-airflow-providers-common-sql>=1.17.0
|
24
|
+
Requires-Dist: apache-airflow>=2.8.0
|
26
25
|
Requires-Dist: mysql-connector-python>=8.0.29
|
27
26
|
Requires-Dist: mysqlclient>=1.4.0
|
28
27
|
Requires-Dist: apache-airflow-providers-amazon ; extra == "amazon"
|
@@ -32,8 +31,8 @@ Requires-Dist: apache-airflow-providers-presto ; extra == "presto"
|
|
32
31
|
Requires-Dist: apache-airflow-providers-trino ; extra == "trino"
|
33
32
|
Requires-Dist: apache-airflow-providers-vertica ; extra == "vertica"
|
34
33
|
Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
|
35
|
-
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-mysql/5.7.
|
36
|
-
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-mysql/5.7.
|
34
|
+
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-mysql/5.7.2/changelog.html
|
35
|
+
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-mysql/5.7.2
|
37
36
|
Project-URL: Slack Chat, https://s.apache.org/airflow-slack
|
38
37
|
Project-URL: Source Code, https://github.com/apache/airflow
|
39
38
|
Project-URL: Twitter, https://twitter.com/ApacheAirflow
|
@@ -90,7 +89,7 @@ Provides-Extra: vertica
|
|
90
89
|
|
91
90
|
Package ``apache-airflow-providers-mysql``
|
92
91
|
|
93
|
-
Release: ``5.7.
|
92
|
+
Release: ``5.7.2``
|
94
93
|
|
95
94
|
|
96
95
|
`MySQL <https://www.mysql.com/>`__
|
@@ -103,7 +102,7 @@ This is a provider package for ``mysql`` provider. All classes for this provider
|
|
103
102
|
are in ``airflow.providers.mysql`` python package.
|
104
103
|
|
105
104
|
You can find package information and changelog for the provider
|
106
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-mysql/5.7.
|
105
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-mysql/5.7.2/>`_.
|
107
106
|
|
108
107
|
Installation
|
109
108
|
------------
|
@@ -112,7 +111,7 @@ You can install this package on top of an existing Airflow 2 installation (see `
|
|
112
111
|
for the minimum Airflow version supported) via
|
113
112
|
``pip install apache-airflow-providers-mysql``
|
114
113
|
|
115
|
-
The package supports the following python versions: 3.
|
114
|
+
The package supports the following python versions: 3.9,3.10,3.11,3.12
|
116
115
|
|
117
116
|
Requirements
|
118
117
|
------------
|
@@ -151,4 +150,4 @@ Dependent package
|
|
151
150
|
============================================================================================================== ===============
|
152
151
|
|
153
152
|
The changelog for the provider package can be found in the
|
154
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-mysql/5.7.
|
153
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-mysql/5.7.2/changelog.html>`_.
|
@@ -1,8 +1,8 @@
|
|
1
1
|
airflow/providers/mysql/LICENSE,sha256=FFb4jd2AXnOOf7XLP04pQW6jbdhG49TxlGY6fFpCV1Y,13609
|
2
|
-
airflow/providers/mysql/__init__.py,sha256=
|
3
|
-
airflow/providers/mysql/get_provider_info.py,sha256=
|
4
|
-
airflow/providers/mysql/
|
5
|
-
airflow/providers/mysql/
|
2
|
+
airflow/providers/mysql/__init__.py,sha256=lbAn1NK6RovEakgU_uF1AmSZbHcBeGsXwB6WAIzlqHg,1492
|
3
|
+
airflow/providers/mysql/get_provider_info.py,sha256=2NPcXGgQ1eH00oMYlIqAKm-pwRnl1rJPXF_AWr6zABs,4470
|
4
|
+
airflow/providers/mysql/assets/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
|
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
7
|
airflow/providers/mysql/hooks/mysql.py,sha256=-HhM-oFt1oC-EuVVVr5sqAWTH2WiL1TcUYby5JZy2gc,13147
|
8
8
|
airflow/providers/mysql/operators/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
|
@@ -12,7 +12,7 @@ airflow/providers/mysql/transfers/presto_to_mysql.py,sha256=gGtZIGXLpY2jP8o3xwZ5
|
|
12
12
|
airflow/providers/mysql/transfers/s3_to_mysql.py,sha256=E5I7QHWqzrG3Fi9AGklwZWRCVxVDOD1tOB2xHEOZUJw,3876
|
13
13
|
airflow/providers/mysql/transfers/trino_to_mysql.py,sha256=wiiuilxSHchJD0W2K838UHH5iUs-R5HNc0zyRDOZDRs,3251
|
14
14
|
airflow/providers/mysql/transfers/vertica_to_mysql.py,sha256=NiIFMv0zy4M9Ynrs4InG9nqp6lyvmgDlz7_iDJWxQEI,6308
|
15
|
-
apache_airflow_providers_mysql-5.7.
|
16
|
-
apache_airflow_providers_mysql-5.7.
|
17
|
-
apache_airflow_providers_mysql-5.7.
|
18
|
-
apache_airflow_providers_mysql-5.7.
|
15
|
+
apache_airflow_providers_mysql-5.7.2.dist-info/entry_points.txt,sha256=kIbWluJZ1LX9jo9pLkqbnu6DUgYpoGKXzmSvjT5czKM,101
|
16
|
+
apache_airflow_providers_mysql-5.7.2.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
|
17
|
+
apache_airflow_providers_mysql-5.7.2.dist-info/METADATA,sha256=kBOZQKcOtfhwK7OY1nRBGl0R5e7gS7cHkljxMujzCVk,7274
|
18
|
+
apache_airflow_providers_mysql-5.7.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|