apache-airflow-providers-sqlite 3.8.0__tar.gz → 3.8.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.
- {apache_airflow_providers_sqlite-3.8.0 → apache_airflow_providers_sqlite-3.8.1}/PKG-INFO +6 -6
- {apache_airflow_providers_sqlite-3.8.0 → apache_airflow_providers_sqlite-3.8.1}/README.rst +3 -3
- {apache_airflow_providers_sqlite-3.8.0 → apache_airflow_providers_sqlite-3.8.1}/airflow/providers/sqlite/__init__.py +3 -6
- {apache_airflow_providers_sqlite-3.8.0 → apache_airflow_providers_sqlite-3.8.1}/airflow/providers/sqlite/get_provider_info.py +2 -1
- {apache_airflow_providers_sqlite-3.8.0 → apache_airflow_providers_sqlite-3.8.1}/pyproject.toml +3 -3
- {apache_airflow_providers_sqlite-3.8.0 → apache_airflow_providers_sqlite-3.8.1}/airflow/providers/sqlite/LICENSE +0 -0
- {apache_airflow_providers_sqlite-3.8.0 → apache_airflow_providers_sqlite-3.8.1}/airflow/providers/sqlite/hooks/__init__.py +0 -0
- {apache_airflow_providers_sqlite-3.8.0 → apache_airflow_providers_sqlite-3.8.1}/airflow/providers/sqlite/hooks/sqlite.py +0 -0
- {apache_airflow_providers_sqlite-3.8.0 → apache_airflow_providers_sqlite-3.8.1}/airflow/providers/sqlite/operators/__init__.py +0 -0
- {apache_airflow_providers_sqlite-3.8.0 → apache_airflow_providers_sqlite-3.8.1}/airflow/providers/sqlite/operators/sqlite.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: apache-airflow-providers-sqlite
|
3
|
-
Version: 3.8.
|
3
|
+
Version: 3.8.1
|
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>
|
@@ -25,8 +25,8 @@ Requires-Dist: apache-airflow-providers-common-sql>=1.3.1
|
|
25
25
|
Requires-Dist: apache-airflow>=2.7.0
|
26
26
|
Requires-Dist: apache-airflow-providers-common-sql ; extra == "common.sql"
|
27
27
|
Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
|
28
|
-
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.8.
|
29
|
-
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.8.
|
28
|
+
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.8.1/changelog.html
|
29
|
+
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.8.1
|
30
30
|
Project-URL: Slack Chat, https://s.apache.org/airflow-slack
|
31
31
|
Project-URL: Source Code, https://github.com/apache/airflow
|
32
32
|
Project-URL: Twitter, https://twitter.com/ApacheAirflow
|
@@ -77,7 +77,7 @@ Provides-Extra: common.sql
|
|
77
77
|
|
78
78
|
Package ``apache-airflow-providers-sqlite``
|
79
79
|
|
80
|
-
Release: ``3.8.
|
80
|
+
Release: ``3.8.1``
|
81
81
|
|
82
82
|
|
83
83
|
`SQLite <https://www.sqlite.org/>`__
|
@@ -90,7 +90,7 @@ This is a provider package for ``sqlite`` provider. All classes for this provide
|
|
90
90
|
are in ``airflow.providers.sqlite`` python package.
|
91
91
|
|
92
92
|
You can find package information and changelog for the provider
|
93
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.8.
|
93
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.8.1/>`_.
|
94
94
|
|
95
95
|
Installation
|
96
96
|
------------
|
@@ -131,4 +131,4 @@ Dependent package
|
|
131
131
|
============================================================================================================ ==============
|
132
132
|
|
133
133
|
The changelog for the provider package can be found in the
|
134
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.8.
|
134
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.8.1/changelog.html>`_.
|
@@ -42,7 +42,7 @@
|
|
42
42
|
|
43
43
|
Package ``apache-airflow-providers-sqlite``
|
44
44
|
|
45
|
-
Release: ``3.8.
|
45
|
+
Release: ``3.8.1``
|
46
46
|
|
47
47
|
|
48
48
|
`SQLite <https://www.sqlite.org/>`__
|
@@ -55,7 +55,7 @@ This is a provider package for ``sqlite`` provider. All classes for this provide
|
|
55
55
|
are in ``airflow.providers.sqlite`` 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-sqlite/3.8.
|
58
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.8.1/>`_.
|
59
59
|
|
60
60
|
Installation
|
61
61
|
------------
|
@@ -96,4 +96,4 @@ Dependent package
|
|
96
96
|
============================================================================================================ ==============
|
97
97
|
|
98
98
|
The changelog for the provider package can be found in the
|
99
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.8.
|
99
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.8.1/changelog.html>`_.
|
@@ -25,14 +25,11 @@ from __future__ import annotations
|
|
25
25
|
|
26
26
|
import packaging.version
|
27
27
|
|
28
|
-
|
28
|
+
from airflow import __version__ as airflow_version
|
29
29
|
|
30
|
-
|
30
|
+
__all__ = ["__version__"]
|
31
31
|
|
32
|
-
|
33
|
-
from airflow import __version__ as airflow_version
|
34
|
-
except ImportError:
|
35
|
-
from airflow.version import version as airflow_version
|
32
|
+
__version__ = "3.8.1"
|
36
33
|
|
37
34
|
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
|
38
35
|
"2.7.0"
|
@@ -28,8 +28,9 @@ def get_provider_info():
|
|
28
28
|
"name": "SQLite",
|
29
29
|
"description": "`SQLite <https://www.sqlite.org/>`__\n",
|
30
30
|
"state": "ready",
|
31
|
-
"source-date-epoch":
|
31
|
+
"source-date-epoch": 1716289150,
|
32
32
|
"versions": [
|
33
|
+
"3.8.1",
|
33
34
|
"3.8.0",
|
34
35
|
"3.7.1",
|
35
36
|
"3.7.0",
|
{apache_airflow_providers_sqlite-3.8.0 → apache_airflow_providers_sqlite-3.8.1}/pyproject.toml
RENAMED
@@ -28,7 +28,7 @@ build-backend = "flit_core.buildapi"
|
|
28
28
|
|
29
29
|
[project]
|
30
30
|
name = "apache-airflow-providers-sqlite"
|
31
|
-
version = "3.8.
|
31
|
+
version = "3.8.1"
|
32
32
|
description = "Provider package apache-airflow-providers-sqlite for Apache Airflow"
|
33
33
|
readme = "README.rst"
|
34
34
|
authors = [
|
@@ -61,8 +61,8 @@ dependencies = [
|
|
61
61
|
]
|
62
62
|
|
63
63
|
[project.urls]
|
64
|
-
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.8.
|
65
|
-
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.8.
|
64
|
+
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.8.1"
|
65
|
+
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.8.1/changelog.html"
|
66
66
|
"Bug Tracker" = "https://github.com/apache/airflow/issues"
|
67
67
|
"Source Code" = "https://github.com/apache/airflow"
|
68
68
|
"Slack Chat" = "https://s.apache.org/airflow-slack"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|