apache-airflow-providers-sqlite 4.0.2rc1__py3-none-any.whl → 4.1.0rc1__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/sqlite/__init__.py +3 -3
- {apache_airflow_providers_sqlite-4.0.2rc1.dist-info → apache_airflow_providers_sqlite-4.1.0rc1.dist-info}/METADATA +10 -10
- {apache_airflow_providers_sqlite-4.0.2rc1.dist-info → apache_airflow_providers_sqlite-4.1.0rc1.dist-info}/RECORD +5 -5
- {apache_airflow_providers_sqlite-4.0.2rc1.dist-info → apache_airflow_providers_sqlite-4.1.0rc1.dist-info}/WHEEL +0 -0
- {apache_airflow_providers_sqlite-4.0.2rc1.dist-info → apache_airflow_providers_sqlite-4.1.0rc1.dist-info}/entry_points.txt +0 -0
@@ -29,11 +29,11 @@ from airflow import __version__ as airflow_version
|
|
29
29
|
|
30
30
|
__all__ = ["__version__"]
|
31
31
|
|
32
|
-
__version__ = "4.0
|
32
|
+
__version__ = "4.1.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-sqlite:{__version__}` needs Apache Airflow 2.
|
38
|
+
f"The package `apache-airflow-providers-sqlite:{__version__}` needs Apache Airflow 2.10.0+"
|
39
39
|
)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: apache-airflow-providers-sqlite
|
3
|
-
Version: 4.
|
3
|
+
Version: 4.1.0rc1
|
4
4
|
Summary: Provider package apache-airflow-providers-sqlite for Apache Airflow
|
5
5
|
Keywords: airflow-provider,sqlite,airflow,integration
|
6
6
|
Author-email: Apache Software Foundation <dev@airflow.apache.org>
|
@@ -20,11 +20,11 @@ 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.
|
24
|
-
Requires-Dist: apache-airflow-providers-common-sql>=1.
|
23
|
+
Requires-Dist: apache-airflow>=2.10.0rc1
|
24
|
+
Requires-Dist: apache-airflow-providers-common-sql>=1.26.0rc1
|
25
25
|
Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
|
26
|
-
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-sqlite/4.0
|
27
|
-
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-sqlite/4.0
|
26
|
+
Project-URL: Changelog, https://airflow.staged.apache.org/docs/apache-airflow-providers-sqlite/4.1.0/changelog.html
|
27
|
+
Project-URL: Documentation, https://airflow.staged.apache.org/docs/apache-airflow-providers-sqlite/4.1.0
|
28
28
|
Project-URL: Mastodon, https://fosstodon.org/@airflow
|
29
29
|
Project-URL: Slack Chat, https://s.apache.org/airflow-slack
|
30
30
|
Project-URL: Source Code, https://github.com/apache/airflow
|
@@ -55,7 +55,7 @@ Project-URL: YouTube, https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
|
|
55
55
|
|
56
56
|
Package ``apache-airflow-providers-sqlite``
|
57
57
|
|
58
|
-
Release: ``4.0
|
58
|
+
Release: ``4.1.0``
|
59
59
|
|
60
60
|
|
61
61
|
`SQLite <https://www.sqlite.org/>`__
|
@@ -68,7 +68,7 @@ This is a provider package for ``sqlite`` provider. All classes for this provide
|
|
68
68
|
are in ``airflow.providers.sqlite`` python package.
|
69
69
|
|
70
70
|
You can find package information and changelog for the provider
|
71
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-sqlite/4.0
|
71
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-sqlite/4.1.0/>`_.
|
72
72
|
|
73
73
|
Installation
|
74
74
|
------------
|
@@ -85,8 +85,8 @@ Requirements
|
|
85
85
|
======================================= ==================
|
86
86
|
PIP package Version required
|
87
87
|
======================================= ==================
|
88
|
-
``apache-airflow`` ``>=2.
|
89
|
-
``apache-airflow-providers-common-sql`` ``>=1.
|
88
|
+
``apache-airflow`` ``>=2.10.0``
|
89
|
+
``apache-airflow-providers-common-sql`` ``>=1.26.0``
|
90
90
|
======================================= ==================
|
91
91
|
|
92
92
|
Cross provider package dependencies
|
@@ -109,5 +109,5 @@ Dependent package
|
|
109
109
|
============================================================================================================ ==============
|
110
110
|
|
111
111
|
The changelog for the provider package can be found in the
|
112
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-sqlite/4.0
|
112
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-sqlite/4.1.0/changelog.html>`_.
|
113
113
|
|
@@ -1,9 +1,9 @@
|
|
1
1
|
airflow/providers/sqlite/LICENSE,sha256=gXPVwptPlW1TJ4HSuG5OMPg-a3h43OGMkZRR1rpwfJA,10850
|
2
|
-
airflow/providers/sqlite/__init__.py,sha256=
|
2
|
+
airflow/providers/sqlite/__init__.py,sha256=vpkjPsO-jaY0y5vWi5v9Myzf7swRX9FYK7k7Ct3GEXY,1495
|
3
3
|
airflow/providers/sqlite/get_provider_info.py,sha256=0nAm1Ci7Az3hCYQInh-84Rjxrz29kXfIZI4G88u6jJ4,1928
|
4
4
|
airflow/providers/sqlite/hooks/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
|
5
5
|
airflow/providers/sqlite/hooks/sqlite.py,sha256=IFUwWUhtpjY2Fco7isATiX0gcJMzN0_zIW85sRE72zY,2482
|
6
|
-
apache_airflow_providers_sqlite-4.
|
7
|
-
apache_airflow_providers_sqlite-4.
|
8
|
-
apache_airflow_providers_sqlite-4.
|
9
|
-
apache_airflow_providers_sqlite-4.
|
6
|
+
apache_airflow_providers_sqlite-4.1.0rc1.dist-info/entry_points.txt,sha256=-ATQuveY9g-W1bjKwyJ7s-aw7CkMv87j8czqQNtoFf0,102
|
7
|
+
apache_airflow_providers_sqlite-4.1.0rc1.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
|
8
|
+
apache_airflow_providers_sqlite-4.1.0rc1.dist-info/METADATA,sha256=3O6au5Krn8yPcx1bCoTgRdh_cv8NfvW8nYNwAu0Zqwk,5042
|
9
|
+
apache_airflow_providers_sqlite-4.1.0rc1.dist-info/RECORD,,
|
File without changes
|