apache-airflow-providers-sqlite 4.0.1__py3-none-any.whl → 4.0.2rc1__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 +1 -1
- airflow/providers/sqlite/get_provider_info.py +0 -41
- {apache_airflow_providers_sqlite-4.0.1.dist-info → apache_airflow_providers_sqlite-4.0.2rc1.dist-info}/METADATA +10 -12
- apache_airflow_providers_sqlite-4.0.2rc1.dist-info/RECORD +9 -0
- {apache_airflow_providers_sqlite-4.0.1.dist-info → apache_airflow_providers_sqlite-4.0.2rc1.dist-info}/WHEEL +1 -1
- apache_airflow_providers_sqlite-4.0.1.dist-info/RECORD +0 -9
- {apache_airflow_providers_sqlite-4.0.1.dist-info → apache_airflow_providers_sqlite-4.0.2rc1.dist-info}/entry_points.txt +0 -0
@@ -29,7 +29,7 @@ from airflow import __version__ as airflow_version
|
|
29
29
|
|
30
30
|
__all__ = ["__version__"]
|
31
31
|
|
32
|
-
__version__ = "4.0.
|
32
|
+
__version__ = "4.0.2"
|
33
33
|
|
34
34
|
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
|
35
35
|
"2.9.0"
|
@@ -26,41 +26,6 @@ def get_provider_info():
|
|
26
26
|
"package-name": "apache-airflow-providers-sqlite",
|
27
27
|
"name": "SQLite",
|
28
28
|
"description": "`SQLite <https://www.sqlite.org/>`__\n",
|
29
|
-
"state": "ready",
|
30
|
-
"source-date-epoch": 1741509822,
|
31
|
-
"versions": [
|
32
|
-
"4.0.1",
|
33
|
-
"4.0.0",
|
34
|
-
"3.9.1",
|
35
|
-
"3.9.0",
|
36
|
-
"3.8.2",
|
37
|
-
"3.8.1",
|
38
|
-
"3.8.0",
|
39
|
-
"3.7.1",
|
40
|
-
"3.7.0",
|
41
|
-
"3.6.0",
|
42
|
-
"3.5.0",
|
43
|
-
"3.4.3",
|
44
|
-
"3.4.2",
|
45
|
-
"3.4.1",
|
46
|
-
"3.4.0",
|
47
|
-
"3.3.2",
|
48
|
-
"3.3.1",
|
49
|
-
"3.3.0",
|
50
|
-
"3.2.1",
|
51
|
-
"3.2.0",
|
52
|
-
"3.1.0",
|
53
|
-
"3.0.0",
|
54
|
-
"2.1.3",
|
55
|
-
"2.1.2",
|
56
|
-
"2.1.1",
|
57
|
-
"2.1.0",
|
58
|
-
"2.0.1",
|
59
|
-
"2.0.0",
|
60
|
-
"1.0.2",
|
61
|
-
"1.0.1",
|
62
|
-
"1.0.0",
|
63
|
-
],
|
64
29
|
"integrations": [
|
65
30
|
{
|
66
31
|
"integration-name": "SQLite",
|
@@ -79,10 +44,4 @@ def get_provider_info():
|
|
79
44
|
"connection-type": "sqlite",
|
80
45
|
}
|
81
46
|
],
|
82
|
-
"dependencies": [
|
83
|
-
"apache-airflow>=2.9.0",
|
84
|
-
"aiosqlite>=0.20.0",
|
85
|
-
"apache-airflow-providers-common-sql>=1.20.0",
|
86
|
-
],
|
87
|
-
"devel-dependencies": [],
|
88
47
|
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: apache-airflow-providers-sqlite
|
3
|
-
Version: 4.0.
|
3
|
+
Version: 4.0.2rc1
|
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,15 +20,14 @@ 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.9.
|
24
|
-
Requires-Dist:
|
25
|
-
Requires-Dist: apache-airflow-providers-common-sql>=1.20.0
|
23
|
+
Requires-Dist: apache-airflow>=2.9.0rc0
|
24
|
+
Requires-Dist: apache-airflow-providers-common-sql>=1.20.0rc0
|
26
25
|
Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
|
27
|
-
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-sqlite/4.0.
|
28
|
-
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-sqlite/4.0.
|
26
|
+
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-sqlite/4.0.2/changelog.html
|
27
|
+
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-sqlite/4.0.2
|
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
|
31
|
-
Project-URL: Twitter, https://x.com/ApacheAirflow
|
32
31
|
Project-URL: YouTube, https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
|
33
32
|
|
34
33
|
|
@@ -56,7 +55,7 @@ Project-URL: YouTube, https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
|
|
56
55
|
|
57
56
|
Package ``apache-airflow-providers-sqlite``
|
58
57
|
|
59
|
-
Release: ``4.0.
|
58
|
+
Release: ``4.0.2``
|
60
59
|
|
61
60
|
|
62
61
|
`SQLite <https://www.sqlite.org/>`__
|
@@ -69,7 +68,7 @@ This is a provider package for ``sqlite`` provider. All classes for this provide
|
|
69
68
|
are in ``airflow.providers.sqlite`` python package.
|
70
69
|
|
71
70
|
You can find package information and changelog for the provider
|
72
|
-
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.0.2/>`_.
|
73
72
|
|
74
73
|
Installation
|
75
74
|
------------
|
@@ -87,7 +86,6 @@ Requirements
|
|
87
86
|
PIP package Version required
|
88
87
|
======================================= ==================
|
89
88
|
``apache-airflow`` ``>=2.9.0``
|
90
|
-
``aiosqlite`` ``>=0.20.0``
|
91
89
|
``apache-airflow-providers-common-sql`` ``>=1.20.0``
|
92
90
|
======================================= ==================
|
93
91
|
|
@@ -95,7 +93,7 @@ Cross provider package dependencies
|
|
95
93
|
-----------------------------------
|
96
94
|
|
97
95
|
Those are dependencies that might be needed in order to use all the features of the package.
|
98
|
-
You need to install the specified
|
96
|
+
You need to install the specified providers in order to use them.
|
99
97
|
|
100
98
|
You can install such cross-provider dependencies when installing from PyPI. For example:
|
101
99
|
|
@@ -111,5 +109,5 @@ Dependent package
|
|
111
109
|
============================================================================================================ ==============
|
112
110
|
|
113
111
|
The changelog for the provider package can be found in the
|
114
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-sqlite/4.0.
|
112
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-sqlite/4.0.2/changelog.html>`_.
|
115
113
|
|
@@ -0,0 +1,9 @@
|
|
1
|
+
airflow/providers/sqlite/LICENSE,sha256=gXPVwptPlW1TJ4HSuG5OMPg-a3h43OGMkZRR1rpwfJA,10850
|
2
|
+
airflow/providers/sqlite/__init__.py,sha256=Zh4oBIn9hlX0-VMP8s3Jx8D2YWTBqi0Gm0Dm9icTvAA,1493
|
3
|
+
airflow/providers/sqlite/get_provider_info.py,sha256=0nAm1Ci7Az3hCYQInh-84Rjxrz29kXfIZI4G88u6jJ4,1928
|
4
|
+
airflow/providers/sqlite/hooks/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
|
5
|
+
airflow/providers/sqlite/hooks/sqlite.py,sha256=IFUwWUhtpjY2Fco7isATiX0gcJMzN0_zIW85sRE72zY,2482
|
6
|
+
apache_airflow_providers_sqlite-4.0.2rc1.dist-info/entry_points.txt,sha256=-ATQuveY9g-W1bjKwyJ7s-aw7CkMv87j8czqQNtoFf0,102
|
7
|
+
apache_airflow_providers_sqlite-4.0.2rc1.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
|
8
|
+
apache_airflow_providers_sqlite-4.0.2rc1.dist-info/METADATA,sha256=QXzAItLXoZ_lvSln0KRSDwaxxUrSSywxC49AHK1YXTM,5026
|
9
|
+
apache_airflow_providers_sqlite-4.0.2rc1.dist-info/RECORD,,
|
@@ -1,9 +0,0 @@
|
|
1
|
-
airflow/providers/sqlite/LICENSE,sha256=gXPVwptPlW1TJ4HSuG5OMPg-a3h43OGMkZRR1rpwfJA,10850
|
2
|
-
airflow/providers/sqlite/__init__.py,sha256=YbGsHjPb8hDZpdWvBJHR6XsTNdT5_GaX7tRorIxtTPg,1493
|
3
|
-
airflow/providers/sqlite/get_provider_info.py,sha256=UWrtbhPC6jM4rKzEgfvpAbF9nzrF4C8ROkGPN6NXeWc,2879
|
4
|
-
airflow/providers/sqlite/hooks/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
|
5
|
-
airflow/providers/sqlite/hooks/sqlite.py,sha256=IFUwWUhtpjY2Fco7isATiX0gcJMzN0_zIW85sRE72zY,2482
|
6
|
-
apache_airflow_providers_sqlite-4.0.1.dist-info/entry_points.txt,sha256=-ATQuveY9g-W1bjKwyJ7s-aw7CkMv87j8czqQNtoFf0,102
|
7
|
-
apache_airflow_providers_sqlite-4.0.1.dist-info/WHEEL,sha256=_2ozNFCLWc93bK4WKHCO-eDUENDlo-dgc9cU3qokYO4,82
|
8
|
-
apache_airflow_providers_sqlite-4.0.1.dist-info/METADATA,sha256=Zlhuy01xmuJhPUG0iFO82u0KYFHlC3ptXNda6-AjJC4,5108
|
9
|
-
apache_airflow_providers_sqlite-4.0.1.dist-info/RECORD,,
|