apache-airflow-providers-common-compat 1.7.1rc1__tar.gz → 1.7.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.
Potentially problematic release.
This version of apache-airflow-providers-common-compat might be problematic. Click here for more details.
- {apache_airflow_providers_common_compat-1.7.1rc1 → apache_airflow_providers_common_compat-1.7.2}/PKG-INFO +9 -10
- {apache_airflow_providers_common_compat-1.7.1rc1 → apache_airflow_providers_common_compat-1.7.2}/README.rst +4 -4
- {apache_airflow_providers_common_compat-1.7.1rc1 → apache_airflow_providers_common_compat-1.7.2}/docs/changelog.rst +12 -0
- {apache_airflow_providers_common_compat-1.7.1rc1 → apache_airflow_providers_common_compat-1.7.2}/docs/index.rst +3 -3
- {apache_airflow_providers_common_compat-1.7.1rc1 → apache_airflow_providers_common_compat-1.7.2}/provider.yaml +2 -1
- {apache_airflow_providers_common_compat-1.7.1rc1 → apache_airflow_providers_common_compat-1.7.2}/pyproject.toml +5 -6
- {apache_airflow_providers_common_compat-1.7.1rc1 → apache_airflow_providers_common_compat-1.7.2}/src/airflow/providers/common/compat/__init__.py +1 -1
- {apache_airflow_providers_common_compat-1.7.1rc1 → apache_airflow_providers_common_compat-1.7.2}/src/airflow/providers/common/compat/standard/operators.py +2 -1
- {apache_airflow_providers_common_compat-1.7.1rc1 → apache_airflow_providers_common_compat-1.7.2}/src/airflow/providers/common/compat/version_compat.py +12 -0
- {apache_airflow_providers_common_compat-1.7.1rc1 → apache_airflow_providers_common_compat-1.7.2}/docs/.latest-doc-only-change.txt +0 -0
- {apache_airflow_providers_common_compat-1.7.1rc1 → apache_airflow_providers_common_compat-1.7.2}/docs/commits.rst +0 -0
- {apache_airflow_providers_common_compat-1.7.1rc1 → apache_airflow_providers_common_compat-1.7.2}/docs/conf.py +0 -0
- {apache_airflow_providers_common_compat-1.7.1rc1 → apache_airflow_providers_common_compat-1.7.2}/docs/installing-providers-from-sources.rst +0 -0
- {apache_airflow_providers_common_compat-1.7.1rc1 → apache_airflow_providers_common_compat-1.7.2}/docs/security.rst +0 -0
- {apache_airflow_providers_common_compat-1.7.1rc1 → apache_airflow_providers_common_compat-1.7.2}/src/airflow/__init__.py +0 -0
- {apache_airflow_providers_common_compat-1.7.1rc1 → apache_airflow_providers_common_compat-1.7.2}/src/airflow/providers/__init__.py +0 -0
- {apache_airflow_providers_common_compat-1.7.1rc1 → apache_airflow_providers_common_compat-1.7.2}/src/airflow/providers/common/__init__.py +0 -0
- {apache_airflow_providers_common_compat-1.7.1rc1 → apache_airflow_providers_common_compat-1.7.2}/src/airflow/providers/common/compat/LICENSE +0 -0
- {apache_airflow_providers_common_compat-1.7.1rc1 → apache_airflow_providers_common_compat-1.7.2}/src/airflow/providers/common/compat/assets/__init__.py +0 -0
- {apache_airflow_providers_common_compat-1.7.1rc1 → apache_airflow_providers_common_compat-1.7.2}/src/airflow/providers/common/compat/check.py +0 -0
- {apache_airflow_providers_common_compat-1.7.1rc1 → apache_airflow_providers_common_compat-1.7.2}/src/airflow/providers/common/compat/get_provider_info.py +0 -0
- {apache_airflow_providers_common_compat-1.7.1rc1 → apache_airflow_providers_common_compat-1.7.2}/src/airflow/providers/common/compat/lineage/__init__.py +0 -0
- {apache_airflow_providers_common_compat-1.7.1rc1 → apache_airflow_providers_common_compat-1.7.2}/src/airflow/providers/common/compat/lineage/entities.py +0 -0
- {apache_airflow_providers_common_compat-1.7.1rc1 → apache_airflow_providers_common_compat-1.7.2}/src/airflow/providers/common/compat/lineage/hook.py +0 -0
- {apache_airflow_providers_common_compat-1.7.1rc1 → apache_airflow_providers_common_compat-1.7.2}/src/airflow/providers/common/compat/notifier/__init__.py +0 -0
- {apache_airflow_providers_common_compat-1.7.1rc1 → apache_airflow_providers_common_compat-1.7.2}/src/airflow/providers/common/compat/openlineage/__init__.py +0 -0
- {apache_airflow_providers_common_compat-1.7.1rc1 → apache_airflow_providers_common_compat-1.7.2}/src/airflow/providers/common/compat/openlineage/check.py +0 -0
- {apache_airflow_providers_common_compat-1.7.1rc1 → apache_airflow_providers_common_compat-1.7.2}/src/airflow/providers/common/compat/openlineage/facet.py +0 -0
- {apache_airflow_providers_common_compat-1.7.1rc1 → apache_airflow_providers_common_compat-1.7.2}/src/airflow/providers/common/compat/openlineage/utils/__init__.py +0 -0
- {apache_airflow_providers_common_compat-1.7.1rc1 → apache_airflow_providers_common_compat-1.7.2}/src/airflow/providers/common/compat/openlineage/utils/spark.py +0 -0
- {apache_airflow_providers_common_compat-1.7.1rc1 → apache_airflow_providers_common_compat-1.7.2}/src/airflow/providers/common/compat/openlineage/utils/sql.py +0 -0
- {apache_airflow_providers_common_compat-1.7.1rc1 → apache_airflow_providers_common_compat-1.7.2}/src/airflow/providers/common/compat/openlineage/utils/utils.py +0 -0
- {apache_airflow_providers_common_compat-1.7.1rc1 → apache_airflow_providers_common_compat-1.7.2}/src/airflow/providers/common/compat/security/__init__.py +0 -0
- {apache_airflow_providers_common_compat-1.7.1rc1 → apache_airflow_providers_common_compat-1.7.2}/src/airflow/providers/common/compat/security/permissions.py +0 -0
- {apache_airflow_providers_common_compat-1.7.1rc1 → apache_airflow_providers_common_compat-1.7.2}/src/airflow/providers/common/compat/standard/__init__.py +0 -0
- {apache_airflow_providers_common_compat-1.7.1rc1 → apache_airflow_providers_common_compat-1.7.2}/src/airflow/providers/common/compat/standard/triggers.py +0 -0
- {apache_airflow_providers_common_compat-1.7.1rc1 → apache_airflow_providers_common_compat-1.7.2}/src/airflow/providers/common/compat/standard/utils.py +0 -0
- {apache_airflow_providers_common_compat-1.7.1rc1 → apache_airflow_providers_common_compat-1.7.2}/tests/conftest.py +0 -0
- {apache_airflow_providers_common_compat-1.7.1rc1 → apache_airflow_providers_common_compat-1.7.2}/tests/unit/__init__.py +0 -0
- {apache_airflow_providers_common_compat-1.7.1rc1 → apache_airflow_providers_common_compat-1.7.2}/tests/unit/common/__init__.py +0 -0
- {apache_airflow_providers_common_compat-1.7.1rc1 → apache_airflow_providers_common_compat-1.7.2}/tests/unit/common/compat/__init__.py +0 -0
- {apache_airflow_providers_common_compat-1.7.1rc1 → apache_airflow_providers_common_compat-1.7.2}/tests/unit/common/compat/lineage/__init__.py +0 -0
- {apache_airflow_providers_common_compat-1.7.1rc1 → apache_airflow_providers_common_compat-1.7.2}/tests/unit/common/compat/lineage/test_hook.py +0 -0
- {apache_airflow_providers_common_compat-1.7.1rc1 → apache_airflow_providers_common_compat-1.7.2}/tests/unit/common/compat/openlineage/__init__.py +0 -0
- {apache_airflow_providers_common_compat-1.7.1rc1 → apache_airflow_providers_common_compat-1.7.2}/tests/unit/common/compat/openlineage/test_check.py +0 -0
- {apache_airflow_providers_common_compat-1.7.1rc1 → apache_airflow_providers_common_compat-1.7.2}/tests/unit/common/compat/openlineage/test_facet.py +0 -0
- {apache_airflow_providers_common_compat-1.7.1rc1 → apache_airflow_providers_common_compat-1.7.2}/tests/unit/common/compat/openlineage/utils/__init__.py +0 -0
- {apache_airflow_providers_common_compat-1.7.1rc1 → apache_airflow_providers_common_compat-1.7.2}/tests/unit/common/compat/openlineage/utils/test_spark.py +0 -0
- {apache_airflow_providers_common_compat-1.7.1rc1 → apache_airflow_providers_common_compat-1.7.2}/tests/unit/common/compat/openlineage/utils/test_sql.py +0 -0
- {apache_airflow_providers_common_compat-1.7.1rc1 → apache_airflow_providers_common_compat-1.7.2}/tests/unit/common/compat/openlineage/utils/test_utils.py +0 -0
- {apache_airflow_providers_common_compat-1.7.1rc1 → apache_airflow_providers_common_compat-1.7.2}/tests/unit/common/compat/security/__init__.py +0 -0
- {apache_airflow_providers_common_compat-1.7.1rc1 → apache_airflow_providers_common_compat-1.7.2}/tests/unit/common/compat/security/test_permissions.py +0 -0
- {apache_airflow_providers_common_compat-1.7.1rc1 → apache_airflow_providers_common_compat-1.7.2}/tests/unit/common/compat/test_check.py +0 -0
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: apache-airflow-providers-common-compat
|
|
3
|
-
Version: 1.7.
|
|
3
|
+
Version: 1.7.2
|
|
4
4
|
Summary: Provider package apache-airflow-providers-common-compat for Apache Airflow
|
|
5
5
|
Keywords: airflow-provider,common.compat,airflow,integration
|
|
6
6
|
Author-email: Apache Software Foundation <dev@airflow.apache.org>
|
|
7
7
|
Maintainer-email: Apache Software Foundation <dev@airflow.apache.org>
|
|
8
|
-
Requires-Python: ~=3.
|
|
8
|
+
Requires-Python: ~=3.10
|
|
9
9
|
Description-Content-Type: text/x-rst
|
|
10
10
|
Classifier: Development Status :: 5 - Production/Stable
|
|
11
11
|
Classifier: Environment :: Console
|
|
@@ -15,17 +15,16 @@ Classifier: Intended Audience :: System Administrators
|
|
|
15
15
|
Classifier: Framework :: Apache Airflow
|
|
16
16
|
Classifier: Framework :: Apache Airflow :: Provider
|
|
17
17
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
18
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
19
18
|
Classifier: Programming Language :: Python :: 3.10
|
|
20
19
|
Classifier: Programming Language :: Python :: 3.11
|
|
21
20
|
Classifier: Programming Language :: Python :: 3.12
|
|
22
21
|
Classifier: Topic :: System :: Monitoring
|
|
23
|
-
Requires-Dist: apache-airflow>=2.10.
|
|
22
|
+
Requires-Dist: apache-airflow>=2.10.0
|
|
24
23
|
Requires-Dist: apache-airflow-providers-openlineage ; extra == "openlineage"
|
|
25
24
|
Requires-Dist: apache-airflow-providers-standard ; extra == "standard"
|
|
26
25
|
Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
|
|
27
|
-
Project-URL: Changelog, https://airflow.
|
|
28
|
-
Project-URL: Documentation, https://airflow.
|
|
26
|
+
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.7.2/changelog.html
|
|
27
|
+
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.7.2
|
|
29
28
|
Project-URL: Mastodon, https://fosstodon.org/@airflow
|
|
30
29
|
Project-URL: Slack Chat, https://s.apache.org/airflow-slack
|
|
31
30
|
Project-URL: Source Code, https://github.com/apache/airflow
|
|
@@ -58,7 +57,7 @@ Provides-Extra: standard
|
|
|
58
57
|
|
|
59
58
|
Package ``apache-airflow-providers-common-compat``
|
|
60
59
|
|
|
61
|
-
Release: ``1.7.
|
|
60
|
+
Release: ``1.7.2``
|
|
62
61
|
|
|
63
62
|
|
|
64
63
|
Common Compatibility Provider - providing compatibility code for previous Airflow versions
|
|
@@ -71,7 +70,7 @@ This is a provider package for ``common.compat`` provider. All classes for this
|
|
|
71
70
|
are in ``airflow.providers.common.compat`` python package.
|
|
72
71
|
|
|
73
72
|
You can find package information and changelog for the provider
|
|
74
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.7.
|
|
73
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.7.2/>`_.
|
|
75
74
|
|
|
76
75
|
Installation
|
|
77
76
|
------------
|
|
@@ -80,7 +79,7 @@ You can install this package on top of an existing Airflow 2 installation (see `
|
|
|
80
79
|
for the minimum Airflow version supported) via
|
|
81
80
|
``pip install apache-airflow-providers-common-compat``
|
|
82
81
|
|
|
83
|
-
The package supports the following python versions: 3.
|
|
82
|
+
The package supports the following python versions: 3.10,3.11,3.12
|
|
84
83
|
|
|
85
84
|
Requirements
|
|
86
85
|
------------
|
|
@@ -112,5 +111,5 @@ Dependent package
|
|
|
112
111
|
============================================================================================================== ===============
|
|
113
112
|
|
|
114
113
|
The changelog for the provider package can be found in the
|
|
115
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.7.
|
|
114
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.7.2/changelog.html>`_.
|
|
116
115
|
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
|
|
24
24
|
Package ``apache-airflow-providers-common-compat``
|
|
25
25
|
|
|
26
|
-
Release: ``1.7.
|
|
26
|
+
Release: ``1.7.2``
|
|
27
27
|
|
|
28
28
|
|
|
29
29
|
Common Compatibility Provider - providing compatibility code for previous Airflow versions
|
|
@@ -36,7 +36,7 @@ This is a provider package for ``common.compat`` provider. All classes for this
|
|
|
36
36
|
are in ``airflow.providers.common.compat`` 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-common-compat/1.7.
|
|
39
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.7.2/>`_.
|
|
40
40
|
|
|
41
41
|
Installation
|
|
42
42
|
------------
|
|
@@ -45,7 +45,7 @@ You can install this package on top of an existing Airflow 2 installation (see `
|
|
|
45
45
|
for the minimum Airflow version supported) via
|
|
46
46
|
``pip install apache-airflow-providers-common-compat``
|
|
47
47
|
|
|
48
|
-
The package supports the following python versions: 3.
|
|
48
|
+
The package supports the following python versions: 3.10,3.11,3.12
|
|
49
49
|
|
|
50
50
|
Requirements
|
|
51
51
|
------------
|
|
@@ -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-common-compat/1.7.
|
|
80
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.7.2/changelog.html>`_.
|
|
@@ -25,6 +25,18 @@
|
|
|
25
25
|
Changelog
|
|
26
26
|
---------
|
|
27
27
|
|
|
28
|
+
1.7.2
|
|
29
|
+
.....
|
|
30
|
+
|
|
31
|
+
Misc
|
|
32
|
+
~~~~
|
|
33
|
+
|
|
34
|
+
* ``Replace models.BaseOperator to Task SDK one for Common Providers (#52443)``
|
|
35
|
+
* ``Drop support for Python 3.9 (#52072)``
|
|
36
|
+
|
|
37
|
+
.. Below changes are excluded from the changelog. Move them to
|
|
38
|
+
appropriate section above if needed. Do not delete the lines(!):
|
|
39
|
+
|
|
28
40
|
1.7.1
|
|
29
41
|
.....
|
|
30
42
|
|
|
@@ -62,7 +62,7 @@ apache-airflow-providers-common-compat package
|
|
|
62
62
|
Common Compatibility Provider - providing compatibility code for previous Airflow versions
|
|
63
63
|
|
|
64
64
|
|
|
65
|
-
Release: 1.7.
|
|
65
|
+
Release: 1.7.2
|
|
66
66
|
|
|
67
67
|
Provider package
|
|
68
68
|
----------------
|
|
@@ -114,5 +114,5 @@ Downloading official packages
|
|
|
114
114
|
You can download officially released packages and verify their checksums and signatures from the
|
|
115
115
|
`Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
|
|
116
116
|
|
|
117
|
-
* `The apache-airflow-providers-common-compat 1.7.
|
|
118
|
-
* `The apache-airflow-providers-common-compat 1.7.
|
|
117
|
+
* `The apache-airflow-providers-common-compat 1.7.2 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_compat-1.7.2.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_compat-1.7.2.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_compat-1.7.2.tar.gz.sha512>`__)
|
|
118
|
+
* `The apache-airflow-providers-common-compat 1.7.2 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_compat-1.7.2-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_compat-1.7.2-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_compat-1.7.2-py3-none-any.whl.sha512>`__)
|
|
@@ -22,12 +22,13 @@ description: |
|
|
|
22
22
|
Common Compatibility Provider - providing compatibility code for previous Airflow versions
|
|
23
23
|
|
|
24
24
|
state: ready
|
|
25
|
-
source-date-epoch:
|
|
25
|
+
source-date-epoch: 1751472923
|
|
26
26
|
# Note that those versions are maintained by release manager - do not update them manually
|
|
27
27
|
# with the exception of case where other provider in sources has >= new provider version.
|
|
28
28
|
# In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
|
|
29
29
|
# to be done in the same PR
|
|
30
30
|
versions:
|
|
31
|
+
- 1.7.2
|
|
31
32
|
- 1.7.1
|
|
32
33
|
- 1.7.0
|
|
33
34
|
- 1.6.1
|
|
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
|
|
|
25
25
|
|
|
26
26
|
[project]
|
|
27
27
|
name = "apache-airflow-providers-common-compat"
|
|
28
|
-
version = "1.7.
|
|
28
|
+
version = "1.7.2"
|
|
29
29
|
description = "Provider package apache-airflow-providers-common-compat for Apache Airflow"
|
|
30
30
|
readme = "README.rst"
|
|
31
31
|
authors = [
|
|
@@ -44,20 +44,19 @@ classifiers = [
|
|
|
44
44
|
"Framework :: Apache Airflow",
|
|
45
45
|
"Framework :: Apache Airflow :: Provider",
|
|
46
46
|
"License :: OSI Approved :: Apache Software License",
|
|
47
|
-
"Programming Language :: Python :: 3.9",
|
|
48
47
|
"Programming Language :: Python :: 3.10",
|
|
49
48
|
"Programming Language :: Python :: 3.11",
|
|
50
49
|
"Programming Language :: Python :: 3.12",
|
|
51
50
|
"Topic :: System :: Monitoring",
|
|
52
51
|
]
|
|
53
|
-
requires-python = "~=3.
|
|
52
|
+
requires-python = "~=3.10"
|
|
54
53
|
|
|
55
54
|
# The dependencies should be modified in place in the generated file.
|
|
56
55
|
# Any change in the dependencies is preserved when the file is regenerated
|
|
57
56
|
# Make sure to run ``breeze static-checks --type update-providers-dependencies --all-files``
|
|
58
57
|
# After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
|
|
59
58
|
dependencies = [
|
|
60
|
-
"apache-airflow>=2.10.
|
|
59
|
+
"apache-airflow>=2.10.0",
|
|
61
60
|
]
|
|
62
61
|
|
|
63
62
|
# The optional dependencies should be modified in place in the generated file
|
|
@@ -106,8 +105,8 @@ apache-airflow-providers-common-sql = {workspace = true}
|
|
|
106
105
|
apache-airflow-providers-standard = {workspace = true}
|
|
107
106
|
|
|
108
107
|
[project.urls]
|
|
109
|
-
"Documentation" = "https://airflow.
|
|
110
|
-
"Changelog" = "https://airflow.
|
|
108
|
+
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.7.2"
|
|
109
|
+
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.7.2/changelog.html"
|
|
111
110
|
"Bug Tracker" = "https://github.com/apache/airflow/issues"
|
|
112
111
|
"Source Code" = "https://github.com/apache/airflow"
|
|
113
112
|
"Slack Chat" = "https://s.apache.org/airflow-slack"
|
|
@@ -29,7 +29,7 @@ from airflow import __version__ as airflow_version
|
|
|
29
29
|
|
|
30
30
|
__all__ = ["__version__"]
|
|
31
31
|
|
|
32
|
-
__version__ = "1.7.
|
|
32
|
+
__version__ = "1.7.2"
|
|
33
33
|
|
|
34
34
|
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
|
|
35
35
|
"2.10.0"
|
|
@@ -46,5 +46,6 @@ else:
|
|
|
46
46
|
except (ImportError, ModuleNotFoundError):
|
|
47
47
|
from airflow.providers.standard.operators.python import get_current_context
|
|
48
48
|
|
|
49
|
+
from airflow.providers.common.compat.version_compat import BaseOperator
|
|
49
50
|
|
|
50
|
-
__all__ = ["PythonOperator", "_SERIALIZERS", "ShortCircuitOperator", "get_current_context"]
|
|
51
|
+
__all__ = ["BaseOperator", "PythonOperator", "_SERIALIZERS", "ShortCircuitOperator", "get_current_context"]
|
|
@@ -33,3 +33,15 @@ def get_base_airflow_version_tuple() -> tuple[int, int, int]:
|
|
|
33
33
|
|
|
34
34
|
|
|
35
35
|
AIRFLOW_V_3_0_PLUS = get_base_airflow_version_tuple() >= (3, 0, 0)
|
|
36
|
+
AIRFLOW_V_3_1_PLUS = get_base_airflow_version_tuple() >= (3, 1, 0)
|
|
37
|
+
|
|
38
|
+
if AIRFLOW_V_3_0_PLUS:
|
|
39
|
+
from airflow.sdk import BaseOperator
|
|
40
|
+
else:
|
|
41
|
+
from airflow.models import BaseOperator
|
|
42
|
+
|
|
43
|
+
__all__ = [
|
|
44
|
+
"AIRFLOW_V_3_0_PLUS",
|
|
45
|
+
"AIRFLOW_V_3_1_PLUS",
|
|
46
|
+
"BaseOperator",
|
|
47
|
+
]
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|