apache-airflow-providers-mysql 6.2.2__tar.gz → 6.3.0__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.2.2 → apache_airflow_providers_mysql-6.3.0}/PKG-INFO +19 -15
- {apache_airflow_providers_mysql-6.2.2 → apache_airflow_providers_mysql-6.3.0}/README.rst +11 -9
- {apache_airflow_providers_mysql-6.2.2 → apache_airflow_providers_mysql-6.3.0}/docs/changelog.rst +18 -0
- apache_airflow_providers_mysql-6.3.0/docs/commits.rst +35 -0
- {apache_airflow_providers_mysql-6.2.2 → apache_airflow_providers_mysql-6.3.0}/docs/index.rst +12 -10
- {apache_airflow_providers_mysql-6.2.2 → apache_airflow_providers_mysql-6.3.0}/provider.yaml +6 -2
- {apache_airflow_providers_mysql-6.2.2 → apache_airflow_providers_mysql-6.3.0}/pyproject.toml +8 -6
- {apache_airflow_providers_mysql-6.2.2 → apache_airflow_providers_mysql-6.3.0}/src/airflow/providers/mysql/__init__.py +3 -3
- apache_airflow_providers_mysql-6.2.2/docs/commits.rst +0 -794
- {apache_airflow_providers_mysql-6.2.2 → apache_airflow_providers_mysql-6.3.0}/docs/.latest-doc-only-change.txt +0 -0
- {apache_airflow_providers_mysql-6.2.2 → apache_airflow_providers_mysql-6.3.0}/docs/conf.py +0 -0
- {apache_airflow_providers_mysql-6.2.2 → apache_airflow_providers_mysql-6.3.0}/docs/connections/mysql.rst +0 -0
- {apache_airflow_providers_mysql-6.2.2 → apache_airflow_providers_mysql-6.3.0}/docs/installing-providers-from-sources.rst +0 -0
- {apache_airflow_providers_mysql-6.2.2 → apache_airflow_providers_mysql-6.3.0}/docs/integration-logos/MySQL.png +0 -0
- {apache_airflow_providers_mysql-6.2.2 → apache_airflow_providers_mysql-6.3.0}/docs/operators.rst +0 -0
- {apache_airflow_providers_mysql-6.2.2 → apache_airflow_providers_mysql-6.3.0}/docs/redirects.txt +0 -0
- {apache_airflow_providers_mysql-6.2.2 → apache_airflow_providers_mysql-6.3.0}/docs/security.rst +0 -0
- {apache_airflow_providers_mysql-6.2.2 → apache_airflow_providers_mysql-6.3.0}/src/airflow/__init__.py +0 -0
- {apache_airflow_providers_mysql-6.2.2 → apache_airflow_providers_mysql-6.3.0}/src/airflow/providers/__init__.py +0 -0
- {apache_airflow_providers_mysql-6.2.2 → apache_airflow_providers_mysql-6.3.0}/src/airflow/providers/mysql/LICENSE +0 -0
- {apache_airflow_providers_mysql-6.2.2 → apache_airflow_providers_mysql-6.3.0}/src/airflow/providers/mysql/assets/__init__.py +0 -0
- {apache_airflow_providers_mysql-6.2.2 → apache_airflow_providers_mysql-6.3.0}/src/airflow/providers/mysql/assets/mysql.py +0 -0
- {apache_airflow_providers_mysql-6.2.2 → apache_airflow_providers_mysql-6.3.0}/src/airflow/providers/mysql/get_provider_info.py +0 -0
- {apache_airflow_providers_mysql-6.2.2 → apache_airflow_providers_mysql-6.3.0}/src/airflow/providers/mysql/hooks/__init__.py +0 -0
- {apache_airflow_providers_mysql-6.2.2 → apache_airflow_providers_mysql-6.3.0}/src/airflow/providers/mysql/hooks/mysql.py +0 -0
- {apache_airflow_providers_mysql-6.2.2 → apache_airflow_providers_mysql-6.3.0}/src/airflow/providers/mysql/transfers/__init__.py +0 -0
- {apache_airflow_providers_mysql-6.2.2 → apache_airflow_providers_mysql-6.3.0}/src/airflow/providers/mysql/transfers/presto_to_mysql.py +0 -0
- {apache_airflow_providers_mysql-6.2.2 → apache_airflow_providers_mysql-6.3.0}/src/airflow/providers/mysql/transfers/s3_to_mysql.py +0 -0
- {apache_airflow_providers_mysql-6.2.2 → apache_airflow_providers_mysql-6.3.0}/src/airflow/providers/mysql/transfers/trino_to_mysql.py +0 -0
- {apache_airflow_providers_mysql-6.2.2 → apache_airflow_providers_mysql-6.3.0}/src/airflow/providers/mysql/transfers/vertica_to_mysql.py +0 -0
- {apache_airflow_providers_mysql-6.2.2 → apache_airflow_providers_mysql-6.3.0}/tests/conftest.py +0 -0
- {apache_airflow_providers_mysql-6.2.2 → apache_airflow_providers_mysql-6.3.0}/tests/system/__init__.py +0 -0
- {apache_airflow_providers_mysql-6.2.2 → apache_airflow_providers_mysql-6.3.0}/tests/system/mysql/__init__.py +0 -0
- {apache_airflow_providers_mysql-6.2.2 → apache_airflow_providers_mysql-6.3.0}/tests/system/mysql/example_mysql.py +0 -0
- {apache_airflow_providers_mysql-6.2.2 → apache_airflow_providers_mysql-6.3.0}/tests/unit/__init__.py +0 -0
- {apache_airflow_providers_mysql-6.2.2 → apache_airflow_providers_mysql-6.3.0}/tests/unit/mysql/__init__.py +0 -0
- {apache_airflow_providers_mysql-6.2.2 → apache_airflow_providers_mysql-6.3.0}/tests/unit/mysql/assets/__init__.py +0 -0
- {apache_airflow_providers_mysql-6.2.2 → apache_airflow_providers_mysql-6.3.0}/tests/unit/mysql/assets/test_mysql.py +0 -0
- {apache_airflow_providers_mysql-6.2.2 → apache_airflow_providers_mysql-6.3.0}/tests/unit/mysql/hooks/__init__.py +0 -0
- {apache_airflow_providers_mysql-6.2.2 → apache_airflow_providers_mysql-6.3.0}/tests/unit/mysql/hooks/test_mysql.py +0 -0
- {apache_airflow_providers_mysql-6.2.2 → apache_airflow_providers_mysql-6.3.0}/tests/unit/mysql/hooks/test_mysql_connector_python.py +0 -0
- {apache_airflow_providers_mysql-6.2.2 → apache_airflow_providers_mysql-6.3.0}/tests/unit/mysql/transfers/__init__.py +0 -0
- {apache_airflow_providers_mysql-6.2.2 → apache_airflow_providers_mysql-6.3.0}/tests/unit/mysql/transfers/test_presto_to_mysql.py +0 -0
- {apache_airflow_providers_mysql-6.2.2 → apache_airflow_providers_mysql-6.3.0}/tests/unit/mysql/transfers/test_s3_to_mysql.py +0 -0
- {apache_airflow_providers_mysql-6.2.2 → apache_airflow_providers_mysql-6.3.0}/tests/unit/mysql/transfers/test_trino_to_mysql.py +0 -0
- {apache_airflow_providers_mysql-6.2.2 → apache_airflow_providers_mysql-6.3.0}/tests/unit/mysql/transfers/test_vertica_to_mysql.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: apache-airflow-providers-mysql
|
3
|
-
Version: 6.
|
3
|
+
Version: 6.3.0
|
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>
|
@@ -20,10 +20,12 @@ Classifier: Programming Language :: Python :: 3.10
|
|
20
20
|
Classifier: Programming Language :: Python :: 3.11
|
21
21
|
Classifier: Programming Language :: Python :: 3.12
|
22
22
|
Classifier: Topic :: System :: Monitoring
|
23
|
-
Requires-Dist: apache-airflow>=2.
|
23
|
+
Requires-Dist: apache-airflow>=2.10.0
|
24
24
|
Requires-Dist: apache-airflow-providers-common-sql>=1.20.0
|
25
|
-
Requires-Dist: mysqlclient>=1.
|
26
|
-
Requires-Dist:
|
25
|
+
Requires-Dist: mysqlclient>=2.1.0; sys_platform != "darwin" and python_version<"3.12"
|
26
|
+
Requires-Dist: mysqlclient>=2.2.1; sys_platform != "darwin" and python_version>="3.12"
|
27
|
+
Requires-Dist: mysql-connector-python>=8.0.29; python_version<"3.12"
|
28
|
+
Requires-Dist: mysql-connector-python>=8.2.0; python_version>="3.12"
|
27
29
|
Requires-Dist: aiomysql>=0.2.0
|
28
30
|
Requires-Dist: apache-airflow-providers-amazon ; extra == "amazon"
|
29
31
|
Requires-Dist: apache-airflow-providers-openlineage ; extra == "openlineage"
|
@@ -31,8 +33,8 @@ Requires-Dist: apache-airflow-providers-presto ; extra == "presto"
|
|
31
33
|
Requires-Dist: apache-airflow-providers-trino ; extra == "trino"
|
32
34
|
Requires-Dist: apache-airflow-providers-vertica ; extra == "vertica"
|
33
35
|
Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
|
34
|
-
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-mysql/6.
|
35
|
-
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-mysql/6.
|
36
|
+
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-mysql/6.3.0/changelog.html
|
37
|
+
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-mysql/6.3.0
|
36
38
|
Project-URL: Mastodon, https://fosstodon.org/@airflow
|
37
39
|
Project-URL: Slack Chat, https://s.apache.org/airflow-slack
|
38
40
|
Project-URL: Source Code, https://github.com/apache/airflow
|
@@ -69,7 +71,7 @@ Provides-Extra: vertica
|
|
69
71
|
|
70
72
|
Package ``apache-airflow-providers-mysql``
|
71
73
|
|
72
|
-
Release: ``6.
|
74
|
+
Release: ``6.3.0``
|
73
75
|
|
74
76
|
|
75
77
|
`MySQL <https://www.mysql.com/>`__
|
@@ -82,7 +84,7 @@ This is a provider package for ``mysql`` provider. All classes for this provider
|
|
82
84
|
are in ``airflow.providers.mysql`` python package.
|
83
85
|
|
84
86
|
You can find package information and changelog for the provider
|
85
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-mysql/6.
|
87
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-mysql/6.3.0/>`_.
|
86
88
|
|
87
89
|
Installation
|
88
90
|
------------
|
@@ -96,15 +98,17 @@ The package supports the following python versions: 3.9,3.10,3.11,3.12
|
|
96
98
|
Requirements
|
97
99
|
------------
|
98
100
|
|
99
|
-
=======================================
|
101
|
+
======================================= ==================================================================
|
100
102
|
PIP package Version required
|
101
|
-
=======================================
|
102
|
-
``apache-airflow`` ``>=2.
|
103
|
+
======================================= ==================================================================
|
104
|
+
``apache-airflow`` ``>=2.10.0``
|
103
105
|
``apache-airflow-providers-common-sql`` ``>=1.20.0``
|
104
|
-
``mysqlclient`` ``>=1.
|
105
|
-
``
|
106
|
+
``mysqlclient`` ``>=2.1.0; sys_platform != "darwin" and python_version < "3.12"``
|
107
|
+
``mysqlclient`` ``>=2.2.1; sys_platform != "darwin" and python_version >= "3.12"``
|
108
|
+
``mysql-connector-python`` ``>=8.0.29; python_version < "3.12"``
|
109
|
+
``mysql-connector-python`` ``>=8.2.0; python_version >= "3.12"``
|
106
110
|
``aiomysql`` ``>=0.2.0``
|
107
|
-
=======================================
|
111
|
+
======================================= ==================================================================
|
108
112
|
|
109
113
|
Cross provider package dependencies
|
110
114
|
-----------------------------------
|
@@ -131,5 +135,5 @@ Dependent package
|
|
131
135
|
============================================================================================================== ===============
|
132
136
|
|
133
137
|
The changelog for the provider package can be found in the
|
134
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-mysql/6.
|
138
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-mysql/6.3.0/changelog.html>`_.
|
135
139
|
|
@@ -23,7 +23,7 @@
|
|
23
23
|
|
24
24
|
Package ``apache-airflow-providers-mysql``
|
25
25
|
|
26
|
-
Release: ``6.
|
26
|
+
Release: ``6.3.0``
|
27
27
|
|
28
28
|
|
29
29
|
`MySQL <https://www.mysql.com/>`__
|
@@ -36,7 +36,7 @@ This is a provider package for ``mysql`` provider. All classes for this provider
|
|
36
36
|
are in ``airflow.providers.mysql`` python package.
|
37
37
|
|
38
38
|
You can find package information and changelog for the provider
|
39
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-mysql/6.
|
39
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-mysql/6.3.0/>`_.
|
40
40
|
|
41
41
|
Installation
|
42
42
|
------------
|
@@ -50,15 +50,17 @@ The package supports the following python versions: 3.9,3.10,3.11,3.12
|
|
50
50
|
Requirements
|
51
51
|
------------
|
52
52
|
|
53
|
-
=======================================
|
53
|
+
======================================= ==================================================================
|
54
54
|
PIP package Version required
|
55
|
-
=======================================
|
56
|
-
``apache-airflow`` ``>=2.
|
55
|
+
======================================= ==================================================================
|
56
|
+
``apache-airflow`` ``>=2.10.0``
|
57
57
|
``apache-airflow-providers-common-sql`` ``>=1.20.0``
|
58
|
-
``mysqlclient`` ``>=1.
|
59
|
-
``
|
58
|
+
``mysqlclient`` ``>=2.1.0; sys_platform != "darwin" and python_version < "3.12"``
|
59
|
+
``mysqlclient`` ``>=2.2.1; sys_platform != "darwin" and python_version >= "3.12"``
|
60
|
+
``mysql-connector-python`` ``>=8.0.29; python_version < "3.12"``
|
61
|
+
``mysql-connector-python`` ``>=8.2.0; python_version >= "3.12"``
|
60
62
|
``aiomysql`` ``>=0.2.0``
|
61
|
-
=======================================
|
63
|
+
======================================= ==================================================================
|
62
64
|
|
63
65
|
Cross provider package dependencies
|
64
66
|
-----------------------------------
|
@@ -85,4 +87,4 @@ Dependent package
|
|
85
87
|
============================================================================================================== ===============
|
86
88
|
|
87
89
|
The changelog for the provider package can be found in the
|
88
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-mysql/6.
|
90
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-mysql/6.3.0/changelog.html>`_.
|
{apache_airflow_providers_mysql-6.2.2 → apache_airflow_providers_mysql-6.3.0}/docs/changelog.rst
RENAMED
@@ -26,6 +26,24 @@
|
|
26
26
|
Changelog
|
27
27
|
---------
|
28
28
|
|
29
|
+
6.3.0
|
30
|
+
.....
|
31
|
+
|
32
|
+
.. note::
|
33
|
+
This release of provider is only available for Airflow 2.10+ as explained in the
|
34
|
+
Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>_.
|
35
|
+
|
36
|
+
Misc
|
37
|
+
~~~~
|
38
|
+
|
39
|
+
* ``Bump min Airflow version in providers to 2.10 (#49843)``
|
40
|
+
* ``Help 'pip' with avoiding resolution too deep issues in Python 3.12 (#49853)``
|
41
|
+
|
42
|
+
.. Below changes are excluded from the changelog. Move them to
|
43
|
+
appropriate section above if needed. Do not delete the lines(!):
|
44
|
+
* ``Update description of provider.yaml dependencies (#50231)``
|
45
|
+
* ``Avoid committing history for providers (#49907)``
|
46
|
+
|
29
47
|
6.2.2
|
30
48
|
.....
|
31
49
|
|
@@ -0,0 +1,35 @@
|
|
1
|
+
|
2
|
+
.. Licensed to the Apache Software Foundation (ASF) under one
|
3
|
+
or more contributor license agreements. See the NOTICE file
|
4
|
+
distributed with this work for additional information
|
5
|
+
regarding copyright ownership. The ASF licenses this file
|
6
|
+
to you under the Apache License, Version 2.0 (the
|
7
|
+
"License"); you may not use this file except in compliance
|
8
|
+
with the License. You may obtain a copy of the License at
|
9
|
+
|
10
|
+
.. http://www.apache.org/licenses/LICENSE-2.0
|
11
|
+
|
12
|
+
.. Unless required by applicable law or agreed to in writing,
|
13
|
+
software distributed under the License is distributed on an
|
14
|
+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
15
|
+
KIND, either express or implied. See the License for the
|
16
|
+
specific language governing permissions and limitations
|
17
|
+
under the License.
|
18
|
+
|
19
|
+
.. NOTE! THIS FILE IS AUTOMATICALLY GENERATED AND WILL BE OVERWRITTEN!
|
20
|
+
|
21
|
+
.. IF YOU WANT TO MODIFY THIS FILE, YOU SHOULD MODIFY THE TEMPLATE
|
22
|
+
`PROVIDER_COMMITS_TEMPLATE.rst.jinja2` IN the `dev/breeze/src/airflow_breeze/templates` DIRECTORY
|
23
|
+
|
24
|
+
.. THE REMAINDER OF THE FILE IS AUTOMATICALLY GENERATED. IT WILL BE OVERWRITTEN!
|
25
|
+
|
26
|
+
Package apache-airflow-providers-mysql
|
27
|
+
------------------------------------------------------
|
28
|
+
|
29
|
+
`MySQL <https://www.mysql.com/>`__
|
30
|
+
|
31
|
+
|
32
|
+
This is detailed commit list of changes for versions provider package: ``mysql``.
|
33
|
+
For high-level changelog, see :doc:`package information including changelog <index>`.
|
34
|
+
|
35
|
+
.. airflow-providers-commits::
|
{apache_airflow_providers_mysql-6.2.2 → apache_airflow_providers_mysql-6.3.0}/docs/index.rst
RENAMED
@@ -77,7 +77,7 @@ apache-airflow-providers-mysql package
|
|
77
77
|
`MySQL <https://www.mysql.com/>`__
|
78
78
|
|
79
79
|
|
80
|
-
Release: 6.
|
80
|
+
Release: 6.3.0
|
81
81
|
|
82
82
|
Provider package
|
83
83
|
----------------
|
@@ -95,17 +95,19 @@ For the minimum Airflow version supported, see ``Requirements`` below.
|
|
95
95
|
Requirements
|
96
96
|
------------
|
97
97
|
|
98
|
-
The minimum Apache Airflow version supported by this provider distribution is ``2.
|
98
|
+
The minimum Apache Airflow version supported by this provider distribution is ``2.10.0``.
|
99
99
|
|
100
|
-
=======================================
|
100
|
+
======================================= ==================================================================
|
101
101
|
PIP package Version required
|
102
|
-
=======================================
|
103
|
-
``apache-airflow`` ``>=2.
|
102
|
+
======================================= ==================================================================
|
103
|
+
``apache-airflow`` ``>=2.10.0``
|
104
104
|
``apache-airflow-providers-common-sql`` ``>=1.20.0``
|
105
|
-
``mysqlclient`` ``>=1.
|
106
|
-
``
|
105
|
+
``mysqlclient`` ``>=2.1.0; sys_platform != "darwin" and python_version < "3.12"``
|
106
|
+
``mysqlclient`` ``>=2.2.1; sys_platform != "darwin" and python_version >= "3.12"``
|
107
|
+
``mysql-connector-python`` ``>=8.0.29; python_version < "3.12"``
|
108
|
+
``mysql-connector-python`` ``>=8.2.0; python_version >= "3.12"``
|
107
109
|
``aiomysql`` ``>=0.2.0``
|
108
|
-
=======================================
|
110
|
+
======================================= ==================================================================
|
109
111
|
|
110
112
|
Cross provider package dependencies
|
111
113
|
-----------------------------------
|
@@ -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.
|
141
|
-
* `The apache-airflow-providers-mysql 6.
|
142
|
+
* `The apache-airflow-providers-mysql 6.3.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_mysql-6.3.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_mysql-6.3.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_mysql-6.3.0.tar.gz.sha512>`__)
|
143
|
+
* `The apache-airflow-providers-mysql 6.3.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_mysql-6.3.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_mysql-6.3.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_mysql-6.3.0-py3-none-any.whl.sha512>`__)
|
@@ -22,9 +22,13 @@ description: |
|
|
22
22
|
`MySQL <https://www.mysql.com/>`__
|
23
23
|
|
24
24
|
state: ready
|
25
|
-
source-date-epoch:
|
26
|
-
#
|
25
|
+
source-date-epoch: 1747133211
|
26
|
+
# Note that those versions are maintained by release manager - do not update them manually
|
27
|
+
# with the exception of case where other provider in sources has >= new provider version.
|
28
|
+
# In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
|
29
|
+
# to be done in the same PR
|
27
30
|
versions:
|
31
|
+
- 6.3.0
|
28
32
|
- 6.2.2
|
29
33
|
- 6.2.1
|
30
34
|
- 6.2.0
|
{apache_airflow_providers_mysql-6.2.2 → apache_airflow_providers_mysql-6.3.0}/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.
|
28
|
+
version = "6.3.0"
|
29
29
|
description = "Provider package apache-airflow-providers-mysql for Apache Airflow"
|
30
30
|
readme = "README.rst"
|
31
31
|
authors = [
|
@@ -57,13 +57,15 @@ requires-python = "~=3.9"
|
|
57
57
|
# Make sure to run ``breeze static-checks --type update-providers-dependencies --all-files``
|
58
58
|
# After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
|
59
59
|
dependencies = [
|
60
|
-
"apache-airflow>=2.
|
60
|
+
"apache-airflow>=2.10.0",
|
61
61
|
"apache-airflow-providers-common-sql>=1.20.0",
|
62
62
|
# The mysqlclient package creates friction when installing on MacOS as it needs pkg-config to
|
63
63
|
# Install and compile, and it's really only used by MySQL provider, so we can skip it on MacOS
|
64
64
|
# Instead, if someone attempts to use it on MacOS, they will get explanatory error on how to install it
|
65
|
-
|
66
|
-
|
65
|
+
'mysqlclient>=2.1.0; sys_platform != "darwin" and python_version<"3.12"',
|
66
|
+
'mysqlclient>=2.2.1; sys_platform != "darwin" and python_version>="3.12"',
|
67
|
+
'mysql-connector-python>=8.0.29; python_version<"3.12"',
|
68
|
+
'mysql-connector-python>=8.2.0; python_version>="3.12"',
|
67
69
|
"aiomysql>=0.2.0",
|
68
70
|
]
|
69
71
|
|
@@ -129,8 +131,8 @@ apache-airflow-providers-common-sql = {workspace = true}
|
|
129
131
|
apache-airflow-providers-standard = {workspace = true}
|
130
132
|
|
131
133
|
[project.urls]
|
132
|
-
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-mysql/6.
|
133
|
-
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-mysql/6.
|
134
|
+
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-mysql/6.3.0"
|
135
|
+
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-mysql/6.3.0/changelog.html"
|
134
136
|
"Bug Tracker" = "https://github.com/apache/airflow/issues"
|
135
137
|
"Source Code" = "https://github.com/apache/airflow"
|
136
138
|
"Slack Chat" = "https://s.apache.org/airflow-slack"
|
@@ -29,11 +29,11 @@ from airflow import __version__ as airflow_version
|
|
29
29
|
|
30
30
|
__all__ = ["__version__"]
|
31
31
|
|
32
|
-
__version__ = "6.
|
32
|
+
__version__ = "6.3.0"
|
33
33
|
|
34
34
|
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
|
35
|
-
"2.
|
35
|
+
"2.10.0"
|
36
36
|
):
|
37
37
|
raise RuntimeError(
|
38
|
-
f"The package `apache-airflow-providers-mysql:{__version__}` needs Apache Airflow 2.
|
38
|
+
f"The package `apache-airflow-providers-mysql:{__version__}` needs Apache Airflow 2.10.0+"
|
39
39
|
)
|