apache-airflow-providers-sqlite 3.4.1__tar.gz → 3.4.2__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.
Files changed (21) hide show
  1. {apache-airflow-providers-sqlite-3.4.1/apache_airflow_providers_sqlite.egg-info → apache-airflow-providers-sqlite-3.4.2}/PKG-INFO +21 -7
  2. {apache-airflow-providers-sqlite-3.4.1 → apache-airflow-providers-sqlite-3.4.2}/README.rst +18 -3
  3. {apache-airflow-providers-sqlite-3.4.1 → apache-airflow-providers-sqlite-3.4.2}/airflow/providers/sqlite/__init__.py +1 -1
  4. {apache-airflow-providers-sqlite-3.4.1 → apache-airflow-providers-sqlite-3.4.2}/airflow/providers/sqlite/get_provider_info.py +1 -0
  5. {apache-airflow-providers-sqlite-3.4.1 → apache-airflow-providers-sqlite-3.4.2}/airflow/providers/sqlite/hooks/sqlite.py +2 -2
  6. {apache-airflow-providers-sqlite-3.4.1 → apache-airflow-providers-sqlite-3.4.2}/airflow/providers/sqlite/operators/sqlite.py +1 -1
  7. {apache-airflow-providers-sqlite-3.4.1 → apache-airflow-providers-sqlite-3.4.2/apache_airflow_providers_sqlite.egg-info}/PKG-INFO +21 -7
  8. {apache-airflow-providers-sqlite-3.4.1 → apache-airflow-providers-sqlite-3.4.2}/pyproject.toml +6 -5
  9. {apache-airflow-providers-sqlite-3.4.1 → apache-airflow-providers-sqlite-3.4.2}/setup.cfg +2 -3
  10. {apache-airflow-providers-sqlite-3.4.1 → apache-airflow-providers-sqlite-3.4.2}/setup.py +1 -1
  11. {apache-airflow-providers-sqlite-3.4.1 → apache-airflow-providers-sqlite-3.4.2}/LICENSE +0 -0
  12. {apache-airflow-providers-sqlite-3.4.1 → apache-airflow-providers-sqlite-3.4.2}/MANIFEST.in +0 -0
  13. {apache-airflow-providers-sqlite-3.4.1 → apache-airflow-providers-sqlite-3.4.2}/NOTICE +0 -0
  14. {apache-airflow-providers-sqlite-3.4.1 → apache-airflow-providers-sqlite-3.4.2}/airflow/providers/sqlite/hooks/__init__.py +0 -0
  15. {apache-airflow-providers-sqlite-3.4.1 → apache-airflow-providers-sqlite-3.4.2}/airflow/providers/sqlite/operators/__init__.py +0 -0
  16. {apache-airflow-providers-sqlite-3.4.1 → apache-airflow-providers-sqlite-3.4.2}/apache_airflow_providers_sqlite.egg-info/SOURCES.txt +0 -0
  17. {apache-airflow-providers-sqlite-3.4.1 → apache-airflow-providers-sqlite-3.4.2}/apache_airflow_providers_sqlite.egg-info/dependency_links.txt +0 -0
  18. {apache-airflow-providers-sqlite-3.4.1 → apache-airflow-providers-sqlite-3.4.2}/apache_airflow_providers_sqlite.egg-info/entry_points.txt +0 -0
  19. {apache-airflow-providers-sqlite-3.4.1 → apache-airflow-providers-sqlite-3.4.2}/apache_airflow_providers_sqlite.egg-info/not-zip-safe +0 -0
  20. {apache-airflow-providers-sqlite-3.4.1 → apache-airflow-providers-sqlite-3.4.2}/apache_airflow_providers_sqlite.egg-info/requires.txt +0 -0
  21. {apache-airflow-providers-sqlite-3.4.1 → apache-airflow-providers-sqlite-3.4.2}/apache_airflow_providers_sqlite.egg-info/top_level.txt +0 -0
@@ -1,13 +1,13 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: apache-airflow-providers-sqlite
3
- Version: 3.4.1
3
+ Version: 3.4.2
4
4
  Summary: Provider for Apache Airflow. Implements apache-airflow-providers-sqlite package
5
5
  Home-page: https://airflow.apache.org/
6
6
  Download-URL: https://archive.apache.org/dist/airflow/providers
7
7
  Author: Apache Software Foundation
8
8
  Author-email: dev@airflow.apache.org
9
9
  License: Apache License 2.0
10
- Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.4.1/
10
+ Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.4.2/
11
11
  Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
12
12
  Project-URL: Source Code, https://github.com/apache/airflow
13
13
  Project-URL: Slack Chat, https://s.apache.org/airflow-slack
@@ -21,13 +21,12 @@ Classifier: Intended Audience :: System Administrators
21
21
  Classifier: Framework :: Apache Airflow
22
22
  Classifier: Framework :: Apache Airflow :: Provider
23
23
  Classifier: License :: OSI Approved :: Apache Software License
24
- Classifier: Programming Language :: Python :: 3.7
25
24
  Classifier: Programming Language :: Python :: 3.8
26
25
  Classifier: Programming Language :: Python :: 3.9
27
26
  Classifier: Programming Language :: Python :: 3.10
28
27
  Classifier: Programming Language :: Python :: 3.11
29
28
  Classifier: Topic :: System :: Monitoring
30
- Requires-Python: ~=3.7
29
+ Requires-Python: ~=3.8
31
30
  Description-Content-Type: text/x-rst
32
31
  Provides-Extra: common.sql
33
32
  License-File: LICENSE
@@ -54,7 +53,7 @@ License-File: NOTICE
54
53
 
55
54
  Package ``apache-airflow-providers-sqlite``
56
55
 
57
- Release: ``3.4.1``
56
+ Release: ``3.4.2``
58
57
 
59
58
 
60
59
  `SQLite <https://www.sqlite.org/>`__
@@ -67,7 +66,7 @@ This is a provider package for ``sqlite`` provider. All classes for this provide
67
66
  are in ``airflow.providers.sqlite`` python package.
68
67
 
69
68
  You can find package information and changelog for the provider
70
- in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.4.1/>`_.
69
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.4.2/>`_.
71
70
 
72
71
 
73
72
  Installation
@@ -77,7 +76,7 @@ You can install this package on top of an existing Airflow 2 installation (see `
77
76
  for the minimum Airflow version supported) via
78
77
  ``pip install apache-airflow-providers-sqlite``
79
78
 
80
- The package supports the following python versions: 3.7,3.8,3.9,3.10,3.11
79
+ The package supports the following python versions: 3.8,3.9,3.10,3.11
81
80
 
82
81
  Requirements
83
82
  ------------
@@ -134,6 +133,21 @@ Dependent package
134
133
  Changelog
135
134
  ---------
136
135
 
136
+ 3.4.2
137
+ .....
138
+
139
+ .. note::
140
+ This release dropped support for Python 3.7
141
+
142
+ Misc
143
+ ~~~~
144
+
145
+ * ``Add note about dropping Python 3.7 for providers (#32015)``
146
+
147
+ .. Below changes are excluded from the changelog. Move them to
148
+ appropriate section above if needed. Do not delete the lines(!):
149
+ * ``Add D400 pydocstyle check - Providers (#31427)``
150
+
137
151
  3.4.1
138
152
  .....
139
153
 
@@ -19,7 +19,7 @@
19
19
 
20
20
  Package ``apache-airflow-providers-sqlite``
21
21
 
22
- Release: ``3.4.1``
22
+ Release: ``3.4.2``
23
23
 
24
24
 
25
25
  `SQLite <https://www.sqlite.org/>`__
@@ -32,7 +32,7 @@ This is a provider package for ``sqlite`` provider. All classes for this provide
32
32
  are in ``airflow.providers.sqlite`` python package.
33
33
 
34
34
  You can find package information and changelog for the provider
35
- in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.4.1/>`_.
35
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.4.2/>`_.
36
36
 
37
37
 
38
38
  Installation
@@ -42,7 +42,7 @@ You can install this package on top of an existing Airflow 2 installation (see `
42
42
  for the minimum Airflow version supported) via
43
43
  ``pip install apache-airflow-providers-sqlite``
44
44
 
45
- The package supports the following python versions: 3.7,3.8,3.9,3.10,3.11
45
+ The package supports the following python versions: 3.8,3.9,3.10,3.11
46
46
 
47
47
  Requirements
48
48
  ------------
@@ -99,6 +99,21 @@ Dependent package
99
99
  Changelog
100
100
  ---------
101
101
 
102
+ 3.4.2
103
+ .....
104
+
105
+ .. note::
106
+ This release dropped support for Python 3.7
107
+
108
+ Misc
109
+ ~~~~
110
+
111
+ * ``Add note about dropping Python 3.7 for providers (#32015)``
112
+
113
+ .. Below changes are excluded from the changelog. Move them to
114
+ appropriate section above if needed. Do not delete the lines(!):
115
+ * ``Add D400 pydocstyle check - Providers (#31427)``
116
+
102
117
  3.4.1
103
118
  .....
104
119
 
@@ -28,7 +28,7 @@ import packaging.version
28
28
 
29
29
  __all__ = ["__version__"]
30
30
 
31
- __version__ = "3.4.1"
31
+ __version__ = "3.4.2"
32
32
 
33
33
  try:
34
34
  from airflow import __version__ as airflow_version
@@ -29,6 +29,7 @@ def get_provider_info():
29
29
  "description": "`SQLite <https://www.sqlite.org/>`__\n",
30
30
  "suspended": False,
31
31
  "versions": [
32
+ "3.4.2",
32
33
  "3.4.1",
33
34
  "3.4.0",
34
35
  "3.3.2",
@@ -33,7 +33,7 @@ class SqliteHook(DbApiHook):
33
33
  placeholder = "?"
34
34
 
35
35
  def get_conn(self) -> sqlite3.dbapi2.Connection:
36
- """Returns a sqlite connection object"""
36
+ """Returns a sqlite connection object."""
37
37
  sqlalchemy_uri = self.get_uri()
38
38
  # The sqlite3 connection does not use the sqlite scheme.
39
39
  # See https://docs.sqlalchemy.org/en/14/dialects/sqlite.html#uri-connections for details.
@@ -42,7 +42,7 @@ class SqliteHook(DbApiHook):
42
42
  return conn
43
43
 
44
44
  def get_uri(self) -> str:
45
- """Override DbApiHook get_uri method for get_sqlalchemy_engine()"""
45
+ """Override DbApiHook get_uri method for get_sqlalchemy_engine()."""
46
46
  conn_id = getattr(self, self.conn_name_attr)
47
47
  airflow_conn = self.get_connection(conn_id)
48
48
  if airflow_conn.conn_type is None:
@@ -26,7 +26,7 @@ from airflow.providers.common.sql.operators.sql import SQLExecuteQueryOperator
26
26
 
27
27
  class SqliteOperator(SQLExecuteQueryOperator):
28
28
  """
29
- Executes sql code in a specific Sqlite database
29
+ Executes sql code in a specific Sqlite database.
30
30
 
31
31
  .. seealso::
32
32
  For more information on how to use this operator, take a look at the guide:
@@ -1,13 +1,13 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: apache-airflow-providers-sqlite
3
- Version: 3.4.1
3
+ Version: 3.4.2
4
4
  Summary: Provider for Apache Airflow. Implements apache-airflow-providers-sqlite package
5
5
  Home-page: https://airflow.apache.org/
6
6
  Download-URL: https://archive.apache.org/dist/airflow/providers
7
7
  Author: Apache Software Foundation
8
8
  Author-email: dev@airflow.apache.org
9
9
  License: Apache License 2.0
10
- Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.4.1/
10
+ Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.4.2/
11
11
  Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
12
12
  Project-URL: Source Code, https://github.com/apache/airflow
13
13
  Project-URL: Slack Chat, https://s.apache.org/airflow-slack
@@ -21,13 +21,12 @@ Classifier: Intended Audience :: System Administrators
21
21
  Classifier: Framework :: Apache Airflow
22
22
  Classifier: Framework :: Apache Airflow :: Provider
23
23
  Classifier: License :: OSI Approved :: Apache Software License
24
- Classifier: Programming Language :: Python :: 3.7
25
24
  Classifier: Programming Language :: Python :: 3.8
26
25
  Classifier: Programming Language :: Python :: 3.9
27
26
  Classifier: Programming Language :: Python :: 3.10
28
27
  Classifier: Programming Language :: Python :: 3.11
29
28
  Classifier: Topic :: System :: Monitoring
30
- Requires-Python: ~=3.7
29
+ Requires-Python: ~=3.8
31
30
  Description-Content-Type: text/x-rst
32
31
  Provides-Extra: common.sql
33
32
  License-File: LICENSE
@@ -54,7 +53,7 @@ License-File: NOTICE
54
53
 
55
54
  Package ``apache-airflow-providers-sqlite``
56
55
 
57
- Release: ``3.4.1``
56
+ Release: ``3.4.2``
58
57
 
59
58
 
60
59
  `SQLite <https://www.sqlite.org/>`__
@@ -67,7 +66,7 @@ This is a provider package for ``sqlite`` provider. All classes for this provide
67
66
  are in ``airflow.providers.sqlite`` python package.
68
67
 
69
68
  You can find package information and changelog for the provider
70
- in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.4.1/>`_.
69
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.4.2/>`_.
71
70
 
72
71
 
73
72
  Installation
@@ -77,7 +76,7 @@ You can install this package on top of an existing Airflow 2 installation (see `
77
76
  for the minimum Airflow version supported) via
78
77
  ``pip install apache-airflow-providers-sqlite``
79
78
 
80
- The package supports the following python versions: 3.7,3.8,3.9,3.10,3.11
79
+ The package supports the following python versions: 3.8,3.9,3.10,3.11
81
80
 
82
81
  Requirements
83
82
  ------------
@@ -134,6 +133,21 @@ Dependent package
134
133
  Changelog
135
134
  ---------
136
135
 
136
+ 3.4.2
137
+ .....
138
+
139
+ .. note::
140
+ This release dropped support for Python 3.7
141
+
142
+ Misc
143
+ ~~~~
144
+
145
+ * ``Add note about dropping Python 3.7 for providers (#32015)``
146
+
147
+ .. Below changes are excluded from the changelog. Move them to
148
+ appropriate section above if needed. Do not delete the lines(!):
149
+ * ``Add D400 pydocstyle check - Providers (#31427)``
150
+
137
151
  3.4.1
138
152
  .....
139
153
 
@@ -26,6 +26,9 @@ target-version = ['py37', 'py38', 'py39', 'py310']
26
26
  requires = ['setuptools==67.2.0']
27
27
  build-backend = "setuptools.build_meta"
28
28
 
29
+ [project]
30
+ requires-python = ">=3.8"
31
+
29
32
  [tool.ruff]
30
33
  typing-modules = ["airflow.typing_compat"]
31
34
  line-length = 110
@@ -35,12 +38,10 @@ extend-exclude = [
35
38
  "airflow/providers/google/ads/_vendor/*",
36
39
  # The files generated by stubgen aren't 100% valid syntax it turns out, and we don't ship them, so we can
37
40
  # ignore them in ruff
38
- "airflow/providers/common/sql/*/*.pyi"
41
+ "airflow/providers/common/sql/*/*.pyi",
42
+ "airflow/migrations/versions/*.py"
39
43
  ]
40
44
 
41
- # TODO: Bump to Python 3.8 when support for Python 3.7 is dropped in Airflow.
42
- target-version = "py37"
43
-
44
45
  extend-select = [
45
46
  "I", # Missing required import (auto-fixable)
46
47
  "UP", # Pyupgrade
@@ -53,7 +54,7 @@ extend-select = [
53
54
  "D106",
54
55
  "D2",
55
56
  "D3",
56
- # "D400", WIP: see #31135
57
+ "D400",
57
58
  # "D401", # Not enabled by ruff, but we don't want it
58
59
  "D402",
59
60
  "D403",
@@ -21,14 +21,13 @@ classifiers =
21
21
  Framework :: Apache Airflow
22
22
  Framework :: Apache Airflow :: Provider
23
23
  License :: OSI Approved :: Apache Software License
24
- Programming Language :: Python :: 3.7
25
24
  Programming Language :: Python :: 3.8
26
25
  Programming Language :: Python :: 3.9
27
26
  Programming Language :: Python :: 3.10
28
27
  Programming Language :: Python :: 3.11
29
28
  Topic :: System :: Monitoring
30
29
  project_urls =
31
- Documentation=https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.4.1/
30
+ Documentation=https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.4.2/
32
31
  Bug Tracker=https://github.com/apache/airflow/issues
33
32
  Source Code=https://github.com/apache/airflow
34
33
  Slack Chat=https://s.apache.org/airflow-slack
@@ -41,7 +40,7 @@ python_tag = py3
41
40
  [options]
42
41
  zip_safe = False
43
42
  include_package_data = True
44
- python_requires = ~=3.7
43
+ python_requires = ~=3.8
45
44
  packages = find:
46
45
  setup_requires =
47
46
  setuptools
@@ -26,7 +26,7 @@
26
26
 
27
27
  from setuptools import find_namespace_packages, setup
28
28
 
29
- version = "3.4.1"
29
+ version = "3.4.2"
30
30
 
31
31
 
32
32
  def do_setup():