apache-airflow-providers-mysql 5.7.1rc1__tar.gz → 5.7.2rc1__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.
Files changed (17) hide show
  1. {apache_airflow_providers_mysql-5.7.1rc1 → apache_airflow_providers_mysql-5.7.2rc1}/PKG-INFO +8 -9
  2. {apache_airflow_providers_mysql-5.7.1rc1 → apache_airflow_providers_mysql-5.7.2rc1}/README.rst +4 -4
  3. {apache_airflow_providers_mysql-5.7.1rc1 → apache_airflow_providers_mysql-5.7.2rc1}/airflow/providers/mysql/__init__.py +1 -1
  4. {apache_airflow_providers_mysql-5.7.1rc1 → apache_airflow_providers_mysql-5.7.2rc1}/airflow/providers/mysql/get_provider_info.py +6 -5
  5. {apache_airflow_providers_mysql-5.7.1rc1 → apache_airflow_providers_mysql-5.7.2rc1}/pyproject.toml +4 -5
  6. {apache_airflow_providers_mysql-5.7.1rc1 → apache_airflow_providers_mysql-5.7.2rc1}/airflow/providers/mysql/LICENSE +0 -0
  7. {apache_airflow_providers_mysql-5.7.1rc1/airflow/providers/mysql/datasets → apache_airflow_providers_mysql-5.7.2rc1/airflow/providers/mysql/assets}/__init__.py +0 -0
  8. {apache_airflow_providers_mysql-5.7.1rc1/airflow/providers/mysql/datasets → apache_airflow_providers_mysql-5.7.2rc1/airflow/providers/mysql/assets}/mysql.py +0 -0
  9. {apache_airflow_providers_mysql-5.7.1rc1 → apache_airflow_providers_mysql-5.7.2rc1}/airflow/providers/mysql/hooks/__init__.py +0 -0
  10. {apache_airflow_providers_mysql-5.7.1rc1 → apache_airflow_providers_mysql-5.7.2rc1}/airflow/providers/mysql/hooks/mysql.py +0 -0
  11. {apache_airflow_providers_mysql-5.7.1rc1 → apache_airflow_providers_mysql-5.7.2rc1}/airflow/providers/mysql/operators/__init__.py +0 -0
  12. {apache_airflow_providers_mysql-5.7.1rc1 → apache_airflow_providers_mysql-5.7.2rc1}/airflow/providers/mysql/operators/mysql.py +0 -0
  13. {apache_airflow_providers_mysql-5.7.1rc1 → apache_airflow_providers_mysql-5.7.2rc1}/airflow/providers/mysql/transfers/__init__.py +0 -0
  14. {apache_airflow_providers_mysql-5.7.1rc1 → apache_airflow_providers_mysql-5.7.2rc1}/airflow/providers/mysql/transfers/presto_to_mysql.py +0 -0
  15. {apache_airflow_providers_mysql-5.7.1rc1 → apache_airflow_providers_mysql-5.7.2rc1}/airflow/providers/mysql/transfers/s3_to_mysql.py +0 -0
  16. {apache_airflow_providers_mysql-5.7.1rc1 → apache_airflow_providers_mysql-5.7.2rc1}/airflow/providers/mysql/transfers/trino_to_mysql.py +0 -0
  17. {apache_airflow_providers_mysql-5.7.1rc1 → apache_airflow_providers_mysql-5.7.2rc1}/airflow/providers/mysql/transfers/vertica_to_mysql.py +0 -0
@@ -1,11 +1,11 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: apache-airflow-providers-mysql
3
- Version: 5.7.1rc1
3
+ Version: 5.7.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>
7
7
  Maintainer-email: Apache Software Foundation <dev@airflow.apache.org>
8
- Requires-Python: ~=3.8
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,7 +15,6 @@ 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
@@ -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.1/changelog.html
36
- Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-mysql/5.7.1
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.1.rc1``
92
+ Release: ``5.7.2.rc1``
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.1/>`_.
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.8,3.9,3.10,3.11,3.12
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.1/changelog.html>`_.
153
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-mysql/5.7.2/changelog.html>`_.
@@ -42,7 +42,7 @@
42
42
 
43
43
  Package ``apache-airflow-providers-mysql``
44
44
 
45
- Release: ``5.7.1.rc1``
45
+ Release: ``5.7.2.rc1``
46
46
 
47
47
 
48
48
  `MySQL <https://www.mysql.com/>`__
@@ -55,7 +55,7 @@ This is a provider package for ``mysql`` provider. All classes for this provider
55
55
  are in ``airflow.providers.mysql`` python package.
56
56
 
57
57
  You can find package information and changelog for the provider
58
- in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-mysql/5.7.1/>`_.
58
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-mysql/5.7.2/>`_.
59
59
 
60
60
  Installation
61
61
  ------------
@@ -64,7 +64,7 @@ You can install this package on top of an existing Airflow 2 installation (see `
64
64
  for the minimum Airflow version supported) via
65
65
  ``pip install apache-airflow-providers-mysql``
66
66
 
67
- The package supports the following python versions: 3.8,3.9,3.10,3.11,3.12
67
+ The package supports the following python versions: 3.9,3.10,3.11,3.12
68
68
 
69
69
  Requirements
70
70
  ------------
@@ -103,4 +103,4 @@ Dependent package
103
103
  ============================================================================================================== ===============
104
104
 
105
105
  The changelog for the provider package can be found in the
106
- `changelog <https://airflow.apache.org/docs/apache-airflow-providers-mysql/5.7.1/changelog.html>`_.
106
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-mysql/5.7.2/changelog.html>`_.
@@ -29,7 +29,7 @@ from airflow import __version__ as airflow_version
29
29
 
30
30
  __all__ = ["__version__"]
31
31
 
32
- __version__ = "5.7.1"
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": 1726861041,
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
  }
@@ -28,7 +28,7 @@ build-backend = "flit_core.buildapi"
28
28
 
29
29
  [project]
30
30
  name = "apache-airflow-providers-mysql"
31
- version = "5.7.1.rc1"
31
+ version = "5.7.2.rc1"
32
32
  description = "Provider package apache-airflow-providers-mysql for Apache Airflow"
33
33
  readme = "README.rst"
34
34
  authors = [
@@ -47,14 +47,13 @@ classifiers = [
47
47
  "Framework :: Apache Airflow",
48
48
  "Framework :: Apache Airflow :: Provider",
49
49
  "License :: OSI Approved :: Apache Software License",
50
- "Programming Language :: Python :: 3.8",
51
50
  "Programming Language :: Python :: 3.9",
52
51
  "Programming Language :: Python :: 3.10",
53
52
  "Programming Language :: Python :: 3.11",
54
53
  "Programming Language :: Python :: 3.12",
55
54
  "Topic :: System :: Monitoring",
56
55
  ]
57
- requires-python = "~=3.8"
56
+ requires-python = "~=3.9"
58
57
  dependencies = [
59
58
  "apache-airflow-providers-common-sql>=1.17.0rc0",
60
59
  "apache-airflow>=2.8.0rc0",
@@ -63,8 +62,8 @@ dependencies = [
63
62
  ]
64
63
 
65
64
  [project.urls]
66
- "Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-mysql/5.7.1"
67
- "Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-mysql/5.7.1/changelog.html"
65
+ "Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-mysql/5.7.2"
66
+ "Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-mysql/5.7.2/changelog.html"
68
67
  "Bug Tracker" = "https://github.com/apache/airflow/issues"
69
68
  "Source Code" = "https://github.com/apache/airflow"
70
69
  "Slack Chat" = "https://s.apache.org/airflow-slack"