apache-airflow-providers-sqlite 4.1.1__tar.gz → 4.1.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.
- {apache_airflow_providers_sqlite-4.1.1 → apache_airflow_providers_sqlite-4.1.2rc1}/PKG-INFO +12 -10
- {apache_airflow_providers_sqlite-4.1.1 → apache_airflow_providers_sqlite-4.1.2rc1}/README.rst +5 -4
- {apache_airflow_providers_sqlite-4.1.1 → apache_airflow_providers_sqlite-4.1.2rc1}/docs/changelog.rst +16 -0
- {apache_airflow_providers_sqlite-4.1.1 → apache_airflow_providers_sqlite-4.1.2rc1}/docs/index.rst +5 -3
- {apache_airflow_providers_sqlite-4.1.1 → apache_airflow_providers_sqlite-4.1.2rc1}/provider.yaml +2 -1
- {apache_airflow_providers_sqlite-4.1.1 → apache_airflow_providers_sqlite-4.1.2rc1}/pyproject.toml +7 -6
- {apache_airflow_providers_sqlite-4.1.1 → apache_airflow_providers_sqlite-4.1.2rc1}/src/airflow/__init__.py +1 -1
- {apache_airflow_providers_sqlite-4.1.1/tests/system → apache_airflow_providers_sqlite-4.1.2rc1/src/airflow/providers}/__init__.py +1 -1
- {apache_airflow_providers_sqlite-4.1.1 → apache_airflow_providers_sqlite-4.1.2rc1}/src/airflow/providers/sqlite/__init__.py +1 -1
- {apache_airflow_providers_sqlite-4.1.1 → apache_airflow_providers_sqlite-4.1.2rc1}/src/airflow/providers/sqlite/hooks/sqlite.py +1 -4
- {apache_airflow_providers_sqlite-4.1.1/src/airflow/providers → apache_airflow_providers_sqlite-4.1.2rc1/tests/system}/__init__.py +1 -1
- {apache_airflow_providers_sqlite-4.1.1 → apache_airflow_providers_sqlite-4.1.2rc1}/tests/unit/__init__.py +1 -1
- {apache_airflow_providers_sqlite-4.1.1 → apache_airflow_providers_sqlite-4.1.2rc1}/docs/.latest-doc-only-change.txt +0 -0
- {apache_airflow_providers_sqlite-4.1.1 → apache_airflow_providers_sqlite-4.1.2rc1}/docs/commits.rst +0 -0
- {apache_airflow_providers_sqlite-4.1.1 → apache_airflow_providers_sqlite-4.1.2rc1}/docs/conf.py +0 -0
- {apache_airflow_providers_sqlite-4.1.1 → apache_airflow_providers_sqlite-4.1.2rc1}/docs/connections/sqlite.rst +0 -0
- {apache_airflow_providers_sqlite-4.1.1 → apache_airflow_providers_sqlite-4.1.2rc1}/docs/installing-providers-from-sources.rst +0 -0
- {apache_airflow_providers_sqlite-4.1.1 → apache_airflow_providers_sqlite-4.1.2rc1}/docs/integration-logos/SQLite.png +0 -0
- {apache_airflow_providers_sqlite-4.1.1 → apache_airflow_providers_sqlite-4.1.2rc1}/docs/operators.rst +0 -0
- {apache_airflow_providers_sqlite-4.1.1 → apache_airflow_providers_sqlite-4.1.2rc1}/docs/redirects.txt +0 -0
- {apache_airflow_providers_sqlite-4.1.1 → apache_airflow_providers_sqlite-4.1.2rc1}/docs/security.rst +0 -0
- {apache_airflow_providers_sqlite-4.1.1 → apache_airflow_providers_sqlite-4.1.2rc1}/src/airflow/providers/sqlite/LICENSE +0 -0
- {apache_airflow_providers_sqlite-4.1.1 → apache_airflow_providers_sqlite-4.1.2rc1}/src/airflow/providers/sqlite/get_provider_info.py +0 -0
- {apache_airflow_providers_sqlite-4.1.1 → apache_airflow_providers_sqlite-4.1.2rc1}/src/airflow/providers/sqlite/hooks/__init__.py +0 -0
- {apache_airflow_providers_sqlite-4.1.1 → apache_airflow_providers_sqlite-4.1.2rc1}/tests/conftest.py +0 -0
- {apache_airflow_providers_sqlite-4.1.1 → apache_airflow_providers_sqlite-4.1.2rc1}/tests/system/sqlite/__init__.py +0 -0
- {apache_airflow_providers_sqlite-4.1.1 → apache_airflow_providers_sqlite-4.1.2rc1}/tests/system/sqlite/create_table.sql +0 -0
- {apache_airflow_providers_sqlite-4.1.1 → apache_airflow_providers_sqlite-4.1.2rc1}/tests/system/sqlite/example_sqlite.py +0 -0
- {apache_airflow_providers_sqlite-4.1.1 → apache_airflow_providers_sqlite-4.1.2rc1}/tests/unit/sqlite/__init__.py +0 -0
- {apache_airflow_providers_sqlite-4.1.1 → apache_airflow_providers_sqlite-4.1.2rc1}/tests/unit/sqlite/hooks/__init__.py +0 -0
- {apache_airflow_providers_sqlite-4.1.1 → apache_airflow_providers_sqlite-4.1.2rc1}/tests/unit/sqlite/hooks/test_sqlite.py +0 -0
@@ -1,11 +1,11 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: apache-airflow-providers-sqlite
|
3
|
-
Version: 4.1.
|
3
|
+
Version: 4.1.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>
|
7
7
|
Maintainer-email: Apache Software Foundation <dev@airflow.apache.org>
|
8
|
-
Requires-Python:
|
8
|
+
Requires-Python: >=3.10
|
9
9
|
Description-Content-Type: text/x-rst
|
10
10
|
Classifier: Development Status :: 5 - Production/Stable
|
11
11
|
Classifier: Environment :: Console
|
@@ -18,12 +18,13 @@ Classifier: License :: OSI Approved :: Apache Software License
|
|
18
18
|
Classifier: Programming Language :: Python :: 3.10
|
19
19
|
Classifier: Programming Language :: Python :: 3.11
|
20
20
|
Classifier: Programming Language :: Python :: 3.12
|
21
|
+
Classifier: Programming Language :: Python :: 3.13
|
21
22
|
Classifier: Topic :: System :: Monitoring
|
22
|
-
Requires-Dist: apache-airflow>=2.10.
|
23
|
-
Requires-Dist: apache-airflow-providers-common-sql>=1.26.
|
23
|
+
Requires-Dist: apache-airflow>=2.10.0rc1
|
24
|
+
Requires-Dist: apache-airflow-providers-common-sql>=1.26.0rc1
|
24
25
|
Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
|
25
|
-
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-sqlite/4.1.
|
26
|
-
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-sqlite/4.1.
|
26
|
+
Project-URL: Changelog, https://airflow.staged.apache.org/docs/apache-airflow-providers-sqlite/4.1.2/changelog.html
|
27
|
+
Project-URL: Documentation, https://airflow.staged.apache.org/docs/apache-airflow-providers-sqlite/4.1.2
|
27
28
|
Project-URL: Mastodon, https://fosstodon.org/@airflow
|
28
29
|
Project-URL: Slack Chat, https://s.apache.org/airflow-slack
|
29
30
|
Project-URL: Source Code, https://github.com/apache/airflow
|
@@ -54,8 +55,9 @@ Project-URL: YouTube, https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
|
|
54
55
|
|
55
56
|
Package ``apache-airflow-providers-sqlite``
|
56
57
|
|
57
|
-
Release: ``4.1.
|
58
|
+
Release: ``4.1.2``
|
58
59
|
|
60
|
+
Release Date: ``|PypiReleaseDate|``
|
59
61
|
|
60
62
|
`SQLite <https://www.sqlite.org/>`__
|
61
63
|
|
@@ -67,7 +69,7 @@ This is a provider package for ``sqlite`` provider. All classes for this provide
|
|
67
69
|
are in ``airflow.providers.sqlite`` python package.
|
68
70
|
|
69
71
|
You can find package information and changelog for the provider
|
70
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-sqlite/4.1.
|
72
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-sqlite/4.1.2/>`_.
|
71
73
|
|
72
74
|
Installation
|
73
75
|
------------
|
@@ -76,7 +78,7 @@ You can install this package on top of an existing Airflow 2 installation (see `
|
|
76
78
|
for the minimum Airflow version supported) via
|
77
79
|
``pip install apache-airflow-providers-sqlite``
|
78
80
|
|
79
|
-
The package supports the following python versions: 3.10,3.11,3.12
|
81
|
+
The package supports the following python versions: 3.10,3.11,3.12,3.13
|
80
82
|
|
81
83
|
Requirements
|
82
84
|
------------
|
@@ -108,5 +110,5 @@ Dependent package
|
|
108
110
|
============================================================================================================ ==============
|
109
111
|
|
110
112
|
The changelog for the provider package can be found in the
|
111
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-sqlite/4.1.
|
113
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-sqlite/4.1.2/changelog.html>`_.
|
112
114
|
|
{apache_airflow_providers_sqlite-4.1.1 → apache_airflow_providers_sqlite-4.1.2rc1}/README.rst
RENAMED
@@ -23,8 +23,9 @@
|
|
23
23
|
|
24
24
|
Package ``apache-airflow-providers-sqlite``
|
25
25
|
|
26
|
-
Release: ``4.1.
|
26
|
+
Release: ``4.1.2``
|
27
27
|
|
28
|
+
Release Date: ``|PypiReleaseDate|``
|
28
29
|
|
29
30
|
`SQLite <https://www.sqlite.org/>`__
|
30
31
|
|
@@ -36,7 +37,7 @@ This is a provider package for ``sqlite`` provider. All classes for this provide
|
|
36
37
|
are in ``airflow.providers.sqlite`` python package.
|
37
38
|
|
38
39
|
You can find package information and changelog for the provider
|
39
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-sqlite/4.1.
|
40
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-sqlite/4.1.2/>`_.
|
40
41
|
|
41
42
|
Installation
|
42
43
|
------------
|
@@ -45,7 +46,7 @@ You can install this package on top of an existing Airflow 2 installation (see `
|
|
45
46
|
for the minimum Airflow version supported) via
|
46
47
|
``pip install apache-airflow-providers-sqlite``
|
47
48
|
|
48
|
-
The package supports the following python versions: 3.10,3.11,3.12
|
49
|
+
The package supports the following python versions: 3.10,3.11,3.12,3.13
|
49
50
|
|
50
51
|
Requirements
|
51
52
|
------------
|
@@ -77,4 +78,4 @@ Dependent package
|
|
77
78
|
============================================================================================================ ==============
|
78
79
|
|
79
80
|
The changelog for the provider package can be found in the
|
80
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-sqlite/4.1.
|
81
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-sqlite/4.1.2/changelog.html>`_.
|
@@ -27,6 +27,22 @@
|
|
27
27
|
Changelog
|
28
28
|
---------
|
29
29
|
|
30
|
+
4.1.2
|
31
|
+
.....
|
32
|
+
|
33
|
+
Misc
|
34
|
+
~~~~
|
35
|
+
|
36
|
+
* ``Fix unreachable code mypy warnings in sqlite provider (#53433)``
|
37
|
+
* ``Add Python 3.13 support for Airflow. (#46891)``
|
38
|
+
* ``Refactoring get con part dbapihook in providers (#53335)``
|
39
|
+
* ``Remove type ignore across codebase after mypy upgrade (#53243)``
|
40
|
+
* ``Remove upper-binding for "python-requires" (#52980)``
|
41
|
+
* ``Temporarily switch to use >=,< pattern instead of '~=' (#52967)``
|
42
|
+
|
43
|
+
.. Below changes are excluded from the changelog. Move them to
|
44
|
+
appropriate section above if needed. Do not delete the lines(!):
|
45
|
+
|
30
46
|
4.1.1
|
31
47
|
.....
|
32
48
|
|
{apache_airflow_providers_sqlite-4.1.1 → apache_airflow_providers_sqlite-4.1.2rc1}/docs/index.rst
RENAMED
@@ -77,7 +77,9 @@ apache-airflow-providers-sqlite package
|
|
77
77
|
`SQLite <https://www.sqlite.org/>`__
|
78
78
|
|
79
79
|
|
80
|
-
Release: 4.1.
|
80
|
+
Release: 4.1.2
|
81
|
+
|
82
|
+
Release Date: ``|PypiReleaseDate|``
|
81
83
|
|
82
84
|
Provider package
|
83
85
|
----------------
|
@@ -129,5 +131,5 @@ Downloading official packages
|
|
129
131
|
You can download officially released packages and verify their checksums and signatures from the
|
130
132
|
`Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
|
131
133
|
|
132
|
-
* `The apache-airflow-providers-sqlite 4.1.
|
133
|
-
* `The apache-airflow-providers-sqlite 4.1.
|
134
|
+
* `The apache-airflow-providers-sqlite 4.1.2 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_sqlite-4.1.2.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_sqlite-4.1.2.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_sqlite-4.1.2.tar.gz.sha512>`__)
|
135
|
+
* `The apache-airflow-providers-sqlite 4.1.2 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_sqlite-4.1.2-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_sqlite-4.1.2-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_sqlite-4.1.2-py3-none-any.whl.sha512>`__)
|
{apache_airflow_providers_sqlite-4.1.1 → apache_airflow_providers_sqlite-4.1.2rc1}/provider.yaml
RENAMED
@@ -22,12 +22,13 @@ description: |
|
|
22
22
|
`SQLite <https://www.sqlite.org/>`__
|
23
23
|
|
24
24
|
state: ready
|
25
|
-
source-date-epoch:
|
25
|
+
source-date-epoch: 1753691973
|
26
26
|
# Note that those versions are maintained by release manager - do not update them manually
|
27
27
|
# with the exception of case where other provider in sources has >= new provider version.
|
28
28
|
# In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
|
29
29
|
# to be done in the same PR
|
30
30
|
versions:
|
31
|
+
- 4.1.2
|
31
32
|
- 4.1.1
|
32
33
|
- 4.1.0
|
33
34
|
- 4.0.2
|
{apache_airflow_providers_sqlite-4.1.1 → apache_airflow_providers_sqlite-4.1.2rc1}/pyproject.toml
RENAMED
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
|
|
25
25
|
|
26
26
|
[project]
|
27
27
|
name = "apache-airflow-providers-sqlite"
|
28
|
-
version = "4.1.
|
28
|
+
version = "4.1.2rc1"
|
29
29
|
description = "Provider package apache-airflow-providers-sqlite for Apache Airflow"
|
30
30
|
readme = "README.rst"
|
31
31
|
authors = [
|
@@ -47,17 +47,18 @@ classifiers = [
|
|
47
47
|
"Programming Language :: Python :: 3.10",
|
48
48
|
"Programming Language :: Python :: 3.11",
|
49
49
|
"Programming Language :: Python :: 3.12",
|
50
|
+
"Programming Language :: Python :: 3.13",
|
50
51
|
"Topic :: System :: Monitoring",
|
51
52
|
]
|
52
|
-
requires-python = "
|
53
|
+
requires-python = ">=3.10"
|
53
54
|
|
54
55
|
# The dependencies should be modified in place in the generated file.
|
55
56
|
# Any change in the dependencies is preserved when the file is regenerated
|
56
57
|
# Make sure to run ``breeze static-checks --type update-providers-dependencies --all-files``
|
57
58
|
# After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
|
58
59
|
dependencies = [
|
59
|
-
"apache-airflow>=2.10.
|
60
|
-
"apache-airflow-providers-common-sql>=1.26.
|
60
|
+
"apache-airflow>=2.10.0rc1",
|
61
|
+
"apache-airflow-providers-common-sql>=1.26.0rc1",
|
61
62
|
]
|
62
63
|
|
63
64
|
[dependency-groups]
|
@@ -96,8 +97,8 @@ apache-airflow-providers-common-sql = {workspace = true}
|
|
96
97
|
apache-airflow-providers-standard = {workspace = true}
|
97
98
|
|
98
99
|
[project.urls]
|
99
|
-
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-sqlite/4.1.
|
100
|
-
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-sqlite/4.1.
|
100
|
+
"Documentation" = "https://airflow.staged.apache.org/docs/apache-airflow-providers-sqlite/4.1.2"
|
101
|
+
"Changelog" = "https://airflow.staged.apache.org/docs/apache-airflow-providers-sqlite/4.1.2/changelog.html"
|
101
102
|
"Bug Tracker" = "https://github.com/apache/airflow/issues"
|
102
103
|
"Source Code" = "https://github.com/apache/airflow"
|
103
104
|
"Slack Chat" = "https://s.apache.org/airflow-slack"
|
@@ -14,4 +14,4 @@
|
|
14
14
|
# KIND, either express or implied. See the License for the
|
15
15
|
# specific language governing permissions and limitations
|
16
16
|
# under the License.
|
17
|
-
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
|
17
|
+
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
|
@@ -14,4 +14,4 @@
|
|
14
14
|
# KIND, either express or implied. See the License for the
|
15
15
|
# specific language governing permissions and limitations
|
16
16
|
# under the License.
|
17
|
-
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
|
17
|
+
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
|
@@ -29,7 +29,7 @@ from airflow import __version__ as airflow_version
|
|
29
29
|
|
30
30
|
__all__ = ["__version__"]
|
31
31
|
|
32
|
-
__version__ = "4.1.
|
32
|
+
__version__ = "4.1.2"
|
33
33
|
|
34
34
|
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
|
35
35
|
"2.10.0"
|
@@ -46,10 +46,7 @@ class SqliteHook(DbApiHook):
|
|
46
46
|
|
47
47
|
def get_uri(self) -> str:
|
48
48
|
"""Override DbApiHook get_uri method for get_sqlalchemy_engine()."""
|
49
|
-
|
50
|
-
airflow_conn = self.get_connection(conn_id)
|
51
|
-
if airflow_conn.conn_type is None:
|
52
|
-
airflow_conn.conn_type = self.conn_type
|
49
|
+
airflow_conn = self.get_connection(self.get_conn_id())
|
53
50
|
airflow_uri = unquote(airflow_conn.get_uri())
|
54
51
|
# For sqlite, there is no schema in the connection URI. So we need to drop the trailing slash.
|
55
52
|
airflow_sqlite_uri = airflow_uri.replace("/?", "?")
|
@@ -14,4 +14,4 @@
|
|
14
14
|
# KIND, either express or implied. See the License for the
|
15
15
|
# specific language governing permissions and limitations
|
16
16
|
# under the License.
|
17
|
-
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
|
17
|
+
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
|
@@ -14,4 +14,4 @@
|
|
14
14
|
# KIND, either express or implied. See the License for the
|
15
15
|
# specific language governing permissions and limitations
|
16
16
|
# under the License.
|
17
|
-
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
|
17
|
+
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
|
File without changes
|
{apache_airflow_providers_sqlite-4.1.1 → apache_airflow_providers_sqlite-4.1.2rc1}/docs/commits.rst
RENAMED
File without changes
|
{apache_airflow_providers_sqlite-4.1.1 → apache_airflow_providers_sqlite-4.1.2rc1}/docs/conf.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{apache_airflow_providers_sqlite-4.1.1 → apache_airflow_providers_sqlite-4.1.2rc1}/docs/security.rst
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{apache_airflow_providers_sqlite-4.1.1 → apache_airflow_providers_sqlite-4.1.2rc1}/tests/conftest.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|