apache-airflow-providers-sqlite 4.0.2rc1__tar.gz → 4.1.0rc1__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.0.2rc1 → apache_airflow_providers_sqlite-4.1.0rc1}/PKG-INFO +10 -10
- {apache_airflow_providers_sqlite-4.0.2rc1 → apache_airflow_providers_sqlite-4.1.0rc1}/README.rst +5 -5
- {apache_airflow_providers_sqlite-4.0.2rc1 → apache_airflow_providers_sqlite-4.1.0rc1}/docs/changelog.rst +18 -0
- apache_airflow_providers_sqlite-4.1.0rc1/docs/commits.rst +35 -0
- {apache_airflow_providers_sqlite-4.0.2rc1 → apache_airflow_providers_sqlite-4.1.0rc1}/docs/index.rst +6 -6
- {apache_airflow_providers_sqlite-4.0.2rc1 → apache_airflow_providers_sqlite-4.1.0rc1}/provider.yaml +6 -2
- {apache_airflow_providers_sqlite-4.0.2rc1 → apache_airflow_providers_sqlite-4.1.0rc1}/pyproject.toml +6 -6
- {apache_airflow_providers_sqlite-4.0.2rc1 → apache_airflow_providers_sqlite-4.1.0rc1}/src/airflow/providers/sqlite/__init__.py +3 -3
- {apache_airflow_providers_sqlite-4.0.2rc1 → apache_airflow_providers_sqlite-4.1.0rc1}/tests/unit/sqlite/hooks/test_sqlite.py +18 -2
- apache_airflow_providers_sqlite-4.0.2rc1/docs/commits.rst +0 -560
- {apache_airflow_providers_sqlite-4.0.2rc1 → apache_airflow_providers_sqlite-4.1.0rc1}/docs/.latest-doc-only-change.txt +0 -0
- {apache_airflow_providers_sqlite-4.0.2rc1 → apache_airflow_providers_sqlite-4.1.0rc1}/docs/conf.py +0 -0
- {apache_airflow_providers_sqlite-4.0.2rc1 → apache_airflow_providers_sqlite-4.1.0rc1}/docs/connections/sqlite.rst +0 -0
- {apache_airflow_providers_sqlite-4.0.2rc1 → apache_airflow_providers_sqlite-4.1.0rc1}/docs/installing-providers-from-sources.rst +0 -0
- {apache_airflow_providers_sqlite-4.0.2rc1 → apache_airflow_providers_sqlite-4.1.0rc1}/docs/integration-logos/SQLite.png +0 -0
- {apache_airflow_providers_sqlite-4.0.2rc1 → apache_airflow_providers_sqlite-4.1.0rc1}/docs/operators.rst +0 -0
- {apache_airflow_providers_sqlite-4.0.2rc1 → apache_airflow_providers_sqlite-4.1.0rc1}/docs/redirects.txt +0 -0
- {apache_airflow_providers_sqlite-4.0.2rc1 → apache_airflow_providers_sqlite-4.1.0rc1}/docs/security.rst +0 -0
- {apache_airflow_providers_sqlite-4.0.2rc1 → apache_airflow_providers_sqlite-4.1.0rc1}/src/airflow/__init__.py +0 -0
- {apache_airflow_providers_sqlite-4.0.2rc1 → apache_airflow_providers_sqlite-4.1.0rc1}/src/airflow/providers/__init__.py +0 -0
- {apache_airflow_providers_sqlite-4.0.2rc1 → apache_airflow_providers_sqlite-4.1.0rc1}/src/airflow/providers/sqlite/LICENSE +0 -0
- {apache_airflow_providers_sqlite-4.0.2rc1 → apache_airflow_providers_sqlite-4.1.0rc1}/src/airflow/providers/sqlite/get_provider_info.py +0 -0
- {apache_airflow_providers_sqlite-4.0.2rc1 → apache_airflow_providers_sqlite-4.1.0rc1}/src/airflow/providers/sqlite/hooks/__init__.py +0 -0
- {apache_airflow_providers_sqlite-4.0.2rc1 → apache_airflow_providers_sqlite-4.1.0rc1}/src/airflow/providers/sqlite/hooks/sqlite.py +0 -0
- {apache_airflow_providers_sqlite-4.0.2rc1 → apache_airflow_providers_sqlite-4.1.0rc1}/tests/conftest.py +0 -0
- {apache_airflow_providers_sqlite-4.0.2rc1 → apache_airflow_providers_sqlite-4.1.0rc1}/tests/system/__init__.py +0 -0
- {apache_airflow_providers_sqlite-4.0.2rc1 → apache_airflow_providers_sqlite-4.1.0rc1}/tests/system/sqlite/__init__.py +0 -0
- {apache_airflow_providers_sqlite-4.0.2rc1 → apache_airflow_providers_sqlite-4.1.0rc1}/tests/system/sqlite/create_table.sql +0 -0
- {apache_airflow_providers_sqlite-4.0.2rc1 → apache_airflow_providers_sqlite-4.1.0rc1}/tests/system/sqlite/example_sqlite.py +0 -0
- {apache_airflow_providers_sqlite-4.0.2rc1 → apache_airflow_providers_sqlite-4.1.0rc1}/tests/unit/__init__.py +0 -0
- {apache_airflow_providers_sqlite-4.0.2rc1 → apache_airflow_providers_sqlite-4.1.0rc1}/tests/unit/sqlite/__init__.py +0 -0
- {apache_airflow_providers_sqlite-4.0.2rc1 → apache_airflow_providers_sqlite-4.1.0rc1}/tests/unit/sqlite/hooks/__init__.py +0 -0
{apache_airflow_providers_sqlite-4.0.2rc1 → apache_airflow_providers_sqlite-4.1.0rc1}/PKG-INFO
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: apache-airflow-providers-sqlite
|
3
|
-
Version: 4.
|
3
|
+
Version: 4.1.0rc1
|
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,11 +20,11 @@ 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.
|
24
|
-
Requires-Dist: apache-airflow-providers-common-sql>=1.
|
23
|
+
Requires-Dist: apache-airflow>=2.10.0rc1
|
24
|
+
Requires-Dist: apache-airflow-providers-common-sql>=1.26.0rc1
|
25
25
|
Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
|
26
|
-
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-sqlite/4.0
|
27
|
-
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-sqlite/4.0
|
26
|
+
Project-URL: Changelog, https://airflow.staged.apache.org/docs/apache-airflow-providers-sqlite/4.1.0/changelog.html
|
27
|
+
Project-URL: Documentation, https://airflow.staged.apache.org/docs/apache-airflow-providers-sqlite/4.1.0
|
28
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
|
@@ -55,7 +55,7 @@ Project-URL: YouTube, https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
|
|
55
55
|
|
56
56
|
Package ``apache-airflow-providers-sqlite``
|
57
57
|
|
58
|
-
Release: ``4.0
|
58
|
+
Release: ``4.1.0``
|
59
59
|
|
60
60
|
|
61
61
|
`SQLite <https://www.sqlite.org/>`__
|
@@ -68,7 +68,7 @@ This is a provider package for ``sqlite`` provider. All classes for this provide
|
|
68
68
|
are in ``airflow.providers.sqlite`` python package.
|
69
69
|
|
70
70
|
You can find package information and changelog for the provider
|
71
|
-
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.1.0/>`_.
|
72
72
|
|
73
73
|
Installation
|
74
74
|
------------
|
@@ -85,8 +85,8 @@ Requirements
|
|
85
85
|
======================================= ==================
|
86
86
|
PIP package Version required
|
87
87
|
======================================= ==================
|
88
|
-
``apache-airflow`` ``>=2.
|
89
|
-
``apache-airflow-providers-common-sql`` ``>=1.
|
88
|
+
``apache-airflow`` ``>=2.10.0``
|
89
|
+
``apache-airflow-providers-common-sql`` ``>=1.26.0``
|
90
90
|
======================================= ==================
|
91
91
|
|
92
92
|
Cross provider package dependencies
|
@@ -109,5 +109,5 @@ Dependent package
|
|
109
109
|
============================================================================================================ ==============
|
110
110
|
|
111
111
|
The changelog for the provider package can be found in the
|
112
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-sqlite/4.0
|
112
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-sqlite/4.1.0/changelog.html>`_.
|
113
113
|
|
{apache_airflow_providers_sqlite-4.0.2rc1 → apache_airflow_providers_sqlite-4.1.0rc1}/README.rst
RENAMED
@@ -23,7 +23,7 @@
|
|
23
23
|
|
24
24
|
Package ``apache-airflow-providers-sqlite``
|
25
25
|
|
26
|
-
Release: ``4.0
|
26
|
+
Release: ``4.1.0``
|
27
27
|
|
28
28
|
|
29
29
|
`SQLite <https://www.sqlite.org/>`__
|
@@ -36,7 +36,7 @@ This is a provider package for ``sqlite`` provider. All classes for this provide
|
|
36
36
|
are in ``airflow.providers.sqlite`` python package.
|
37
37
|
|
38
38
|
You can find package information and changelog for the provider
|
39
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-sqlite/4.0
|
39
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-sqlite/4.1.0/>`_.
|
40
40
|
|
41
41
|
Installation
|
42
42
|
------------
|
@@ -53,8 +53,8 @@ Requirements
|
|
53
53
|
======================================= ==================
|
54
54
|
PIP package Version required
|
55
55
|
======================================= ==================
|
56
|
-
``apache-airflow`` ``>=2.
|
57
|
-
``apache-airflow-providers-common-sql`` ``>=1.
|
56
|
+
``apache-airflow`` ``>=2.10.0``
|
57
|
+
``apache-airflow-providers-common-sql`` ``>=1.26.0``
|
58
58
|
======================================= ==================
|
59
59
|
|
60
60
|
Cross provider package dependencies
|
@@ -77,4 +77,4 @@ Dependent package
|
|
77
77
|
============================================================================================================ ==============
|
78
78
|
|
79
79
|
The changelog for the provider package can be found in the
|
80
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-sqlite/4.0
|
80
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-sqlite/4.1.0/changelog.html>`_.
|
@@ -27,6 +27,24 @@
|
|
27
27
|
Changelog
|
28
28
|
---------
|
29
29
|
|
30
|
+
4.1.0
|
31
|
+
.....
|
32
|
+
|
33
|
+
.. note::
|
34
|
+
This release of provider is only available for Airflow 2.10+ as explained in the
|
35
|
+
Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>_.
|
36
|
+
|
37
|
+
Misc
|
38
|
+
~~~~
|
39
|
+
|
40
|
+
* ``Bump min Airflow version in providers to 2.10 (#49843)``
|
41
|
+
|
42
|
+
.. Below changes are excluded from the changelog. Move them to
|
43
|
+
appropriate section above if needed. Do not delete the lines(!):
|
44
|
+
* ``Update description of provider.yaml dependencies (#50231)``
|
45
|
+
* ``Avoid committing history for providers (#49907)``
|
46
|
+
* ``test: migrate 'get_pandas_df' to 'get_df' in 'provider' test (#49339)``
|
47
|
+
|
30
48
|
4.0.2
|
31
49
|
.....
|
32
50
|
|
@@ -0,0 +1,35 @@
|
|
1
|
+
|
2
|
+
.. Licensed to the Apache Software Foundation (ASF) under one
|
3
|
+
or more contributor license agreements. See the NOTICE file
|
4
|
+
distributed with this work for additional information
|
5
|
+
regarding copyright ownership. The ASF licenses this file
|
6
|
+
to you under the Apache License, Version 2.0 (the
|
7
|
+
"License"); you may not use this file except in compliance
|
8
|
+
with the License. You may obtain a copy of the License at
|
9
|
+
|
10
|
+
.. http://www.apache.org/licenses/LICENSE-2.0
|
11
|
+
|
12
|
+
.. Unless required by applicable law or agreed to in writing,
|
13
|
+
software distributed under the License is distributed on an
|
14
|
+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
15
|
+
KIND, either express or implied. See the License for the
|
16
|
+
specific language governing permissions and limitations
|
17
|
+
under the License.
|
18
|
+
|
19
|
+
.. NOTE! THIS FILE IS AUTOMATICALLY GENERATED AND WILL BE OVERWRITTEN!
|
20
|
+
|
21
|
+
.. IF YOU WANT TO MODIFY THIS FILE, YOU SHOULD MODIFY THE TEMPLATE
|
22
|
+
`PROVIDER_COMMITS_TEMPLATE.rst.jinja2` IN the `dev/breeze/src/airflow_breeze/templates` DIRECTORY
|
23
|
+
|
24
|
+
.. THE REMAINDER OF THE FILE IS AUTOMATICALLY GENERATED. IT WILL BE OVERWRITTEN!
|
25
|
+
|
26
|
+
Package apache-airflow-providers-sqlite
|
27
|
+
------------------------------------------------------
|
28
|
+
|
29
|
+
`SQLite <https://www.sqlite.org/>`__
|
30
|
+
|
31
|
+
|
32
|
+
This is detailed commit list of changes for versions provider package: ``sqlite``.
|
33
|
+
For high-level changelog, see :doc:`package information including changelog <index>`.
|
34
|
+
|
35
|
+
.. airflow-providers-commits::
|
{apache_airflow_providers_sqlite-4.0.2rc1 → apache_airflow_providers_sqlite-4.1.0rc1}/docs/index.rst
RENAMED
@@ -77,7 +77,7 @@ apache-airflow-providers-sqlite package
|
|
77
77
|
`SQLite <https://www.sqlite.org/>`__
|
78
78
|
|
79
79
|
|
80
|
-
Release: 4.0
|
80
|
+
Release: 4.1.0
|
81
81
|
|
82
82
|
Provider package
|
83
83
|
----------------
|
@@ -95,13 +95,13 @@ For the minimum Airflow version supported, see ``Requirements`` below.
|
|
95
95
|
Requirements
|
96
96
|
------------
|
97
97
|
|
98
|
-
The minimum Apache Airflow version supported by this provider distribution is ``2.
|
98
|
+
The minimum Apache Airflow version supported by this provider distribution is ``2.10.0``.
|
99
99
|
|
100
100
|
======================================= ==================
|
101
101
|
PIP package Version required
|
102
102
|
======================================= ==================
|
103
|
-
``apache-airflow`` ``>=2.
|
104
|
-
``apache-airflow-providers-common-sql`` ``>=1.
|
103
|
+
``apache-airflow`` ``>=2.10.0``
|
104
|
+
``apache-airflow-providers-common-sql`` ``>=1.26.0``
|
105
105
|
======================================= ==================
|
106
106
|
|
107
107
|
Cross provider package dependencies
|
@@ -129,5 +129,5 @@ Downloading official packages
|
|
129
129
|
You can download officially released packages and verify their checksums and signatures from the
|
130
130
|
`Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
|
131
131
|
|
132
|
-
* `The apache-airflow-providers-sqlite 4.0
|
133
|
-
* `The apache-airflow-providers-sqlite 4.0
|
132
|
+
* `The apache-airflow-providers-sqlite 4.1.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_sqlite-4.1.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_sqlite-4.1.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_sqlite-4.1.0.tar.gz.sha512>`__)
|
133
|
+
* `The apache-airflow-providers-sqlite 4.1.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_sqlite-4.1.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_sqlite-4.1.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_sqlite-4.1.0-py3-none-any.whl.sha512>`__)
|
{apache_airflow_providers_sqlite-4.0.2rc1 → apache_airflow_providers_sqlite-4.1.0rc1}/provider.yaml
RENAMED
@@ -22,9 +22,13 @@ description: |
|
|
22
22
|
`SQLite <https://www.sqlite.org/>`__
|
23
23
|
|
24
24
|
state: ready
|
25
|
-
source-date-epoch:
|
26
|
-
#
|
25
|
+
source-date-epoch: 1747133859
|
26
|
+
# Note that those versions are maintained by release manager - do not update them manually
|
27
|
+
# with the exception of case where other provider in sources has >= new provider version.
|
28
|
+
# In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
|
29
|
+
# to be done in the same PR
|
27
30
|
versions:
|
31
|
+
- 4.1.0
|
28
32
|
- 4.0.2
|
29
33
|
- 4.0.1
|
30
34
|
- 4.0.0
|
{apache_airflow_providers_sqlite-4.0.2rc1 → apache_airflow_providers_sqlite-4.1.0rc1}/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.
|
28
|
+
version = "4.1.0rc1"
|
29
29
|
description = "Provider package apache-airflow-providers-sqlite for Apache Airflow"
|
30
30
|
readme = "README.rst"
|
31
31
|
authors = [
|
@@ -57,8 +57,8 @@ requires-python = "~=3.9"
|
|
57
57
|
# Make sure to run ``breeze static-checks --type update-providers-dependencies --all-files``
|
58
58
|
# After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
|
59
59
|
dependencies = [
|
60
|
-
"apache-airflow>=2.
|
61
|
-
"apache-airflow-providers-common-sql>=1.
|
60
|
+
"apache-airflow>=2.10.0rc1",
|
61
|
+
"apache-airflow-providers-common-sql>=1.26.0rc1",
|
62
62
|
]
|
63
63
|
|
64
64
|
[dependency-groups]
|
@@ -68,7 +68,7 @@ dev = [
|
|
68
68
|
"apache-airflow-devel-common",
|
69
69
|
"apache-airflow-providers-common-sql",
|
70
70
|
# Additional devel dependencies (do not remove this line and add extra development dependencies)
|
71
|
-
"apache-airflow-providers-common-sql[pandas]",
|
71
|
+
"apache-airflow-providers-common-sql[pandas,polars]",
|
72
72
|
]
|
73
73
|
|
74
74
|
# To build docs:
|
@@ -97,8 +97,8 @@ apache-airflow-providers-common-sql = {workspace = true}
|
|
97
97
|
apache-airflow-providers-standard = {workspace = true}
|
98
98
|
|
99
99
|
[project.urls]
|
100
|
-
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-sqlite/4.0
|
101
|
-
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-sqlite/4.0
|
100
|
+
"Documentation" = "https://airflow.staged.apache.org/docs/apache-airflow-providers-sqlite/4.1.0"
|
101
|
+
"Changelog" = "https://airflow.staged.apache.org/docs/apache-airflow-providers-sqlite/4.1.0/changelog.html"
|
102
102
|
"Bug Tracker" = "https://github.com/apache/airflow/issues"
|
103
103
|
"Source Code" = "https://github.com/apache/airflow"
|
104
104
|
"Slack Chat" = "https://s.apache.org/airflow-slack"
|
@@ -29,11 +29,11 @@ from airflow import __version__ as airflow_version
|
|
29
29
|
|
30
30
|
__all__ = ["__version__"]
|
31
31
|
|
32
|
-
__version__ = "4.0
|
32
|
+
__version__ = "4.1.0"
|
33
33
|
|
34
34
|
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
|
35
|
-
"2.
|
35
|
+
"2.10.0"
|
36
36
|
):
|
37
37
|
raise RuntimeError(
|
38
|
-
f"The package `apache-airflow-providers-sqlite:{__version__}` needs Apache Airflow 2.
|
38
|
+
f"The package `apache-airflow-providers-sqlite:{__version__}` needs Apache Airflow 2.10.0+"
|
39
39
|
)
|
@@ -99,13 +99,13 @@ class TestSqliteHook:
|
|
99
99
|
self.cur.close.assert_called_once_with()
|
100
100
|
self.cur.execute.assert_called_once_with(statement)
|
101
101
|
|
102
|
-
def
|
102
|
+
def test_get_df_pandas(self):
|
103
103
|
statement = "SQL"
|
104
104
|
column = "col"
|
105
105
|
result_sets = [("row1",), ("row2",)]
|
106
106
|
self.cur.description = [(column,)]
|
107
107
|
self.cur.fetchall.return_value = result_sets
|
108
|
-
df = self.db_hook.
|
108
|
+
df = self.db_hook.get_df(statement, df_type="pandas")
|
109
109
|
|
110
110
|
assert column == df.columns[0]
|
111
111
|
|
@@ -114,6 +114,22 @@ class TestSqliteHook:
|
|
114
114
|
|
115
115
|
self.cur.execute.assert_called_once_with(statement)
|
116
116
|
|
117
|
+
def test_get_df_polars(self):
|
118
|
+
statement = "SQL"
|
119
|
+
column = "col"
|
120
|
+
result_sets = [("row1",), ("row2",)]
|
121
|
+
mock_execute = mock.MagicMock()
|
122
|
+
mock_execute.description = [(column, None, None, None, None, None, None)]
|
123
|
+
mock_execute.fetchall.return_value = result_sets
|
124
|
+
self.cur.execute.return_value = mock_execute
|
125
|
+
df = self.db_hook.get_df(statement, df_type="polars")
|
126
|
+
|
127
|
+
self.cur.execute.assert_called_once_with(statement)
|
128
|
+
mock_execute.fetchall.assert_called_once_with()
|
129
|
+
assert column == df.columns[0]
|
130
|
+
assert result_sets[0][0] == df.row(0)[0]
|
131
|
+
assert result_sets[1][0] == df.row(1)[0]
|
132
|
+
|
117
133
|
def test_run_log(self):
|
118
134
|
statement = "SQL"
|
119
135
|
self.db_hook.run(statement)
|
@@ -1,560 +0,0 @@
|
|
1
|
-
|
2
|
-
.. Licensed to the Apache Software Foundation (ASF) under one
|
3
|
-
or more contributor license agreements. See the NOTICE file
|
4
|
-
distributed with this work for additional information
|
5
|
-
regarding copyright ownership. The ASF licenses this file
|
6
|
-
to you under the Apache License, Version 2.0 (the
|
7
|
-
"License"); you may not use this file except in compliance
|
8
|
-
with the License. You may obtain a copy of the License at
|
9
|
-
|
10
|
-
.. http://www.apache.org/licenses/LICENSE-2.0
|
11
|
-
|
12
|
-
.. Unless required by applicable law or agreed to in writing,
|
13
|
-
software distributed under the License is distributed on an
|
14
|
-
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
15
|
-
KIND, either express or implied. See the License for the
|
16
|
-
specific language governing permissions and limitations
|
17
|
-
under the License.
|
18
|
-
|
19
|
-
.. NOTE! THIS FILE IS AUTOMATICALLY GENERATED AND WILL BE OVERWRITTEN!
|
20
|
-
|
21
|
-
.. IF YOU WANT TO MODIFY THIS FILE, YOU SHOULD MODIFY THE TEMPLATE
|
22
|
-
`PROVIDER_COMMITS_TEMPLATE.rst.jinja2` IN the `dev/breeze/src/airflow_breeze/templates` DIRECTORY
|
23
|
-
|
24
|
-
.. THE REMAINDER OF THE FILE IS AUTOMATICALLY GENERATED. IT WILL BE OVERWRITTEN!
|
25
|
-
|
26
|
-
Package apache-airflow-providers-sqlite
|
27
|
-
------------------------------------------------------
|
28
|
-
|
29
|
-
`SQLite <https://www.sqlite.org/>`__
|
30
|
-
|
31
|
-
|
32
|
-
This is detailed commit list of changes for versions provider package: ``sqlite``.
|
33
|
-
For high-level changelog, see :doc:`package information including changelog <index>`.
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
4.0.2
|
38
|
-
.....
|
39
|
-
|
40
|
-
Latest change: 2025-04-09
|
41
|
-
|
42
|
-
================================================================================================== =========== ===================================================================================
|
43
|
-
Commit Committed Subject
|
44
|
-
================================================================================================== =========== ===================================================================================
|
45
|
-
`45cb7f1177 <https://github.com/apache/airflow/commit/45cb7f1177ec2d21ddcf47894559175363d511a2>`__ 2025-04-09 ``Remove sqlite provider from preinstalled and use aiosqlite as core dep (#48966)``
|
46
|
-
`7b2ec33c7a <https://github.com/apache/airflow/commit/7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f>`__ 2025-04-08 ``Remove unnecessary entries in get_provider_info and update the schema (#48849)``
|
47
|
-
`139673d3ce <https://github.com/apache/airflow/commit/139673d3ce5552c2cf8bcb2d202e97342c4b237c>`__ 2025-04-07 ``Remove fab from preinstalled providers (#48457)``
|
48
|
-
`67858fd7e7 <https://github.com/apache/airflow/commit/67858fd7e7ac82788854844c1e6ef5a35f1d0d23>`__ 2025-04-06 ``Improve documentation building iteration (#48760)``
|
49
|
-
`adbb062b50 <https://github.com/apache/airflow/commit/adbb062b50e2e128fe475a76b7ce10ec93c39ee2>`__ 2025-04-06 ``Prepare docs for Apr 1st wave of providers (#48828)``
|
50
|
-
`d4473555c0 <https://github.com/apache/airflow/commit/d4473555c0e7022e073489b7163d49102881a1a6>`__ 2025-04-02 ``Simplify tooling by switching completely to uv (#48223)``
|
51
|
-
`c762e17820 <https://github.com/apache/airflow/commit/c762e17820cae6b162caa3eec5123760e07d56cc>`__ 2025-03-26 ``Prepare docs for Mar 2nd wave of providers (#48383)``
|
52
|
-
`6adb2dbae4 <https://github.com/apache/airflow/commit/6adb2dbae47341eb61dbc62dbc56176d9aa83fd9>`__ 2025-03-25 ``Upgrade providers flit build requirements to 3.12.0 (#48362)``
|
53
|
-
`243fe86d4b <https://github.com/apache/airflow/commit/243fe86d4b3e59bb12977b3e36ca3f2ed27ca0f8>`__ 2025-03-21 ``Move airflow sources to airflow-core package (#47798)``
|
54
|
-
`935d2831fe <https://github.com/apache/airflow/commit/935d2831fe8fd509b618a738bf00e0c34e186e11>`__ 2025-03-15 ``Remove links to x/twitter.com (#47801)``
|
55
|
-
================================================================================================== =========== ===================================================================================
|
56
|
-
|
57
|
-
4.0.1
|
58
|
-
.....
|
59
|
-
|
60
|
-
Latest change: 2025-03-09
|
61
|
-
|
62
|
-
================================================================================================== =========== =====================================================================
|
63
|
-
Commit Committed Subject
|
64
|
-
================================================================================================== =========== =====================================================================
|
65
|
-
`492ecfe5c0 <https://github.com/apache/airflow/commit/492ecfe5c03102bfb710108038ebd5fc50cb55b5>`__ 2025-03-09 ``Prepare docs for Mar 1st wave of providers (#47545)``
|
66
|
-
`e4002c3305 <https://github.com/apache/airflow/commit/e4002c3305a757f5926f96c996e701e8f998a042>`__ 2025-03-05 ``Move tests_common package to devel-common project (#47281)``
|
67
|
-
`1addb55154 <https://github.com/apache/airflow/commit/1addb55154fbef31bfa021537cfbd4395696381c>`__ 2025-02-28 ``Improve documentation for updating provider dependencies (#47203)``
|
68
|
-
`c6c4f95ed9 <https://github.com/apache/airflow/commit/c6c4f95ed9e3220133815b9126c135e805637022>`__ 2025-02-25 ``Add legacy namespace packages to airflow.providers (#47064)``
|
69
|
-
`dbf8bb4092 <https://github.com/apache/airflow/commit/dbf8bb409223687c7d2ad10649a92d02c24bb3b4>`__ 2025-02-24 ``Remove extra whitespace in provider readme template (#46975)``
|
70
|
-
`b28c336e8b <https://github.com/apache/airflow/commit/b28c336e8b7aa1d69c0f9520b182b1b661377337>`__ 2025-02-21 ``Upgrade flit to 3.11.0 (#46938)``
|
71
|
-
`5d87bddf0a <https://github.com/apache/airflow/commit/5d87bddf0aa5f485f3684c909fb95f461e5a2ab6>`__ 2025-02-21 ``Prepare docs for Feb 1st wave of providers (#46893)``
|
72
|
-
`4d5846f58f <https://github.com/apache/airflow/commit/4d5846f58fe0de9b43358c0be75dd72e968dacc4>`__ 2025-02-16 ``Move provider_tests to unit folder in provider tests (#46800)``
|
73
|
-
`e027457a24 <https://github.com/apache/airflow/commit/e027457a24d0c6235bfed9c2a8399f75342e82f1>`__ 2025-02-15 ``Removed the unused provider's distribution (#46608)``
|
74
|
-
`ee6bd7ee16 <https://github.com/apache/airflow/commit/ee6bd7ee162ff295b86d86fdd1b356c51b9bba78>`__ 2025-02-03 ``Fix doc issues found with recent moves (#46372)``
|
75
|
-
`092dd140ad <https://github.com/apache/airflow/commit/092dd140adc6be49e611c9a457c4bbe371acfa7b>`__ 2025-01-31 ``init run on redis,sqlite (#46101)``
|
76
|
-
================================================================================================== =========== =====================================================================
|
77
|
-
|
78
|
-
4.0.0
|
79
|
-
.....
|
80
|
-
|
81
|
-
Latest change: 2024-12-20
|
82
|
-
|
83
|
-
================================================================================================== =========== =====================================================================
|
84
|
-
Commit Committed Subject
|
85
|
-
================================================================================================== =========== =====================================================================
|
86
|
-
`2723508345 <https://github.com/apache/airflow/commit/2723508345d5cf074aeb673955ce72996785f2bc>`__ 2024-12-20 ``Prepare docs for Nov 1st wave of providers Dec 2024 (#45042)``
|
87
|
-
`35b927fe17 <https://github.com/apache/airflow/commit/35b927fe177065dad0e00c49d72b494e58b27ca8>`__ 2024-12-19 ``Update path of example dags in docs (#45069)``
|
88
|
-
`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`__ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)``
|
89
|
-
`c73becd1a7 <https://github.com/apache/airflow/commit/c73becd1a7b5b38a5b0dfe0cb9d02b076bfe6f32>`__ 2024-12-07 ``Remove Provider Deprecations in Sqlite (#44707)``
|
90
|
-
`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`__ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)``
|
91
|
-
`4dfae23532 <https://github.com/apache/airflow/commit/4dfae23532d26ed838069c49d48f28c185e954c6>`__ 2024-11-15 ``Update DAG example links in multiple providers documents (#44034)``
|
92
|
-
`0393c1ffc8 <https://github.com/apache/airflow/commit/0393c1ffc8bb6b9513865e5b2c73a3b8eef29915>`__ 2024-11-14 ``Add basic asyncio support (#43944)``
|
93
|
-
================================================================================================== =========== =====================================================================
|
94
|
-
|
95
|
-
3.9.1
|
96
|
-
.....
|
97
|
-
|
98
|
-
Latest change: 2024-11-14
|
99
|
-
|
100
|
-
================================================================================================== =========== ========================================================================================
|
101
|
-
Commit Committed Subject
|
102
|
-
================================================================================================== =========== ========================================================================================
|
103
|
-
`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`__ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)``
|
104
|
-
`e7194dff6a <https://github.com/apache/airflow/commit/e7194dff6a816bf3a721cbf579ceac19c11cd111>`__ 2024-11-13 ``Add support for semicolon stripping to DbApiHook, PrestoHook, and TrinoHook (#41916)``
|
105
|
-
`d8c7d28411 <https://github.com/apache/airflow/commit/d8c7d28411bea04ae5771fc1e2973d92eb0a144e>`__ 2024-10-30 ``Start porting DAG definition code to the Task SDK (#43076)``
|
106
|
-
`857ca4c06c <https://github.com/apache/airflow/commit/857ca4c06c9008593674cabdd28d3c30e3e7f97b>`__ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)``
|
107
|
-
================================================================================================== =========== ========================================================================================
|
108
|
-
|
109
|
-
3.9.0
|
110
|
-
.....
|
111
|
-
|
112
|
-
Latest change: 2024-08-19
|
113
|
-
|
114
|
-
================================================================================================== =========== =======================================================================
|
115
|
-
Commit Committed Subject
|
116
|
-
================================================================================================== =========== =======================================================================
|
117
|
-
`75fb7acbac <https://github.com/apache/airflow/commit/75fb7acbaca09a040067f0a5a37637ff44eb9e14>`__ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)``
|
118
|
-
`fcbff15bda <https://github.com/apache/airflow/commit/fcbff15bda151f70db0ca13fdde015bace5527c4>`__ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)``
|
119
|
-
================================================================================================== =========== =======================================================================
|
120
|
-
|
121
|
-
3.8.2
|
122
|
-
.....
|
123
|
-
|
124
|
-
Latest change: 2024-08-03
|
125
|
-
|
126
|
-
================================================================================================== =========== ============================================================
|
127
|
-
Commit Committed Subject
|
128
|
-
================================================================================================== =========== ============================================================
|
129
|
-
`d23881c648 <https://github.com/apache/airflow/commit/d23881c6489916113921dcedf85077441b44aaf3>`__ 2024-08-03 ``Prepare docs for Aug 1st wave of providers (#41230)``
|
130
|
-
`bef82d6ab3 <https://github.com/apache/airflow/commit/bef82d6ab38d627dc1b42981c90b9f8d36852f4c>`__ 2024-07-19 ``Clean up remaining getattr connection DbApiHook (#40665)``
|
131
|
-
================================================================================================== =========== ============================================================
|
132
|
-
|
133
|
-
3.8.1
|
134
|
-
.....
|
135
|
-
|
136
|
-
Latest change: 2024-05-26
|
137
|
-
|
138
|
-
================================================================================================== =========== ================================================
|
139
|
-
Commit Committed Subject
|
140
|
-
================================================================================================== =========== ================================================
|
141
|
-
`34500f3a2f <https://github.com/apache/airflow/commit/34500f3a2fa4652272bc831e3c18fd2a6a2da5ef>`__ 2024-05-26 ``Prepare docs 3rd wave May 2024 (#39738)``
|
142
|
-
`cee446467f <https://github.com/apache/airflow/commit/cee446467f69926135c638b3982a3285d8a1ba0a>`__ 2024-05-22 ``remove deprecation sqlite (#39730)``
|
143
|
-
`2b1a2f8d56 <https://github.com/apache/airflow/commit/2b1a2f8d561e569df194c4ee0d3a18930738886e>`__ 2024-05-11 ``Reapply templates for all providers (#39554)``
|
144
|
-
`2c05187b07 <https://github.com/apache/airflow/commit/2c05187b07baf7c41a32b18fabdbb3833acc08eb>`__ 2024-05-10 ``Faster 'airflow_version' imports (#39552)``
|
145
|
-
`73918925ed <https://github.com/apache/airflow/commit/73918925edaf1c94790a6ad8bec01dec60accfa1>`__ 2024-05-08 ``Simplify 'airflow_version' imports (#39497)``
|
146
|
-
================================================================================================== =========== ================================================
|
147
|
-
|
148
|
-
3.8.0
|
149
|
-
.....
|
150
|
-
|
151
|
-
Latest change: 2024-05-01
|
152
|
-
|
153
|
-
================================================================================================== =========== =======================================================================
|
154
|
-
Commit Committed Subject
|
155
|
-
================================================================================================== =========== =======================================================================
|
156
|
-
`fe4605a10e <https://github.com/apache/airflow/commit/fe4605a10e26f1b8a180979ba5765d1cb7fb0111>`__ 2024-05-01 ``Prepare docs 1st wave May 2024 (#39328)``
|
157
|
-
`ead9b00f7c <https://github.com/apache/airflow/commit/ead9b00f7cd5acecf9d575c459bb62633088436a>`__ 2024-04-25 ``Bump minimum Airflow version in providers to Airflow 2.7.0 (#39240)``
|
158
|
-
`5fa80b6aea <https://github.com/apache/airflow/commit/5fa80b6aea60f93cdada66f160e2b54f723865ca>`__ 2024-04-10 ``Prepare docs 1st wave (RC1) April 2024 (#38863)``
|
159
|
-
`b5b972a106 <https://github.com/apache/airflow/commit/b5b972a1068e19b09d48ec4d7663dd1d996d594f>`__ 2024-03-18 ``Update yanked versions in providers changelogs (#38262)``
|
160
|
-
`83316b8158 <https://github.com/apache/airflow/commit/83316b81584c9e516a8142778fc509f19d95cc3e>`__ 2024-03-04 ``Prepare docs 1st wave (RC1) March 2024 (#37876)``
|
161
|
-
`5a0be392e6 <https://github.com/apache/airflow/commit/5a0be392e66f8e5426ba3478621115e92fcf245b>`__ 2024-02-16 ``Add comment about versions updated by release manager (#37488)``
|
162
|
-
================================================================================================== =========== =======================================================================
|
163
|
-
|
164
|
-
3.7.1
|
165
|
-
.....
|
166
|
-
|
167
|
-
Latest change: 2024-02-12
|
168
|
-
|
169
|
-
================================================================================================== =========== ==================================================================================
|
170
|
-
Commit Committed Subject
|
171
|
-
================================================================================================== =========== ==================================================================================
|
172
|
-
`bfb054e9e8 <https://github.com/apache/airflow/commit/bfb054e9e867b8b9a6a449e43bfba97f645e025e>`__ 2024-02-12 ``Prepare docs 1st wave of Providers February 2024 (#37326)``
|
173
|
-
`08036e5df5 <https://github.com/apache/airflow/commit/08036e5df5ae3ec9f600219361f86a1a3e8e9d19>`__ 2024-02-08 ``D401 Support in Providers (simple) (#37258)``
|
174
|
-
`dec2662190 <https://github.com/apache/airflow/commit/dec2662190dd4480d0c631da733e19d2ec9a479d>`__ 2024-01-30 ``feat: Switch all class, functions, methods deprecations to decorators (#36876)``
|
175
|
-
`cead3da4a6 <https://github.com/apache/airflow/commit/cead3da4a6f483fa626b81efd27a24dcb5a36ab0>`__ 2024-01-26 ``Add docs for RC2 wave of providers for 2nd round of Jan 2024 (#37019)``
|
176
|
-
`2b4da0101f <https://github.com/apache/airflow/commit/2b4da0101f0314989d148c3c8a02c87e87048974>`__ 2024-01-22 ``Prepare docs 2nd wave of Providers January 2024 (#36945)``
|
177
|
-
`19ebcac239 <https://github.com/apache/airflow/commit/19ebcac2395ef9a6b6ded3a2faa29dc960c1e635>`__ 2024-01-07 ``Prepare docs 1st wave of Providers January 2024 (#36640)``
|
178
|
-
`6937ae7647 <https://github.com/apache/airflow/commit/6937ae76476b3bc869ef912d000bcc94ad642db1>`__ 2023-12-30 ``Speed up autocompletion of Breeze by simplifying provider state (#36499)``
|
179
|
-
================================================================================================== =========== ==================================================================================
|
180
|
-
|
181
|
-
3.7.0
|
182
|
-
.....
|
183
|
-
|
184
|
-
Latest change: 2023-12-23
|
185
|
-
|
186
|
-
================================================================================================== =========== ==================================================================================
|
187
|
-
Commit Committed Subject
|
188
|
-
================================================================================================== =========== ==================================================================================
|
189
|
-
`b15d5578da <https://github.com/apache/airflow/commit/b15d5578dac73c4c6a3ca94d90ab0dc9e9e74c9c>`__ 2023-12-23 ``Re-apply updated version numbers to 2nd wave of providers in December (#36380)``
|
190
|
-
`f5883d6e7b <https://github.com/apache/airflow/commit/f5883d6e7be83f1ab9468e67164b7ac381fdb49f>`__ 2023-12-23 ``Prepare 2nd wave of providers in December (#36373)``
|
191
|
-
`f84eb2ab6f <https://github.com/apache/airflow/commit/f84eb2ab6fe777938f85a5fbb2a0b8a6dc07b9bc>`__ 2023-12-21 ``Make "placeholder" of ODBC configurable in UI (#36000)``
|
192
|
-
================================================================================================== =========== ==================================================================================
|
193
|
-
|
194
|
-
3.6.0
|
195
|
-
.....
|
196
|
-
|
197
|
-
Latest change: 2023-12-08
|
198
|
-
|
199
|
-
================================================================================================== =========== =======================================================================
|
200
|
-
Commit Committed Subject
|
201
|
-
================================================================================================== =========== =======================================================================
|
202
|
-
`999b70178a <https://github.com/apache/airflow/commit/999b70178a1f5d891fd2c88af4831a4ba4c2cbc9>`__ 2023-12-08 ``Prepare docs 1st wave of Providers December 2023 (#36112)``
|
203
|
-
`d0918d77ee <https://github.com/apache/airflow/commit/d0918d77ee05ab08c83af6956e38584a48574590>`__ 2023-12-07 ``Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017)``
|
204
|
-
`0b23d5601c <https://github.com/apache/airflow/commit/0b23d5601c6f833392b0ea816e651dcb13a14685>`__ 2023-11-24 ``Prepare docs 2nd wave of Providers November 2023 (#35836)``
|
205
|
-
`99534e47f3 <https://github.com/apache/airflow/commit/99534e47f330ce0efb96402629dda5b2a4f16e8f>`__ 2023-11-19 ``Use reproducible builds for provider packages (#35693)``
|
206
|
-
`99df205f42 <https://github.com/apache/airflow/commit/99df205f42a754aa67f80b5983e1d228ff23267f>`__ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)``
|
207
|
-
`1b059c57d6 <https://github.com/apache/airflow/commit/1b059c57d6d57d198463e5388138bee8a08591b1>`__ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)``
|
208
|
-
`706878ec35 <https://github.com/apache/airflow/commit/706878ec354cf867440c367a95c85753c19e54de>`__ 2023-11-04 ``Remove empty lines in generated changelog (#35436)``
|
209
|
-
`052e26ad47 <https://github.com/apache/airflow/commit/052e26ad473a9d50f0b96456ed094f2087ee4434>`__ 2023-11-04 ``Change security.rst to use includes in providers (#35435)``
|
210
|
-
`d1c58d86de <https://github.com/apache/airflow/commit/d1c58d86de1267d9268a1efe0a0c102633c051a1>`__ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)``
|
211
|
-
`3592ff4046 <https://github.com/apache/airflow/commit/3592ff40465032fa041600be740ee6bc25e7c242>`__ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)``
|
212
|
-
`dd7ba3cae1 <https://github.com/apache/airflow/commit/dd7ba3cae139cb10d71c5ebc25fc496c67ee784e>`__ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)``
|
213
|
-
================================================================================================== =========== =======================================================================
|
214
|
-
|
215
|
-
3.5.0
|
216
|
-
.....
|
217
|
-
|
218
|
-
Latest change: 2023-10-13
|
219
|
-
|
220
|
-
================================================================================================== =========== ===============================================================
|
221
|
-
Commit Committed Subject
|
222
|
-
================================================================================================== =========== ===============================================================
|
223
|
-
`e9987d5059 <https://github.com/apache/airflow/commit/e9987d50598f70d84cbb2a5d964e21020e81c080>`__ 2023-10-13 ``Prepare docs 1st wave of Providers in October 2023 (#34916)``
|
224
|
-
`0c8e30e43b <https://github.com/apache/airflow/commit/0c8e30e43b70e9d033e1686b327eb00aab82479c>`__ 2023-10-05 ``Bump min airflow version of providers (#34728)``
|
225
|
-
================================================================================================== =========== ===============================================================
|
226
|
-
|
227
|
-
3.4.3
|
228
|
-
.....
|
229
|
-
|
230
|
-
Latest change: 2023-07-29
|
231
|
-
|
232
|
-
================================================================================================== =========== ================================================================================
|
233
|
-
Commit Committed Subject
|
234
|
-
================================================================================================== =========== ================================================================================
|
235
|
-
`d06b7af69a <https://github.com/apache/airflow/commit/d06b7af69a65c50321ba2a9904551f3b8affc7f1>`__ 2023-07-29 ``Prepare docs for July 2023 3rd wave of Providers (#32875)``
|
236
|
-
`73b90c48b1 <https://github.com/apache/airflow/commit/73b90c48b1933b49086d34176527947bd727ec85>`__ 2023-07-21 ``Allow configuration to be contributed by providers (#32604)``
|
237
|
-
`e01323635a <https://github.com/apache/airflow/commit/e01323635a88ecf313a415ea41d32d6d28fa0794>`__ 2023-07-13 ``Add deprecation info to the providers modules and classes docstring (#32536)``
|
238
|
-
`225e3041d2 <https://github.com/apache/airflow/commit/225e3041d269698d0456e09586924c1898d09434>`__ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)``
|
239
|
-
`3878fe6fab <https://github.com/apache/airflow/commit/3878fe6fab3ccc1461932b456c48996f2763139f>`__ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)``
|
240
|
-
`cb4927a018 <https://github.com/apache/airflow/commit/cb4927a01887e2413c45d8d9cb63e74aa994ee74>`__ 2023-07-05 ``Prepare docs for July 2023 wave of Providers (#32298)``
|
241
|
-
`09d4718d3a <https://github.com/apache/airflow/commit/09d4718d3a46aecf3355d14d3d23022002f4a818>`__ 2023-06-27 ``Improve provider documentation and README structure (#32125)``
|
242
|
-
================================================================================================== =========== ================================================================================
|
243
|
-
|
244
|
-
3.4.2
|
245
|
-
.....
|
246
|
-
|
247
|
-
Latest change: 2023-06-20
|
248
|
-
|
249
|
-
================================================================================================== =========== =============================================================
|
250
|
-
Commit Committed Subject
|
251
|
-
================================================================================================== =========== =============================================================
|
252
|
-
`79bcc2e668 <https://github.com/apache/airflow/commit/79bcc2e668e648098aad6eaa87fe8823c76bc69a>`__ 2023-06-20 ``Prepare RC1 docs for June 2023 wave of Providers (#32001)``
|
253
|
-
`8b146152d6 <https://github.com/apache/airflow/commit/8b146152d62118defb3004c997c89c99348ef948>`__ 2023-06-20 ``Add note about dropping Python 3.7 for providers (#32015)``
|
254
|
-
`a59076eaee <https://github.com/apache/airflow/commit/a59076eaeed03dd46e749ad58160193b4ef3660c>`__ 2023-06-02 ``Add D400 pydocstyle check - Providers (#31427)``
|
255
|
-
================================================================================================== =========== =============================================================
|
256
|
-
|
257
|
-
3.4.1
|
258
|
-
.....
|
259
|
-
|
260
|
-
Latest change: 2023-05-24
|
261
|
-
|
262
|
-
================================================================================================== =========== ======================================================================
|
263
|
-
Commit Committed Subject
|
264
|
-
================================================================================================== =========== ======================================================================
|
265
|
-
`d745cee3db <https://github.com/apache/airflow/commit/d745cee3dbde6b437a817aa64e385a1a948389d5>`__ 2023-05-24 ``Prepare adhoc wave of Providers (#31478)``
|
266
|
-
`547e352578 <https://github.com/apache/airflow/commit/547e352578fac92f072b269dc257d21cdc279d97>`__ 2023-05-23 ``Bring back min-airflow-version for preinstalled providers (#31469)``
|
267
|
-
================================================================================================== =========== ======================================================================
|
268
|
-
|
269
|
-
3.4.0
|
270
|
-
.....
|
271
|
-
|
272
|
-
Latest change: 2023-05-19
|
273
|
-
|
274
|
-
================================================================================================== =========== ======================================================================================
|
275
|
-
Commit Committed Subject
|
276
|
-
================================================================================================== =========== ======================================================================================
|
277
|
-
`45548b9451 <https://github.com/apache/airflow/commit/45548b9451fba4e48c6f0c0ba6050482c2ea2956>`__ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)``
|
278
|
-
`abea189022 <https://github.com/apache/airflow/commit/abea18902257c0250fedb764edda462f9e5abc84>`__ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)``
|
279
|
-
`f5aed58d9f <https://github.com/apache/airflow/commit/f5aed58d9fb2137fa5f0e3ce75b6709bf8393a94>`__ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)``
|
280
|
-
`d9ff55cf6d <https://github.com/apache/airflow/commit/d9ff55cf6d95bb342fed7a87613db7b9e7c8dd0f>`__ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)``
|
281
|
-
`0a30706aa7 <https://github.com/apache/airflow/commit/0a30706aa7c581905ca99a8b6e2f05960d480729>`__ 2023-05-03 ``Use 'AirflowProviderDeprecationWarning' in providers (#30975)``
|
282
|
-
`eef5bc7f16 <https://github.com/apache/airflow/commit/eef5bc7f166dc357fea0cc592d39714b1a5e3c14>`__ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)``
|
283
|
-
`ec7674f111 <https://github.com/apache/airflow/commit/ec7674f111177c41c02e5269ad336253ed9c28b4>`__ 2023-05-01 ``Remove schema, login, password, port from SQLite operator doc (#29139)``
|
284
|
-
================================================================================================== =========== ======================================================================================
|
285
|
-
|
286
|
-
3.3.2
|
287
|
-
.....
|
288
|
-
|
289
|
-
Latest change: 2023-04-21
|
290
|
-
|
291
|
-
================================================================================================== =========== =====================================================================
|
292
|
-
Commit Committed Subject
|
293
|
-
================================================================================================== =========== =====================================================================
|
294
|
-
`e46ce78b66 <https://github.com/apache/airflow/commit/e46ce78b66953146c04de5da00cab6299787adad>`__ 2023-04-21 ``Prepare docs for adhoc release of providers (#30787)``
|
295
|
-
`98f87e6607 <https://github.com/apache/airflow/commit/98f87e6607f78785b61039cf250edf0f1da19be6>`__ 2023-04-11 ``Use connection URI in SqliteHook (#28721)``
|
296
|
-
`d23a3bbed8 <https://github.com/apache/airflow/commit/d23a3bbed89ae04369983f21455bf85ccc1ae1cb>`__ 2023-04-04 ``Add mechanism to suspend providers (#30422)``
|
297
|
-
`2b92c3c74d <https://github.com/apache/airflow/commit/2b92c3c74d3259ebac714f157c525836f0af50f0>`__ 2023-01-05 ``Fix providers documentation formatting (#28754)``
|
298
|
-
`c8e348dcb0 <https://github.com/apache/airflow/commit/c8e348dcb0bae27e98d68545b59388c9f91fc382>`__ 2022-12-05 ``Add automated version replacement in example dag indexes (#28090)``
|
299
|
-
================================================================================================== =========== =====================================================================
|
300
|
-
|
301
|
-
3.3.1
|
302
|
-
.....
|
303
|
-
|
304
|
-
Latest change: 2022-11-26
|
305
|
-
|
306
|
-
================================================================================================== =========== ================================================================
|
307
|
-
Commit Committed Subject
|
308
|
-
================================================================================================== =========== ================================================================
|
309
|
-
`25bdbc8e67 <https://github.com/apache/airflow/commit/25bdbc8e6768712bad6043618242eec9c6632618>`__ 2022-11-26 ``Updated docs for RC3 wave of providers (#27937)``
|
310
|
-
`2e20e9f7eb <https://github.com/apache/airflow/commit/2e20e9f7ebf5f43bf27069f4c0063cdd72e6b2e2>`__ 2022-11-24 ``Prepare for follow-up relase for November providers (#27774)``
|
311
|
-
`80c327bd3b <https://github.com/apache/airflow/commit/80c327bd3b45807ff2e38d532325bccd6fe0ede0>`__ 2022-11-24 ``Bump common.sql provider to 1.3.1 (#27888)``
|
312
|
-
================================================================================================== =========== ================================================================
|
313
|
-
|
314
|
-
3.3.0
|
315
|
-
.....
|
316
|
-
|
317
|
-
Latest change: 2022-11-15
|
318
|
-
|
319
|
-
================================================================================================== =========== ====================================================================================
|
320
|
-
Commit Committed Subject
|
321
|
-
================================================================================================== =========== ====================================================================================
|
322
|
-
`12c3c39d1a <https://github.com/apache/airflow/commit/12c3c39d1a816c99c626fe4c650e88cf7b1cc1bc>`__ 2022-11-15 ``pRepare docs for November 2022 wave of Providers (#27613)``
|
323
|
-
`2a34dc9e84 <https://github.com/apache/airflow/commit/2a34dc9e8470285b0ed2db71109ef4265e29688b>`__ 2022-10-23 ``Enable string normalization in python formatting - providers (#27205)``
|
324
|
-
`ecd4d6654f <https://github.com/apache/airflow/commit/ecd4d6654ff8e0da4a7b8f29fd23c37c9c219076>`__ 2022-10-18 ``Add SQLExecuteQueryOperator (#25717)``
|
325
|
-
`f8db64c35c <https://github.com/apache/airflow/commit/f8db64c35c8589840591021a48901577cff39c07>`__ 2022-09-28 ``Update docs for September Provider's release (#26731)``
|
326
|
-
`06acf40a43 <https://github.com/apache/airflow/commit/06acf40a4337759797f666d5bb27a5a393b74fed>`__ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)``
|
327
|
-
================================================================================================== =========== ====================================================================================
|
328
|
-
|
329
|
-
3.2.1
|
330
|
-
.....
|
331
|
-
|
332
|
-
Latest change: 2022-09-05
|
333
|
-
|
334
|
-
================================================================================================== =========== ========================================================================
|
335
|
-
Commit Committed Subject
|
336
|
-
================================================================================================== =========== ========================================================================
|
337
|
-
`25d0baa4ee <https://github.com/apache/airflow/commit/25d0baa4ee69769ff339931f76ebace28c4315f2>`__ 2022-09-05 ``Prepare bug-fix release of providers out of band (#26109)``
|
338
|
-
`a74d934991 <https://github.com/apache/airflow/commit/a74d9349919b340638f0db01bc3abb86f71c6093>`__ 2022-08-27 ``Fix placeholders in 'TrinoHook', 'PrestoHook', 'SqliteHook' (#25939)``
|
339
|
-
`ca9229b6fe <https://github.com/apache/airflow/commit/ca9229b6fe7eda198c7ce32da13afb97ab9f3e28>`__ 2022-08-18 ``Add common-sql lower bound for common-sql (#25789)``
|
340
|
-
================================================================================================== =========== ========================================================================
|
341
|
-
|
342
|
-
3.2.0
|
343
|
-
.....
|
344
|
-
|
345
|
-
Latest change: 2022-08-10
|
346
|
-
|
347
|
-
================================================================================================== =========== ============================================================================
|
348
|
-
Commit Committed Subject
|
349
|
-
================================================================================================== =========== ============================================================================
|
350
|
-
`e5ac6c7cfb <https://github.com/apache/airflow/commit/e5ac6c7cfb189c33e3b247f7d5aec59fe5e89a00>`__ 2022-08-10 ``Prepare docs for new providers release (August 2022) (#25618)``
|
351
|
-
`df00436569 <https://github.com/apache/airflow/commit/df00436569bb6fb79ce8c0b7ca71dddf02b854ef>`__ 2022-07-22 ``Unify DbApiHook.run() method with the methods which override it (#23971)``
|
352
|
-
================================================================================================== =========== ============================================================================
|
353
|
-
|
354
|
-
3.1.0
|
355
|
-
.....
|
356
|
-
|
357
|
-
Latest change: 2022-07-13
|
358
|
-
|
359
|
-
================================================================================================== =========== ==================================================================
|
360
|
-
Commit Committed Subject
|
361
|
-
================================================================================================== =========== ==================================================================
|
362
|
-
`d2459a241b <https://github.com/apache/airflow/commit/d2459a241b54d596ebdb9d81637400279fff4f2d>`__ 2022-07-13 ``Add documentation for July 2022 Provider's release (#25030)``
|
363
|
-
`46bbfdade0 <https://github.com/apache/airflow/commit/46bbfdade0638cb8a5d187e47034b84e68ddf762>`__ 2022-07-07 ``Move all SQL classes to common-sql provider (#24836)``
|
364
|
-
`0de31bd73a <https://github.com/apache/airflow/commit/0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1>`__ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)``
|
365
|
-
`510a6bab45 <https://github.com/apache/airflow/commit/510a6bab4595cce8bd5b1447db957309d70f35d9>`__ 2022-06-28 ``Remove 'hook-class-names' from provider.yaml (#24702)``
|
366
|
-
`08b675cf66 <https://github.com/apache/airflow/commit/08b675cf6642171cb1c5ddfb09607b541db70b29>`__ 2022-06-13 ``Fix links to sources for examples (#24386)``
|
367
|
-
================================================================================================== =========== ==================================================================
|
368
|
-
|
369
|
-
3.0.0
|
370
|
-
.....
|
371
|
-
|
372
|
-
Latest change: 2022-06-09
|
373
|
-
|
374
|
-
================================================================================================== =========== ==================================================================================
|
375
|
-
Commit Committed Subject
|
376
|
-
================================================================================================== =========== ==================================================================================
|
377
|
-
`dcdcf3a2b8 <https://github.com/apache/airflow/commit/dcdcf3a2b8054fa727efb4cd79d38d2c9c7e1bd5>`__ 2022-06-09 ``Update release notes for RC2 release of Providers for May 2022 (#24307)``
|
378
|
-
`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`__ 2022-06-07 ``Update package description to remove double min-airflow specification (#24292)``
|
379
|
-
`aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`__ 2022-06-07 ``Prepare docs for May 2022 provider's release (#24231)``
|
380
|
-
`027b707d21 <https://github.com/apache/airflow/commit/027b707d215a9ff1151717439790effd44bab508>`__ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)``
|
381
|
-
`32a158a95b <https://github.com/apache/airflow/commit/32a158a95bc8ded8329a3cb17dcf9e9e85c3de46>`__ 2022-06-03 ``Migrate SQLite example DAGs to new design #22461 (#24150)``
|
382
|
-
`479ad196fa <https://github.com/apache/airflow/commit/479ad196fa7e63019aa0b6500c40024b677d2b6d>`__ 2022-05-19 ``Fix ''SqliteHook'' compatibility with SQLAlchemy engine (#23790)``
|
383
|
-
================================================================================================== =========== ==================================================================================
|
384
|
-
|
385
|
-
2.1.3
|
386
|
-
.....
|
387
|
-
|
388
|
-
Latest change: 2022-03-22
|
389
|
-
|
390
|
-
================================================================================================== =========== ==============================================================
|
391
|
-
Commit Committed Subject
|
392
|
-
================================================================================================== =========== ==============================================================
|
393
|
-
`d7dbfb7e26 <https://github.com/apache/airflow/commit/d7dbfb7e26a50130d3550e781dc71a5fbcaeb3d2>`__ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)``
|
394
|
-
================================================================================================== =========== ==============================================================
|
395
|
-
|
396
|
-
2.1.2
|
397
|
-
.....
|
398
|
-
|
399
|
-
Latest change: 2022-03-14
|
400
|
-
|
401
|
-
================================================================================================== =========== ====================================================================
|
402
|
-
Commit Committed Subject
|
403
|
-
================================================================================================== =========== ====================================================================
|
404
|
-
`16adc035b1 <https://github.com/apache/airflow/commit/16adc035b1ecdf533f44fbb3e32bea972127bb71>`__ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)``
|
405
|
-
================================================================================================== =========== ====================================================================
|
406
|
-
|
407
|
-
2.1.1
|
408
|
-
.....
|
409
|
-
|
410
|
-
Latest change: 2022-03-07
|
411
|
-
|
412
|
-
================================================================================================== =========== ========================================================
|
413
|
-
Commit Committed Subject
|
414
|
-
================================================================================================== =========== ========================================================
|
415
|
-
`f5b96315fe <https://github.com/apache/airflow/commit/f5b96315fe65b99c0e2542831ff73a3406c4232d>`__ 2022-03-07 ``Add documentation for Feb Providers release (#22056)``
|
416
|
-
================================================================================================== =========== ========================================================
|
417
|
-
|
418
|
-
2.1.0
|
419
|
-
.....
|
420
|
-
|
421
|
-
Latest change: 2022-02-08
|
422
|
-
|
423
|
-
================================================================================================== =========== ======================================================================================
|
424
|
-
Commit Committed Subject
|
425
|
-
================================================================================================== =========== ======================================================================================
|
426
|
-
`d94fa37830 <https://github.com/apache/airflow/commit/d94fa378305957358b910cfb1fe7cb14bc793804>`__ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)``
|
427
|
-
`6c3a67d4fc <https://github.com/apache/airflow/commit/6c3a67d4fccafe4ab6cd9ec8c7bacf2677f17038>`__ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)``
|
428
|
-
`39e395f981 <https://github.com/apache/airflow/commit/39e395f9816c04ef2f033eb0b4f635fc3018d803>`__ 2022-02-04 ``Add more SQL template fields renderers (#21237)``
|
429
|
-
`602abe8394 <https://github.com/apache/airflow/commit/602abe8394fafe7de54df7e73af56de848cdf617>`__ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)``
|
430
|
-
`f77417eb0d <https://github.com/apache/airflow/commit/f77417eb0d3f12e4849d80645325c02a48829278>`__ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)``
|
431
|
-
`97496ba2b4 <https://github.com/apache/airflow/commit/97496ba2b41063fa24393c58c5c648a0cdb5a7f8>`__ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)``
|
432
|
-
`83f8e178ba <https://github.com/apache/airflow/commit/83f8e178ba7a3d4ca012c831a5bfc2cade9e812d>`__ 2021-12-31 ``Even more typing in operators (template_fields/ext) (#20608)``
|
433
|
-
`d56e7b56bb <https://github.com/apache/airflow/commit/d56e7b56bb9827daaf8890557147fd10bdf72a7e>`__ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)``
|
434
|
-
`9a469d813f <https://github.com/apache/airflow/commit/9a469d813fc083a7a5f402727e93df3e3f9c9118>`__ 2021-11-30 ``Capitalize names in docs (#19893)``
|
435
|
-
`853576d901 <https://github.com/apache/airflow/commit/853576d9019d2aca8de1d9c587c883dcbe95b46a>`__ 2021-11-30 ``Update documentation for November 2021 provider's release (#19882)``
|
436
|
-
`355dec8fea <https://github.com/apache/airflow/commit/355dec8fea5e2ef1a9b88363f201fce4f022fef3>`__ 2021-11-17 ``Misc. documentation typos and language improvements (#19599)``
|
437
|
-
`d9567eb106 <https://github.com/apache/airflow/commit/d9567eb106929b21329c01171fd398fbef2dc6c6>`__ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)``
|
438
|
-
`840ea3efb9 <https://github.com/apache/airflow/commit/840ea3efb9533837e9f36b75fa527a0fbafeb23a>`__ 2021-09-30 ``Update documentation for September providers release (#18613)``
|
439
|
-
`ef037e7021 <https://github.com/apache/airflow/commit/ef037e702182e4370cb00c853c4fb0e246a0479c>`__ 2021-09-29 ``Static start_date and default arg cleanup for misc. provider example DAGs (#18597)``
|
440
|
-
`a458fcc573 <https://github.com/apache/airflow/commit/a458fcc573845ff65244a2dafd204ed70129f3e8>`__ 2021-09-27 ``Updating miscellaneous provider DAGs to use TaskFlow API where applicable (#18278)``
|
441
|
-
`1cb456cba1 <https://github.com/apache/airflow/commit/1cb456cba1099198bbdba50c2d1ad79664be8ce6>`__ 2021-09-12 ``Add official download page for providers (#18187)``
|
442
|
-
`046f02e5a7 <https://github.com/apache/airflow/commit/046f02e5a7097a6e6c928c28196b38b37e776916>`__ 2021-09-09 ``fix misspelling (#18121)``
|
443
|
-
================================================================================================== =========== ======================================================================================
|
444
|
-
|
445
|
-
2.0.1
|
446
|
-
.....
|
447
|
-
|
448
|
-
Latest change: 2021-08-30
|
449
|
-
|
450
|
-
================================================================================================== =========== ==================================================================================
|
451
|
-
Commit Committed Subject
|
452
|
-
================================================================================================== =========== ==================================================================================
|
453
|
-
`0a68588479 <https://github.com/apache/airflow/commit/0a68588479e34cf175d744ea77b283d9d78ea71a>`__ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)``
|
454
|
-
`be75dcd39c <https://github.com/apache/airflow/commit/be75dcd39cd10264048c86e74110365bd5daf8b7>`__ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data``
|
455
|
-
`76ed2a49c6 <https://github.com/apache/airflow/commit/76ed2a49c6cd285bf59706cf04f39a7444c382c9>`__ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)``
|
456
|
-
`9b2e593fd4 <https://github.com/apache/airflow/commit/9b2e593fd4c79366681162a1da43595584bd1abd>`__ 2021-08-18 ``Fix sqlite hook - insert and replace functions (#17695)``
|
457
|
-
`bb52098cd6 <https://github.com/apache/airflow/commit/bb52098cd685497385801419a1e0a59d6a0d7283>`__ 2021-08-06 ``Fix type annotations in OracleOperator, JdbcOperator, SqliteOperator (#17406)``
|
458
|
-
`87f408b1e7 <https://github.com/apache/airflow/commit/87f408b1e78968580c760acb275ae5bb042161db>`__ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)``
|
459
|
-
`0dbd0f420c <https://github.com/apache/airflow/commit/0dbd0f420cc08e011317e2a9f21f92fff4a64c1b>`__ 2021-07-26 ``Remove/refactor default_args pattern for miscellaneous providers (#16872)``
|
460
|
-
================================================================================================== =========== ==================================================================================
|
461
|
-
|
462
|
-
2.0.0
|
463
|
-
.....
|
464
|
-
|
465
|
-
Latest change: 2021-06-18
|
466
|
-
|
467
|
-
================================================================================================== =========== =======================================================================
|
468
|
-
Commit Committed Subject
|
469
|
-
================================================================================================== =========== =======================================================================
|
470
|
-
`bbc627a3da <https://github.com/apache/airflow/commit/bbc627a3dab17ba4cf920dd1a26dbed6f5cebfd1>`__ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)``
|
471
|
-
`cbf8001d76 <https://github.com/apache/airflow/commit/cbf8001d7630530773f623a786f9eb319783b33c>`__ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)``
|
472
|
-
`1fba5402bb <https://github.com/apache/airflow/commit/1fba5402bb14b3ffa6429fdc683121935f88472f>`__ 2021-06-15 ``More documentation update for June providers release (#16405)``
|
473
|
-
`9c94b72d44 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`__ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)``
|
474
|
-
`1e647029e4 <https://github.com/apache/airflow/commit/1e647029e469c1bb17e9ad051d0184f3357644c3>`__ 2021-06-01 ``Rename the main branch of the Airflow repo to be 'main' (#16149)``
|
475
|
-
`37681bca00 <https://github.com/apache/airflow/commit/37681bca0081dd228ac4047c17631867bba7a66f>`__ 2021-05-07 ``Auto-apply apply_default decorator (#15667)``
|
476
|
-
`807ad32ce5 <https://github.com/apache/airflow/commit/807ad32ce59e001cb3532d98a05fa7d0d7fabb95>`__ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)``
|
477
|
-
`40a2476a5d <https://github.com/apache/airflow/commit/40a2476a5db14ee26b5108d72635da116eab720b>`__ 2021-04-28 ``Adds interactivity when generating provider documentation. (#15518)``
|
478
|
-
`68e4c4dcb0 <https://github.com/apache/airflow/commit/68e4c4dcb0416eb51a7011a3bb040f1e23d7bba8>`__ 2021-03-20 ``Remove Backport Providers (#14886)``
|
479
|
-
================================================================================================== =========== =======================================================================
|
480
|
-
|
481
|
-
1.0.2
|
482
|
-
.....
|
483
|
-
|
484
|
-
Latest change: 2021-02-27
|
485
|
-
|
486
|
-
================================================================================================== =========== =======================================================================
|
487
|
-
Commit Committed Subject
|
488
|
-
================================================================================================== =========== =======================================================================
|
489
|
-
`589d6dec92 <https://github.com/apache/airflow/commit/589d6dec922565897785bcbc5ac6bb3b973d7f5d>`__ 2021-02-27 ``Prepare to release the next wave of providers: (#14487)``
|
490
|
-
`10343ec29f <https://github.com/apache/airflow/commit/10343ec29f8f0abc5b932ba26faf49bc63c6bcda>`__ 2021-02-05 ``Corrections in docs and tools after releasing provider RCs (#14082)``
|
491
|
-
================================================================================================== =========== =======================================================================
|
492
|
-
|
493
|
-
1.0.1
|
494
|
-
.....
|
495
|
-
|
496
|
-
Latest change: 2021-02-04
|
497
|
-
|
498
|
-
================================================================================================== =========== =========================================================
|
499
|
-
Commit Committed Subject
|
500
|
-
================================================================================================== =========== =========================================================
|
501
|
-
`88bdcfa0df <https://github.com/apache/airflow/commit/88bdcfa0df5bcb4c489486e05826544b428c8f43>`__ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)``
|
502
|
-
`ac2f72c98d <https://github.com/apache/airflow/commit/ac2f72c98dc0821b33721054588adbf2bb53bb0b>`__ 2021-02-01 ``Implement provider versioning tools (#13767)``
|
503
|
-
`3fd5ef3555 <https://github.com/apache/airflow/commit/3fd5ef355556cf0ad7896bb570bbe4b2eabbf46e>`__ 2021-01-21 ``Add missing logos for integrations (#13717)``
|
504
|
-
`d2964b0537 <https://github.com/apache/airflow/commit/d2964b0537a018fd104a0021ebc5ea6425d997dc>`__ 2020-12-31 ``Add example DAG & how-to guide for sqlite (#13196)``
|
505
|
-
`295d66f914 <https://github.com/apache/airflow/commit/295d66f91446a69610576d040ba687b38f1c5d0a>`__ 2020-12-30 ``Fix Grammar in PIP warning (#13380)``
|
506
|
-
`6cf76d7ac0 <https://github.com/apache/airflow/commit/6cf76d7ac01270930de7f105fb26428763ee1d4e>`__ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)``
|
507
|
-
`f6448b4e48 <https://github.com/apache/airflow/commit/f6448b4e482fd96339ae65c26d08e6a2bdb51aaf>`__ 2020-12-15 ``Add link to PyPI Repository to provider docs (#13064)``
|
508
|
-
================================================================================================== =========== =========================================================
|
509
|
-
|
510
|
-
1.0.0
|
511
|
-
.....
|
512
|
-
|
513
|
-
Latest change: 2020-12-09
|
514
|
-
|
515
|
-
================================================================================================== =========== ==================================================================================
|
516
|
-
Commit Committed Subject
|
517
|
-
================================================================================================== =========== ==================================================================================
|
518
|
-
`32971a1a2d <https://github.com/apache/airflow/commit/32971a1a2de1db0b4f7442ed26facdf8d3b7a36f>`__ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)``
|
519
|
-
`b40dffa085 <https://github.com/apache/airflow/commit/b40dffa08547b610162f8cacfa75847f3c4ca364>`__ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)``
|
520
|
-
`9b39f24780 <https://github.com/apache/airflow/commit/9b39f24780e85f859236672e9060b2fbeee81b36>`__ 2020-12-08 ``Add support for dynamic connection form fields per provider (#12558)``
|
521
|
-
`2037303eef <https://github.com/apache/airflow/commit/2037303eef93fd36ab13746b045d1c1fee6aa143>`__ 2020-11-29 ``Adds support for Connection/Hook discovery from providers (#12466)``
|
522
|
-
`c34ef853c8 <https://github.com/apache/airflow/commit/c34ef853c890e08f5468183c03dc8f3f3ce84af2>`__ 2020-11-20 ``Separate out documentation building per provider (#12444)``
|
523
|
-
`0080354502 <https://github.com/apache/airflow/commit/00803545023b096b8db4fbd6eb473843096d7ce4>`__ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)``
|
524
|
-
`ae7cb4a1e2 <https://github.com/apache/airflow/commit/ae7cb4a1e2a96351f1976cf5832615e24863e05d>`__ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)``
|
525
|
-
`6889a333cf <https://github.com/apache/airflow/commit/6889a333cff001727eb0a66e375544a28c9a5f03>`__ 2020-11-15 ``Improvements for operators and hooks ref docs (#12366)``
|
526
|
-
`7825e8f590 <https://github.com/apache/airflow/commit/7825e8f59034645ab3247229be83a3aa90baece1>`__ 2020-11-13 ``Docs installation improvements (#12304)``
|
527
|
-
`85a18e13d9 <https://github.com/apache/airflow/commit/85a18e13d9dec84275283ff69e34704b60d54a75>`__ 2020-11-09 ``Point at pypi project pages for cross-dependency of provider packages (#12212)``
|
528
|
-
`59eb5de78c <https://github.com/apache/airflow/commit/59eb5de78c70ee9c7ae6e4cba5c7a2babb8103ca>`__ 2020-11-09 ``Update provider READMEs for up-coming 1.0.0beta1 releases (#12206)``
|
529
|
-
`b2a28d1590 <https://github.com/apache/airflow/commit/b2a28d1590410630d66966aa1f2b2a049a8c3b32>`__ 2020-11-09 ``Moves provider packages scripts to dev (#12082)``
|
530
|
-
`4e8f9cc8d0 <https://github.com/apache/airflow/commit/4e8f9cc8d02b29c325b8a5a76b4837671bdf5f68>`__ 2020-11-03 ``Enable Black - Python Auto Formmatter (#9550)``
|
531
|
-
`5a439e84eb <https://github.com/apache/airflow/commit/5a439e84eb6c0544dc6c3d6a9f4ceeb2172cd5d0>`__ 2020-10-26 ``Prepare providers release 0.0.2a1 (#11855)``
|
532
|
-
`872b1566a1 <https://github.com/apache/airflow/commit/872b1566a11cb73297e657ff325161721b296574>`__ 2020-10-25 ``Generated backport providers readmes/setup for 2020.10.29 (#11826)``
|
533
|
-
`349b0811c3 <https://github.com/apache/airflow/commit/349b0811c3022605426ba57d30936240a7c2848a>`__ 2020-10-20 ``Add D200 pydocstyle check (#11688)``
|
534
|
-
`16e7129719 <https://github.com/apache/airflow/commit/16e7129719f1c0940aef2a93bed81368e997a746>`__ 2020-10-13 ``Added support for provider packages for Airflow 2.0 (#11487)``
|
535
|
-
`0a0e1af800 <https://github.com/apache/airflow/commit/0a0e1af80038ef89974c3c8444461fe867945daa>`__ 2020-10-03 ``Fix Broken Markdown links in Providers README TOC (#11249)``
|
536
|
-
`ca4238eb4d <https://github.com/apache/airflow/commit/ca4238eb4d9a2aef70eb641343f59ee706d27d13>`__ 2020-10-02 ``Fixed month in backport packages to October (#11242)``
|
537
|
-
`5220e4c384 <https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5>`__ 2020-10-02 ``Prepare Backport release 2020.09.07 (#11238)``
|
538
|
-
`fdd9b6f65b <https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3>`__ 2020-08-25 ``Enable Black on Providers Packages (#10543)``
|
539
|
-
`3696c34c28 <https://github.com/apache/airflow/commit/3696c34c28c6bc7b442deab999d9ecba24ed0e34>`__ 2020-08-24 ``Fix typo in the word "release" (#10528)``
|
540
|
-
`ee7ca128a1 <https://github.com/apache/airflow/commit/ee7ca128a17937313566f2badb6cc569c614db94>`__ 2020-08-22 ``Fix broken Markdown refernces in Providers README (#10483)``
|
541
|
-
`cdec301254 <https://github.com/apache/airflow/commit/cdec3012542b45d23a05f62d69110944ba542e2a>`__ 2020-08-07 ``Add correct signature to all operators and sensors (#10205)``
|
542
|
-
`1bca31b541 <https://github.com/apache/airflow/commit/1bca31b541c9c39fb8e79131e1dd4a868b5122d4>`__ 2020-08-04 ``Add type annotations for Sqlite (#10157)``
|
543
|
-
`4a0fdb6308 <https://github.com/apache/airflow/commit/4a0fdb6308400ddda38b0904cfe14b5872e5c0eb>`__ 2020-08-04 ``Use conn_name_attr for SqliteHook connection (#10156)``
|
544
|
-
`aeea71274d <https://github.com/apache/airflow/commit/aeea71274d4527ff2351102e94aa38bda6099e7f>`__ 2020-08-02 ``Remove 'args' parameter from provider operator constructors (#10097)``
|
545
|
-
`e13a14c873 <https://github.com/apache/airflow/commit/e13a14c8730f4f633d996dd7d3468fe827136a84>`__ 2020-06-21 ``Enable & Fix Whitespace related PyDocStyle Checks (#9458)``
|
546
|
-
`d0e7db4024 <https://github.com/apache/airflow/commit/d0e7db4024806af35e3c9a2cae460fdeedd4d2ec>`__ 2020-06-19 ``Fixed release number for fresh release (#9408)``
|
547
|
-
`12af6a0800 <https://github.com/apache/airflow/commit/12af6a08009b8776e00d8a0aab92363eb8c4e8b1>`__ 2020-06-19 ``Final cleanup for 2020.6.23rc1 release preparation (#9404)``
|
548
|
-
`c7e5bce57f <https://github.com/apache/airflow/commit/c7e5bce57fe7f51cefce4f8a41ce408ac5675d13>`__ 2020-06-19 ``Prepare backport release candidate for 2020.6.23rc1 (#9370)``
|
549
|
-
`f6bd817a3a <https://github.com/apache/airflow/commit/f6bd817a3aac0a16430fc2e3d59c1f17a69a15ac>`__ 2020-06-16 ``Introduce 'transfers' packages (#9320)``
|
550
|
-
`0b0e4f7a4c <https://github.com/apache/airflow/commit/0b0e4f7a4cceff3efe15161fb40b984782760a34>`__ 2020-05-26 ``Preparing for RC3 relase of backports (#9026)``
|
551
|
-
`00642a46d0 <https://github.com/apache/airflow/commit/00642a46d019870c4decb3d0e47c01d6a25cb88c>`__ 2020-05-26 ``Fixed name of 20 remaining wrongly named operators. (#8994)``
|
552
|
-
`1d36b0303b <https://github.com/apache/airflow/commit/1d36b0303b8632fce6de78ca4e782ae26ee06fea>`__ 2020-05-23 ``Fix references in docs (#8984)``
|
553
|
-
`375d1ca229 <https://github.com/apache/airflow/commit/375d1ca229464617780623c61c6e8a1bf570c87f>`__ 2020-05-19 ``Release candidate 2 for backport packages 2020.05.20 (#8898)``
|
554
|
-
`12c5e5d8ae <https://github.com/apache/airflow/commit/12c5e5d8ae25fa633efe63ccf4db389e2b796d79>`__ 2020-05-17 ``Prepare release candidate for backport packages (#8891)``
|
555
|
-
`f3521fb0e3 <https://github.com/apache/airflow/commit/f3521fb0e36733d8bd356123e56a453fd37a6dca>`__ 2020-05-16 ``Regenerate readme files for backport package release (#8886)``
|
556
|
-
`92585ca4cb <https://github.com/apache/airflow/commit/92585ca4cb375ac879f4ab331b3a063106eb7b92>`__ 2020-05-15 ``Added automated release notes generation for backport operators (#8807)``
|
557
|
-
`4bde99f132 <https://github.com/apache/airflow/commit/4bde99f1323d72f6c84c1548079d5e98fc0a2a9a>`__ 2020-03-23 ``Make airflow/providers pylint compatible (#7802)``
|
558
|
-
`97a429f9d0 <https://github.com/apache/airflow/commit/97a429f9d0cf740c5698060ad55f11e93cb57b55>`__ 2020-02-02 ``[AIRFLOW-6714] Remove magic comments about UTF-8 (#7338)``
|
559
|
-
`059eda05f8 <https://github.com/apache/airflow/commit/059eda05f82fefce4410f44f761f945a27d83daf>`__ 2020-01-21 ``[AIRFLOW-6610] Move software classes to providers package (#7231)``
|
560
|
-
================================================================================================== =========== ==================================================================================
|
File without changes
|
{apache_airflow_providers_sqlite-4.0.2rc1 → apache_airflow_providers_sqlite-4.1.0rc1}/docs/conf.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|