apache-airflow-providers-sqlite 3.6.0__py3-none-any.whl → 3.7.0__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 +2 -1
- airflow/providers/sqlite/hooks/sqlite.py +4 -1
- {apache_airflow_providers_sqlite-3.6.0.dist-info → apache_airflow_providers_sqlite-3.7.0.dist-info}/METADATA +6 -6
- apache_airflow_providers_sqlite-3.7.0.dist-info/RECORD +11 -0
- apache_airflow_providers_sqlite-3.6.0.dist-info/RECORD +0 -11
- {apache_airflow_providers_sqlite-3.6.0.dist-info → apache_airflow_providers_sqlite-3.7.0.dist-info}/WHEEL +0 -0
- {apache_airflow_providers_sqlite-3.6.0.dist-info → apache_airflow_providers_sqlite-3.7.0.dist-info}/entry_points.txt +0 -0
@@ -28,8 +28,9 @@ def get_provider_info():
|
|
28
28
|
"name": "SQLite",
|
29
29
|
"description": "`SQLite <https://www.sqlite.org/>`__\n",
|
30
30
|
"suspended": False,
|
31
|
-
"source-date-epoch":
|
31
|
+
"source-date-epoch": 1703288175,
|
32
32
|
"versions": [
|
33
|
+
"3.7.0",
|
33
34
|
"3.6.0",
|
34
35
|
"3.5.0",
|
35
36
|
"3.4.3",
|
@@ -30,7 +30,10 @@ class SqliteHook(DbApiHook):
|
|
30
30
|
default_conn_name = "sqlite_default"
|
31
31
|
conn_type = "sqlite"
|
32
32
|
hook_name = "Sqlite"
|
33
|
-
|
33
|
+
|
34
|
+
def __init__(self, *args, **kwargs):
|
35
|
+
super().__init__(*args, **kwargs)
|
36
|
+
self._placeholder: str = "?"
|
34
37
|
|
35
38
|
def get_conn(self) -> sqlite3.dbapi2.Connection:
|
36
39
|
"""Returns a sqlite connection object."""
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: apache-airflow-providers-sqlite
|
3
|
-
Version: 3.
|
3
|
+
Version: 3.7.0
|
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>
|
@@ -24,8 +24,8 @@ Requires-Dist: apache-airflow-providers-common-sql>=1.3.1
|
|
24
24
|
Requires-Dist: apache-airflow>=2.6.0
|
25
25
|
Requires-Dist: apache-airflow-providers-common-sql ; extra == "common.sql"
|
26
26
|
Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
|
27
|
-
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.
|
28
|
-
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.
|
27
|
+
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.7.0/changelog.html
|
28
|
+
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.7.0
|
29
29
|
Project-URL: Slack Chat, https://s.apache.org/airflow-slack
|
30
30
|
Project-URL: Source Code, https://github.com/apache/airflow
|
31
31
|
Project-URL: Twitter, https://twitter.com/ApacheAirflow
|
@@ -76,7 +76,7 @@ Provides-Extra: common.sql
|
|
76
76
|
|
77
77
|
Package ``apache-airflow-providers-sqlite``
|
78
78
|
|
79
|
-
Release: ``3.
|
79
|
+
Release: ``3.7.0``
|
80
80
|
|
81
81
|
|
82
82
|
`SQLite <https://www.sqlite.org/>`__
|
@@ -89,7 +89,7 @@ This is a provider package for ``sqlite`` provider. All classes for this provide
|
|
89
89
|
are in ``airflow.providers.sqlite`` python package.
|
90
90
|
|
91
91
|
You can find package information and changelog for the provider
|
92
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.
|
92
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.7.0/>`_.
|
93
93
|
|
94
94
|
Installation
|
95
95
|
------------
|
@@ -130,4 +130,4 @@ Dependent package
|
|
130
130
|
============================================================================================================ ==============
|
131
131
|
|
132
132
|
The changelog for the provider package can be found in the
|
133
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.
|
133
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.7.0/changelog.html>`_.
|
@@ -0,0 +1,11 @@
|
|
1
|
+
airflow/providers/sqlite/LICENSE,sha256=ywUBpKZc7Jb96rVt5I3IDbg7dIJAbUSHkuoDcF3jbH4,13569
|
2
|
+
airflow/providers/sqlite/__init__.py,sha256=L_gUejSq6M8ZkTP_qlh4XVw6fGRhk86f_V-vbsBN3LY,1581
|
3
|
+
airflow/providers/sqlite/get_provider_info.py,sha256=G7VCB24qH5FNZXrtbby5B4t3C6_q4eGvN7dgoWBbXZM,2780
|
4
|
+
airflow/providers/sqlite/hooks/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
|
5
|
+
airflow/providers/sqlite/hooks/sqlite.py,sha256=nmMiMVGPiwI29aGJ20ymY0c0AlheVAXH18b4dui8r0g,2501
|
6
|
+
airflow/providers/sqlite/operators/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
|
7
|
+
airflow/providers/sqlite/operators/sqlite.py,sha256=zJ8uBl_X0u77apwgOUmYKhoBCT6bykiJQwhKDbQgi1k,2352
|
8
|
+
apache_airflow_providers_sqlite-3.7.0.dist-info/entry_points.txt,sha256=-ATQuveY9g-W1bjKwyJ7s-aw7CkMv87j8czqQNtoFf0,102
|
9
|
+
apache_airflow_providers_sqlite-3.7.0.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
|
10
|
+
apache_airflow_providers_sqlite-3.7.0.dist-info/METADATA,sha256=9UlsksmzcI9tNVfQpDTtWkN2SkjrDEHULFn25ZrzIAM,5964
|
11
|
+
apache_airflow_providers_sqlite-3.7.0.dist-info/RECORD,,
|
@@ -1,11 +0,0 @@
|
|
1
|
-
airflow/providers/sqlite/LICENSE,sha256=ywUBpKZc7Jb96rVt5I3IDbg7dIJAbUSHkuoDcF3jbH4,13569
|
2
|
-
airflow/providers/sqlite/__init__.py,sha256=PPZbUxVUARkr5kbj8I-4ZSV5auRb9D_eb4WMXb0CC-c,1581
|
3
|
-
airflow/providers/sqlite/get_provider_info.py,sha256=bntU0LgECWdie4OKTjD8snBuW8_gVmF0rt2uUVicYsw,2759
|
4
|
-
airflow/providers/sqlite/hooks/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
|
5
|
-
airflow/providers/sqlite/hooks/sqlite.py,sha256=wJ-S6DX0mhf0uiMDCIP-oxhxOBYaCSfL7r1_S_6krOg,2402
|
6
|
-
airflow/providers/sqlite/operators/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
|
7
|
-
airflow/providers/sqlite/operators/sqlite.py,sha256=zJ8uBl_X0u77apwgOUmYKhoBCT6bykiJQwhKDbQgi1k,2352
|
8
|
-
apache_airflow_providers_sqlite-3.6.0.dist-info/entry_points.txt,sha256=-ATQuveY9g-W1bjKwyJ7s-aw7CkMv87j8czqQNtoFf0,102
|
9
|
-
apache_airflow_providers_sqlite-3.6.0.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
|
10
|
-
apache_airflow_providers_sqlite-3.6.0.dist-info/METADATA,sha256=urjrOrzQP-TbbeST3c5R96pNGU7LBFwNTcUDOjDzgVQ,5964
|
11
|
-
apache_airflow_providers_sqlite-3.6.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|