apache-airflow-providers-mysql 6.3.0__tar.gz → 6.3.1rc1__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.0 → apache_airflow_providers_mysql-6.3.1rc1}/PKG-INFO +15 -19
- {apache_airflow_providers_mysql-6.3.0 → apache_airflow_providers_mysql-6.3.1rc1}/README.rst +8 -10
- {apache_airflow_providers_mysql-6.3.0 → apache_airflow_providers_mysql-6.3.1rc1}/docs/changelog.rst +11 -0
- {apache_airflow_providers_mysql-6.3.0 → apache_airflow_providers_mysql-6.3.1rc1}/docs/index.rst +8 -10
- {apache_airflow_providers_mysql-6.3.0 → apache_airflow_providers_mysql-6.3.1rc1}/provider.yaml +2 -1
- {apache_airflow_providers_mysql-6.3.0 → apache_airflow_providers_mysql-6.3.1rc1}/pyproject.toml +7 -9
- {apache_airflow_providers_mysql-6.3.0 → apache_airflow_providers_mysql-6.3.1rc1}/src/airflow/providers/mysql/__init__.py +1 -1
- {apache_airflow_providers_mysql-6.3.0 → apache_airflow_providers_mysql-6.3.1rc1}/docs/.latest-doc-only-change.txt +0 -0
- {apache_airflow_providers_mysql-6.3.0 → apache_airflow_providers_mysql-6.3.1rc1}/docs/commits.rst +0 -0
- {apache_airflow_providers_mysql-6.3.0 → apache_airflow_providers_mysql-6.3.1rc1}/docs/conf.py +0 -0
- {apache_airflow_providers_mysql-6.3.0 → apache_airflow_providers_mysql-6.3.1rc1}/docs/connections/mysql.rst +0 -0
- {apache_airflow_providers_mysql-6.3.0 → apache_airflow_providers_mysql-6.3.1rc1}/docs/installing-providers-from-sources.rst +0 -0
- {apache_airflow_providers_mysql-6.3.0 → apache_airflow_providers_mysql-6.3.1rc1}/docs/integration-logos/MySQL.png +0 -0
- {apache_airflow_providers_mysql-6.3.0 → apache_airflow_providers_mysql-6.3.1rc1}/docs/operators.rst +0 -0
- {apache_airflow_providers_mysql-6.3.0 → apache_airflow_providers_mysql-6.3.1rc1}/docs/redirects.txt +0 -0
- {apache_airflow_providers_mysql-6.3.0 → apache_airflow_providers_mysql-6.3.1rc1}/docs/security.rst +0 -0
- {apache_airflow_providers_mysql-6.3.0 → apache_airflow_providers_mysql-6.3.1rc1}/src/airflow/__init__.py +0 -0
- {apache_airflow_providers_mysql-6.3.0 → apache_airflow_providers_mysql-6.3.1rc1}/src/airflow/providers/__init__.py +0 -0
- {apache_airflow_providers_mysql-6.3.0 → apache_airflow_providers_mysql-6.3.1rc1}/src/airflow/providers/mysql/LICENSE +0 -0
- {apache_airflow_providers_mysql-6.3.0 → apache_airflow_providers_mysql-6.3.1rc1}/src/airflow/providers/mysql/assets/__init__.py +0 -0
- {apache_airflow_providers_mysql-6.3.0 → apache_airflow_providers_mysql-6.3.1rc1}/src/airflow/providers/mysql/assets/mysql.py +0 -0
- {apache_airflow_providers_mysql-6.3.0 → apache_airflow_providers_mysql-6.3.1rc1}/src/airflow/providers/mysql/get_provider_info.py +0 -0
- {apache_airflow_providers_mysql-6.3.0 → apache_airflow_providers_mysql-6.3.1rc1}/src/airflow/providers/mysql/hooks/__init__.py +0 -0
- {apache_airflow_providers_mysql-6.3.0 → apache_airflow_providers_mysql-6.3.1rc1}/src/airflow/providers/mysql/hooks/mysql.py +0 -0
- {apache_airflow_providers_mysql-6.3.0 → apache_airflow_providers_mysql-6.3.1rc1}/src/airflow/providers/mysql/transfers/__init__.py +0 -0
- {apache_airflow_providers_mysql-6.3.0 → apache_airflow_providers_mysql-6.3.1rc1}/src/airflow/providers/mysql/transfers/presto_to_mysql.py +0 -0
- {apache_airflow_providers_mysql-6.3.0 → apache_airflow_providers_mysql-6.3.1rc1}/src/airflow/providers/mysql/transfers/s3_to_mysql.py +0 -0
- {apache_airflow_providers_mysql-6.3.0 → apache_airflow_providers_mysql-6.3.1rc1}/src/airflow/providers/mysql/transfers/trino_to_mysql.py +0 -0
- {apache_airflow_providers_mysql-6.3.0 → apache_airflow_providers_mysql-6.3.1rc1}/src/airflow/providers/mysql/transfers/vertica_to_mysql.py +0 -0
- {apache_airflow_providers_mysql-6.3.0 → apache_airflow_providers_mysql-6.3.1rc1}/tests/conftest.py +0 -0
- {apache_airflow_providers_mysql-6.3.0 → apache_airflow_providers_mysql-6.3.1rc1}/tests/system/__init__.py +0 -0
- {apache_airflow_providers_mysql-6.3.0 → apache_airflow_providers_mysql-6.3.1rc1}/tests/system/mysql/__init__.py +0 -0
- {apache_airflow_providers_mysql-6.3.0 → apache_airflow_providers_mysql-6.3.1rc1}/tests/system/mysql/example_mysql.py +0 -0
- {apache_airflow_providers_mysql-6.3.0 → apache_airflow_providers_mysql-6.3.1rc1}/tests/unit/__init__.py +0 -0
- {apache_airflow_providers_mysql-6.3.0 → apache_airflow_providers_mysql-6.3.1rc1}/tests/unit/mysql/__init__.py +0 -0
- {apache_airflow_providers_mysql-6.3.0 → apache_airflow_providers_mysql-6.3.1rc1}/tests/unit/mysql/assets/__init__.py +0 -0
- {apache_airflow_providers_mysql-6.3.0 → apache_airflow_providers_mysql-6.3.1rc1}/tests/unit/mysql/assets/test_mysql.py +0 -0
- {apache_airflow_providers_mysql-6.3.0 → apache_airflow_providers_mysql-6.3.1rc1}/tests/unit/mysql/hooks/__init__.py +0 -0
- {apache_airflow_providers_mysql-6.3.0 → apache_airflow_providers_mysql-6.3.1rc1}/tests/unit/mysql/hooks/test_mysql.py +0 -0
- {apache_airflow_providers_mysql-6.3.0 → apache_airflow_providers_mysql-6.3.1rc1}/tests/unit/mysql/hooks/test_mysql_connector_python.py +0 -0
- {apache_airflow_providers_mysql-6.3.0 → apache_airflow_providers_mysql-6.3.1rc1}/tests/unit/mysql/transfers/__init__.py +0 -0
- {apache_airflow_providers_mysql-6.3.0 → apache_airflow_providers_mysql-6.3.1rc1}/tests/unit/mysql/transfers/test_presto_to_mysql.py +0 -0
- {apache_airflow_providers_mysql-6.3.0 → apache_airflow_providers_mysql-6.3.1rc1}/tests/unit/mysql/transfers/test_s3_to_mysql.py +0 -0
- {apache_airflow_providers_mysql-6.3.0 → apache_airflow_providers_mysql-6.3.1rc1}/tests/unit/mysql/transfers/test_trino_to_mysql.py +0 -0
- {apache_airflow_providers_mysql-6.3.0 → apache_airflow_providers_mysql-6.3.1rc1}/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.
|
3
|
+
Version: 6.3.1rc1
|
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,12 +20,10 @@ 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.10.
|
24
|
-
Requires-Dist: apache-airflow-providers-common-sql>=1.20.
|
25
|
-
Requires-Dist: mysqlclient>=2.
|
26
|
-
Requires-Dist:
|
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"
|
23
|
+
Requires-Dist: apache-airflow>=2.10.0rc1
|
24
|
+
Requires-Dist: apache-airflow-providers-common-sql>=1.20.0rc1
|
25
|
+
Requires-Dist: mysqlclient>=2.2.5; sys_platform != "darwin"
|
26
|
+
Requires-Dist: mysql-connector-python>=9.0.0
|
29
27
|
Requires-Dist: aiomysql>=0.2.0
|
30
28
|
Requires-Dist: apache-airflow-providers-amazon ; extra == "amazon"
|
31
29
|
Requires-Dist: apache-airflow-providers-openlineage ; extra == "openlineage"
|
@@ -33,8 +31,8 @@ Requires-Dist: apache-airflow-providers-presto ; extra == "presto"
|
|
33
31
|
Requires-Dist: apache-airflow-providers-trino ; extra == "trino"
|
34
32
|
Requires-Dist: apache-airflow-providers-vertica ; extra == "vertica"
|
35
33
|
Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
|
36
|
-
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-mysql/6.3.
|
37
|
-
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-mysql/6.3.
|
34
|
+
Project-URL: Changelog, https://airflow.staged.apache.org/docs/apache-airflow-providers-mysql/6.3.1/changelog.html
|
35
|
+
Project-URL: Documentation, https://airflow.staged.apache.org/docs/apache-airflow-providers-mysql/6.3.1
|
38
36
|
Project-URL: Mastodon, https://fosstodon.org/@airflow
|
39
37
|
Project-URL: Slack Chat, https://s.apache.org/airflow-slack
|
40
38
|
Project-URL: Source Code, https://github.com/apache/airflow
|
@@ -71,7 +69,7 @@ Provides-Extra: vertica
|
|
71
69
|
|
72
70
|
Package ``apache-airflow-providers-mysql``
|
73
71
|
|
74
|
-
Release: ``6.3.
|
72
|
+
Release: ``6.3.1``
|
75
73
|
|
76
74
|
|
77
75
|
`MySQL <https://www.mysql.com/>`__
|
@@ -84,7 +82,7 @@ This is a provider package for ``mysql`` provider. All classes for this provider
|
|
84
82
|
are in ``airflow.providers.mysql`` python package.
|
85
83
|
|
86
84
|
You can find package information and changelog for the provider
|
87
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-mysql/6.3.
|
85
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-mysql/6.3.1/>`_.
|
88
86
|
|
89
87
|
Installation
|
90
88
|
------------
|
@@ -98,17 +96,15 @@ The package supports the following python versions: 3.9,3.10,3.11,3.12
|
|
98
96
|
Requirements
|
99
97
|
------------
|
100
98
|
|
101
|
-
=======================================
|
99
|
+
======================================= =====================================
|
102
100
|
PIP package Version required
|
103
|
-
=======================================
|
101
|
+
======================================= =====================================
|
104
102
|
``apache-airflow`` ``>=2.10.0``
|
105
103
|
``apache-airflow-providers-common-sql`` ``>=1.20.0``
|
106
|
-
``mysqlclient`` ``>=2.
|
107
|
-
``
|
108
|
-
``mysql-connector-python`` ``>=8.0.29; python_version < "3.12"``
|
109
|
-
``mysql-connector-python`` ``>=8.2.0; python_version >= "3.12"``
|
104
|
+
``mysqlclient`` ``>=2.2.5; sys_platform != "darwin"``
|
105
|
+
``mysql-connector-python`` ``>=9.0.0``
|
110
106
|
``aiomysql`` ``>=0.2.0``
|
111
|
-
=======================================
|
107
|
+
======================================= =====================================
|
112
108
|
|
113
109
|
Cross provider package dependencies
|
114
110
|
-----------------------------------
|
@@ -135,5 +131,5 @@ Dependent package
|
|
135
131
|
============================================================================================================== ===============
|
136
132
|
|
137
133
|
The changelog for the provider package can be found in the
|
138
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-mysql/6.3.
|
134
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-mysql/6.3.1/changelog.html>`_.
|
139
135
|
|
@@ -23,7 +23,7 @@
|
|
23
23
|
|
24
24
|
Package ``apache-airflow-providers-mysql``
|
25
25
|
|
26
|
-
Release: ``6.3.
|
26
|
+
Release: ``6.3.1``
|
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.3.
|
39
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-mysql/6.3.1/>`_.
|
40
40
|
|
41
41
|
Installation
|
42
42
|
------------
|
@@ -50,17 +50,15 @@ 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
|
-
=======================================
|
55
|
+
======================================= =====================================
|
56
56
|
``apache-airflow`` ``>=2.10.0``
|
57
57
|
``apache-airflow-providers-common-sql`` ``>=1.20.0``
|
58
|
-
``mysqlclient`` ``>=2.
|
59
|
-
``
|
60
|
-
``mysql-connector-python`` ``>=8.0.29; python_version < "3.12"``
|
61
|
-
``mysql-connector-python`` ``>=8.2.0; python_version >= "3.12"``
|
58
|
+
``mysqlclient`` ``>=2.2.5; sys_platform != "darwin"``
|
59
|
+
``mysql-connector-python`` ``>=9.0.0``
|
62
60
|
``aiomysql`` ``>=0.2.0``
|
63
|
-
=======================================
|
61
|
+
======================================= =====================================
|
64
62
|
|
65
63
|
Cross provider package dependencies
|
66
64
|
-----------------------------------
|
@@ -87,4 +85,4 @@ Dependent package
|
|
87
85
|
============================================================================================================== ===============
|
88
86
|
|
89
87
|
The changelog for the provider package can be found in the
|
90
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-mysql/6.3.
|
88
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-mysql/6.3.1/changelog.html>`_.
|
{apache_airflow_providers_mysql-6.3.0 → apache_airflow_providers_mysql-6.3.1rc1}/docs/changelog.rst
RENAMED
@@ -26,6 +26,17 @@
|
|
26
26
|
Changelog
|
27
27
|
---------
|
28
28
|
|
29
|
+
6.3.1
|
30
|
+
.....
|
31
|
+
|
32
|
+
Misc
|
33
|
+
~~~~
|
34
|
+
|
35
|
+
* ``Bump problematic dependencies to avoid backtracking (#51702)``
|
36
|
+
|
37
|
+
.. Below changes are excluded from the changelog. Move them to
|
38
|
+
appropriate section above if needed. Do not delete the lines(!):
|
39
|
+
|
29
40
|
6.3.0
|
30
41
|
.....
|
31
42
|
|
{apache_airflow_providers_mysql-6.3.0 → apache_airflow_providers_mysql-6.3.1rc1}/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.3.
|
80
|
+
Release: 6.3.1
|
81
81
|
|
82
82
|
Provider package
|
83
83
|
----------------
|
@@ -97,17 +97,15 @@ Requirements
|
|
97
97
|
|
98
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
|
-
=======================================
|
102
|
+
======================================= =====================================
|
103
103
|
``apache-airflow`` ``>=2.10.0``
|
104
104
|
``apache-airflow-providers-common-sql`` ``>=1.20.0``
|
105
|
-
``mysqlclient`` ``>=2.
|
106
|
-
``
|
107
|
-
``mysql-connector-python`` ``>=8.0.29; python_version < "3.12"``
|
108
|
-
``mysql-connector-python`` ``>=8.2.0; python_version >= "3.12"``
|
105
|
+
``mysqlclient`` ``>=2.2.5; sys_platform != "darwin"``
|
106
|
+
``mysql-connector-python`` ``>=9.0.0``
|
109
107
|
``aiomysql`` ``>=0.2.0``
|
110
|
-
=======================================
|
108
|
+
======================================= =====================================
|
111
109
|
|
112
110
|
Cross provider package dependencies
|
113
111
|
-----------------------------------
|
@@ -139,5 +137,5 @@ Downloading official packages
|
|
139
137
|
You can download officially released packages and verify their checksums and signatures from the
|
140
138
|
`Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
|
141
139
|
|
142
|
-
* `The apache-airflow-providers-mysql 6.3.
|
143
|
-
* `The apache-airflow-providers-mysql 6.3.
|
140
|
+
* `The apache-airflow-providers-mysql 6.3.1 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_mysql-6.3.1.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_mysql-6.3.1.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_mysql-6.3.1.tar.gz.sha512>`__)
|
141
|
+
* `The apache-airflow-providers-mysql 6.3.1 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_mysql-6.3.1-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_mysql-6.3.1-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_mysql-6.3.1-py3-none-any.whl.sha512>`__)
|
{apache_airflow_providers_mysql-6.3.0 → apache_airflow_providers_mysql-6.3.1rc1}/provider.yaml
RENAMED
@@ -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: 1749896815
|
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.1
|
31
32
|
- 6.3.0
|
32
33
|
- 6.2.2
|
33
34
|
- 6.2.1
|
{apache_airflow_providers_mysql-6.3.0 → apache_airflow_providers_mysql-6.3.1rc1}/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.1rc1"
|
29
29
|
description = "Provider package apache-airflow-providers-mysql for Apache Airflow"
|
30
30
|
readme = "README.rst"
|
31
31
|
authors = [
|
@@ -57,15 +57,13 @@ 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.10.
|
61
|
-
"apache-airflow-providers-common-sql>=1.20.
|
60
|
+
"apache-airflow>=2.10.0rc1",
|
61
|
+
"apache-airflow-providers-common-sql>=1.20.0rc1",
|
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
|
-
'mysqlclient>=2.
|
66
|
-
'
|
67
|
-
'mysql-connector-python>=8.0.29; python_version<"3.12"',
|
68
|
-
'mysql-connector-python>=8.2.0; python_version>="3.12"',
|
65
|
+
'mysqlclient>=2.2.5; sys_platform != "darwin"',
|
66
|
+
'mysql-connector-python>=9.0.0',
|
69
67
|
"aiomysql>=0.2.0",
|
70
68
|
]
|
71
69
|
|
@@ -131,8 +129,8 @@ apache-airflow-providers-common-sql = {workspace = true}
|
|
131
129
|
apache-airflow-providers-standard = {workspace = true}
|
132
130
|
|
133
131
|
[project.urls]
|
134
|
-
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-mysql/6.3.
|
135
|
-
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-mysql/6.3.
|
132
|
+
"Documentation" = "https://airflow.staged.apache.org/docs/apache-airflow-providers-mysql/6.3.1"
|
133
|
+
"Changelog" = "https://airflow.staged.apache.org/docs/apache-airflow-providers-mysql/6.3.1/changelog.html"
|
136
134
|
"Bug Tracker" = "https://github.com/apache/airflow/issues"
|
137
135
|
"Source Code" = "https://github.com/apache/airflow"
|
138
136
|
"Slack Chat" = "https://s.apache.org/airflow-slack"
|
@@ -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.1"
|
33
33
|
|
34
34
|
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
|
35
35
|
"2.10.0"
|
File without changes
|
{apache_airflow_providers_mysql-6.3.0 → apache_airflow_providers_mysql-6.3.1rc1}/docs/commits.rst
RENAMED
File without changes
|
{apache_airflow_providers_mysql-6.3.0 → apache_airflow_providers_mysql-6.3.1rc1}/docs/conf.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{apache_airflow_providers_mysql-6.3.0 → apache_airflow_providers_mysql-6.3.1rc1}/docs/operators.rst
RENAMED
File without changes
|
{apache_airflow_providers_mysql-6.3.0 → apache_airflow_providers_mysql-6.3.1rc1}/docs/redirects.txt
RENAMED
File without changes
|
{apache_airflow_providers_mysql-6.3.0 → apache_airflow_providers_mysql-6.3.1rc1}/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
|
File without changes
|
File without changes
|
{apache_airflow_providers_mysql-6.3.0 → apache_airflow_providers_mysql-6.3.1rc1}/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
|
File without changes
|
File without changes
|