apache-airflow-providers-mysql 5.5.1rc1__py3-none-any.whl → 5.5.2rc1__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 +4 -3
- {apache_airflow_providers_mysql-5.5.1rc1.dist-info → apache_airflow_providers_mysql-5.5.2rc1.dist-info}/METADATA +8 -8
- {apache_airflow_providers_mysql-5.5.1rc1.dist-info → apache_airflow_providers_mysql-5.5.2rc1.dist-info}/RECORD +6 -6
- {apache_airflow_providers_mysql-5.5.1rc1.dist-info → apache_airflow_providers_mysql-5.5.2rc1.dist-info}/WHEEL +0 -0
- {apache_airflow_providers_mysql-5.5.1rc1.dist-info → apache_airflow_providers_mysql-5.5.2rc1.dist-info}/entry_points.txt +0 -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": 1705912175,
|
32
32
|
"versions": [
|
33
|
+
"5.5.2",
|
33
34
|
"5.5.1",
|
34
35
|
"5.5.0",
|
35
36
|
"5.4.0",
|
@@ -65,8 +66,9 @@ def get_provider_info():
|
|
65
66
|
"apache-airflow>=2.6.0",
|
66
67
|
"apache-airflow-providers-common-sql>=1.3.1",
|
67
68
|
"mysqlclient>=1.3.6",
|
68
|
-
"mysql-connector-python>=8.0.
|
69
|
+
"mysql-connector-python>=8.0.29",
|
69
70
|
],
|
71
|
+
"additional-extras": [{"name": "mysql-connector-python", "dependencies": []}],
|
70
72
|
"integrations": [
|
71
73
|
{
|
72
74
|
"integration-name": "MySQL",
|
@@ -105,5 +107,4 @@ def get_provider_info():
|
|
105
107
|
"connection-types": [
|
106
108
|
{"hook-class-name": "airflow.providers.mysql.hooks.mysql.MySqlHook", "connection-type": "mysql"}
|
107
109
|
],
|
108
|
-
"additional-extras": [{"name": "mysql-connector-python", "dependencies": []}],
|
109
110
|
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: apache-airflow-providers-mysql
|
3
|
-
Version: 5.5.
|
3
|
+
Version: 5.5.2rc1
|
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>
|
@@ -22,7 +22,7 @@ Classifier: Programming Language :: Python :: 3.11
|
|
22
22
|
Classifier: Topic :: System :: Monitoring
|
23
23
|
Requires-Dist: apache-airflow-providers-common-sql>=1.3.1.dev0
|
24
24
|
Requires-Dist: apache-airflow>=2.6.0.dev0
|
25
|
-
Requires-Dist: mysql-connector-python>=8.0.
|
25
|
+
Requires-Dist: mysql-connector-python>=8.0.29
|
26
26
|
Requires-Dist: mysqlclient>=1.3.6
|
27
27
|
Requires-Dist: apache-airflow-providers-amazon ; extra == "amazon"
|
28
28
|
Requires-Dist: apache-airflow-providers-common-sql ; extra == "common.sql"
|
@@ -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/5.5.
|
35
|
-
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-mysql/5.5.
|
34
|
+
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-mysql/5.5.2/changelog.html
|
35
|
+
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-mysql/5.5.2
|
36
36
|
Project-URL: Slack Chat, https://s.apache.org/airflow-slack
|
37
37
|
Project-URL: Source Code, https://github.com/apache/airflow
|
38
38
|
Project-URL: Twitter, https://twitter.com/ApacheAirflow
|
@@ -89,7 +89,7 @@ Provides-Extra: vertica
|
|
89
89
|
|
90
90
|
Package ``apache-airflow-providers-mysql``
|
91
91
|
|
92
|
-
Release: ``5.5.
|
92
|
+
Release: ``5.5.2.rc1``
|
93
93
|
|
94
94
|
|
95
95
|
`MySQL <https://www.mysql.com/>`__
|
@@ -102,7 +102,7 @@ This is a provider package for ``mysql`` provider. All classes for this provider
|
|
102
102
|
are in ``airflow.providers.mysql`` python package.
|
103
103
|
|
104
104
|
You can find package information and changelog for the provider
|
105
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-mysql/5.5.
|
105
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-mysql/5.5.2/>`_.
|
106
106
|
|
107
107
|
Installation
|
108
108
|
------------
|
@@ -122,7 +122,7 @@ PIP package Version required
|
|
122
122
|
``apache-airflow`` ``>=2.6.0``
|
123
123
|
``apache-airflow-providers-common-sql`` ``>=1.3.1``
|
124
124
|
``mysqlclient`` ``>=1.3.6``
|
125
|
-
``mysql-connector-python`` ``>=8.0.
|
125
|
+
``mysql-connector-python`` ``>=8.0.29``
|
126
126
|
======================================= ==================
|
127
127
|
|
128
128
|
Cross provider package dependencies
|
@@ -150,4 +150,4 @@ Dependent package
|
|
150
150
|
============================================================================================================== ===============
|
151
151
|
|
152
152
|
The changelog for the provider package can be found in the
|
153
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-mysql/5.5.
|
153
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-mysql/5.5.2/changelog.html>`_.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
airflow/providers/mysql/LICENSE,sha256=ywUBpKZc7Jb96rVt5I3IDbg7dIJAbUSHkuoDcF3jbH4,13569
|
2
|
-
airflow/providers/mysql/__init__.py,sha256=
|
3
|
-
airflow/providers/mysql/get_provider_info.py,sha256=
|
2
|
+
airflow/providers/mysql/__init__.py,sha256=A3nw7rd0_tvolTfM6b6_f6C9GtM8AuHwsXqdGKEKofY,1580
|
3
|
+
airflow/providers/mysql/get_provider_info.py,sha256=lIIJskLs55UgDZvmGXwAczq_VLqXmKEIhUoQpLUO8fY,3988
|
4
4
|
airflow/providers/mysql/hooks/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
|
5
5
|
airflow/providers/mysql/hooks/mysql.py,sha256=t2EkCHr_Prv8yKPF1XKOFnbpsTKMkMSkqlHrZkRtYxw,13217
|
6
6
|
airflow/providers/mysql/operators/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
|
@@ -10,7 +10,7 @@ airflow/providers/mysql/transfers/presto_to_mysql.py,sha256=gGtZIGXLpY2jP8o3xwZ5
|
|
10
10
|
airflow/providers/mysql/transfers/s3_to_mysql.py,sha256=j2t2pIZkWnPbNiBbhpxTfKXIUu7TnTe66kT3K3OotRw,3870
|
11
11
|
airflow/providers/mysql/transfers/trino_to_mysql.py,sha256=wiiuilxSHchJD0W2K838UHH5iUs-R5HNc0zyRDOZDRs,3251
|
12
12
|
airflow/providers/mysql/transfers/vertica_to_mysql.py,sha256=NiIFMv0zy4M9Ynrs4InG9nqp6lyvmgDlz7_iDJWxQEI,6308
|
13
|
-
apache_airflow_providers_mysql-5.5.
|
14
|
-
apache_airflow_providers_mysql-5.5.
|
15
|
-
apache_airflow_providers_mysql-5.5.
|
16
|
-
apache_airflow_providers_mysql-5.5.
|
13
|
+
apache_airflow_providers_mysql-5.5.2rc1.dist-info/entry_points.txt,sha256=kIbWluJZ1LX9jo9pLkqbnu6DUgYpoGKXzmSvjT5czKM,101
|
14
|
+
apache_airflow_providers_mysql-5.5.2rc1.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
|
15
|
+
apache_airflow_providers_mysql-5.5.2rc1.dist-info/METADATA,sha256=yDDYlK3gOGSDptyeznnM6jHKdSudZ3bMMyWHCa_dGLU,7287
|
16
|
+
apache_airflow_providers_mysql-5.5.2rc1.dist-info/RECORD,,
|
File without changes
|