apache-airflow-providers-mysql 5.7.0__tar.gz → 5.7.1__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.0 → apache_airflow_providers_mysql-5.7.1}/PKG-INFO +8 -8
  2. {apache_airflow_providers_mysql-5.7.0 → apache_airflow_providers_mysql-5.7.1}/README.rst +4 -4
  3. {apache_airflow_providers_mysql-5.7.0 → apache_airflow_providers_mysql-5.7.1}/airflow/providers/mysql/__init__.py +1 -1
  4. {apache_airflow_providers_mysql-5.7.0 → apache_airflow_providers_mysql-5.7.1}/airflow/providers/mysql/get_provider_info.py +3 -2
  5. {apache_airflow_providers_mysql-5.7.0 → apache_airflow_providers_mysql-5.7.1}/airflow/providers/mysql/hooks/mysql.py +0 -1
  6. {apache_airflow_providers_mysql-5.7.0 → apache_airflow_providers_mysql-5.7.1}/pyproject.toml +4 -4
  7. {apache_airflow_providers_mysql-5.7.0 → apache_airflow_providers_mysql-5.7.1}/airflow/providers/mysql/LICENSE +0 -0
  8. {apache_airflow_providers_mysql-5.7.0 → apache_airflow_providers_mysql-5.7.1}/airflow/providers/mysql/datasets/__init__.py +0 -0
  9. {apache_airflow_providers_mysql-5.7.0 → apache_airflow_providers_mysql-5.7.1}/airflow/providers/mysql/datasets/mysql.py +0 -0
  10. {apache_airflow_providers_mysql-5.7.0 → apache_airflow_providers_mysql-5.7.1}/airflow/providers/mysql/hooks/__init__.py +0 -0
  11. {apache_airflow_providers_mysql-5.7.0 → apache_airflow_providers_mysql-5.7.1}/airflow/providers/mysql/operators/__init__.py +0 -0
  12. {apache_airflow_providers_mysql-5.7.0 → apache_airflow_providers_mysql-5.7.1}/airflow/providers/mysql/operators/mysql.py +0 -0
  13. {apache_airflow_providers_mysql-5.7.0 → apache_airflow_providers_mysql-5.7.1}/airflow/providers/mysql/transfers/__init__.py +0 -0
  14. {apache_airflow_providers_mysql-5.7.0 → apache_airflow_providers_mysql-5.7.1}/airflow/providers/mysql/transfers/presto_to_mysql.py +0 -0
  15. {apache_airflow_providers_mysql-5.7.0 → apache_airflow_providers_mysql-5.7.1}/airflow/providers/mysql/transfers/s3_to_mysql.py +0 -0
  16. {apache_airflow_providers_mysql-5.7.0 → apache_airflow_providers_mysql-5.7.1}/airflow/providers/mysql/transfers/trino_to_mysql.py +0 -0
  17. {apache_airflow_providers_mysql-5.7.0 → apache_airflow_providers_mysql-5.7.1}/airflow/providers/mysql/transfers/vertica_to_mysql.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: apache-airflow-providers-mysql
3
- Version: 5.7.0
3
+ Version: 5.7.1
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>
@@ -21,7 +21,7 @@ Classifier: Programming Language :: Python :: 3.10
21
21
  Classifier: Programming Language :: Python :: 3.11
22
22
  Classifier: Programming Language :: Python :: 3.12
23
23
  Classifier: Topic :: System :: Monitoring
24
- Requires-Dist: apache-airflow-providers-common-sql>=1.14.1
24
+ Requires-Dist: apache-airflow-providers-common-sql>=1.17.0
25
25
  Requires-Dist: apache-airflow>=2.8.0
26
26
  Requires-Dist: mysql-connector-python>=8.0.29
27
27
  Requires-Dist: mysqlclient>=1.4.0
@@ -32,8 +32,8 @@ Requires-Dist: apache-airflow-providers-presto ; extra == "presto"
32
32
  Requires-Dist: apache-airflow-providers-trino ; extra == "trino"
33
33
  Requires-Dist: apache-airflow-providers-vertica ; extra == "vertica"
34
34
  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.0/changelog.html
36
- Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-mysql/5.7.0
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
37
37
  Project-URL: Slack Chat, https://s.apache.org/airflow-slack
38
38
  Project-URL: Source Code, https://github.com/apache/airflow
39
39
  Project-URL: Twitter, https://twitter.com/ApacheAirflow
@@ -90,7 +90,7 @@ Provides-Extra: vertica
90
90
 
91
91
  Package ``apache-airflow-providers-mysql``
92
92
 
93
- Release: ``5.7.0``
93
+ Release: ``5.7.1``
94
94
 
95
95
 
96
96
  `MySQL <https://www.mysql.com/>`__
@@ -103,7 +103,7 @@ This is a provider package for ``mysql`` provider. All classes for this provider
103
103
  are in ``airflow.providers.mysql`` python package.
104
104
 
105
105
  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.0/>`_.
106
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-mysql/5.7.1/>`_.
107
107
 
108
108
  Installation
109
109
  ------------
@@ -121,7 +121,7 @@ Requirements
121
121
  PIP package Version required
122
122
  ======================================= ==================
123
123
  ``apache-airflow`` ``>=2.8.0``
124
- ``apache-airflow-providers-common-sql`` ``>=1.14.1``
124
+ ``apache-airflow-providers-common-sql`` ``>=1.17.0``
125
125
  ``mysqlclient`` ``>=1.4.0``
126
126
  ``mysql-connector-python`` ``>=8.0.29``
127
127
  ======================================= ==================
@@ -151,4 +151,4 @@ Dependent package
151
151
  ============================================================================================================== ===============
152
152
 
153
153
  The changelog for the provider package can be found in the
154
- `changelog <https://airflow.apache.org/docs/apache-airflow-providers-mysql/5.7.0/changelog.html>`_.
154
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-mysql/5.7.1/changelog.html>`_.
@@ -42,7 +42,7 @@
42
42
 
43
43
  Package ``apache-airflow-providers-mysql``
44
44
 
45
- Release: ``5.7.0``
45
+ Release: ``5.7.1``
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.0/>`_.
58
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-mysql/5.7.1/>`_.
59
59
 
60
60
  Installation
61
61
  ------------
@@ -73,7 +73,7 @@ Requirements
73
73
  PIP package Version required
74
74
  ======================================= ==================
75
75
  ``apache-airflow`` ``>=2.8.0``
76
- ``apache-airflow-providers-common-sql`` ``>=1.14.1``
76
+ ``apache-airflow-providers-common-sql`` ``>=1.17.0``
77
77
  ``mysqlclient`` ``>=1.4.0``
78
78
  ``mysql-connector-python`` ``>=8.0.29``
79
79
  ======================================= ==================
@@ -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.0/changelog.html>`_.
106
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-mysql/5.7.1/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.0"
32
+ __version__ = "5.7.1"
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": 1723970439,
31
+ "source-date-epoch": 1726861041,
32
32
  "versions": [
33
+ "5.7.1",
33
34
  "5.7.0",
34
35
  "5.6.3",
35
36
  "5.6.2",
@@ -71,7 +72,7 @@ def get_provider_info():
71
72
  ],
72
73
  "dependencies": [
73
74
  "apache-airflow>=2.8.0",
74
- "apache-airflow-providers-common-sql>=1.14.1",
75
+ "apache-airflow-providers-common-sql>=1.17.0",
75
76
  "mysqlclient>=1.4.0",
76
77
  "mysql-connector-python>=8.0.29",
77
78
  ],
@@ -72,7 +72,6 @@ class MySqlHook(DbApiHook):
72
72
  def __init__(self, *args, **kwargs) -> None:
73
73
  super().__init__(*args, **kwargs)
74
74
  self.schema = kwargs.pop("schema", None)
75
- self.connection = kwargs.pop("connection", None)
76
75
  self.local_infile = kwargs.pop("local_infile", False)
77
76
  self.init_command = kwargs.pop("init_command", None)
78
77
 
@@ -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.0"
31
+ version = "5.7.1"
32
32
  description = "Provider package apache-airflow-providers-mysql for Apache Airflow"
33
33
  readme = "README.rst"
34
34
  authors = [
@@ -56,15 +56,15 @@ classifiers = [
56
56
  ]
57
57
  requires-python = "~=3.8"
58
58
  dependencies = [
59
- "apache-airflow-providers-common-sql>=1.14.1",
59
+ "apache-airflow-providers-common-sql>=1.17.0",
60
60
  "apache-airflow>=2.8.0",
61
61
  "mysql-connector-python>=8.0.29",
62
62
  "mysqlclient>=1.4.0",
63
63
  ]
64
64
 
65
65
  [project.urls]
66
- "Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-mysql/5.7.0"
67
- "Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-mysql/5.7.0/changelog.html"
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"
68
68
  "Bug Tracker" = "https://github.com/apache/airflow/issues"
69
69
  "Source Code" = "https://github.com/apache/airflow"
70
70
  "Slack Chat" = "https://s.apache.org/airflow-slack"