apache-airflow-providers-sqlite 3.3.1rc3__tar.gz → 3.3.2rc1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (22) hide show
  1. {apache-airflow-providers-sqlite-3.3.1rc3 → apache-airflow-providers-sqlite-3.3.2rc1}/MANIFEST.in +1 -2
  2. {apache-airflow-providers-sqlite-3.3.1rc3/apache_airflow_providers_sqlite.egg-info → apache-airflow-providers-sqlite-3.3.2rc1}/PKG-INFO +17 -8
  3. {apache-airflow-providers-sqlite-3.3.1rc3 → apache-airflow-providers-sqlite-3.3.2rc1}/README.rst +14 -2
  4. {apache-airflow-providers-sqlite-3.3.1rc3 → apache-airflow-providers-sqlite-3.3.2rc1}/airflow/providers/sqlite/get_provider_info.py +2 -0
  5. {apache-airflow-providers-sqlite-3.3.1rc3 → apache-airflow-providers-sqlite-3.3.2rc1}/airflow/providers/sqlite/hooks/sqlite.py +15 -4
  6. {apache-airflow-providers-sqlite-3.3.1rc3 → apache-airflow-providers-sqlite-3.3.2rc1/apache_airflow_providers_sqlite.egg-info}/PKG-INFO +17 -8
  7. {apache-airflow-providers-sqlite-3.3.1rc3 → apache-airflow-providers-sqlite-3.3.2rc1}/apache_airflow_providers_sqlite.egg-info/entry_points.txt +0 -1
  8. apache-airflow-providers-sqlite-3.3.2rc1/pyproject.toml +162 -0
  9. {apache-airflow-providers-sqlite-3.3.1rc3 → apache-airflow-providers-sqlite-3.3.2rc1}/setup.cfg +2 -2
  10. {apache-airflow-providers-sqlite-3.3.1rc3 → apache-airflow-providers-sqlite-3.3.2rc1}/setup.py +9 -2
  11. apache-airflow-providers-sqlite-3.3.1rc3/pyproject.toml +0 -39
  12. {apache-airflow-providers-sqlite-3.3.1rc3 → apache-airflow-providers-sqlite-3.3.2rc1}/LICENSE +0 -0
  13. {apache-airflow-providers-sqlite-3.3.1rc3 → apache-airflow-providers-sqlite-3.3.2rc1}/NOTICE +0 -0
  14. {apache-airflow-providers-sqlite-3.3.1rc3 → apache-airflow-providers-sqlite-3.3.2rc1}/airflow/providers/sqlite/__init__.py +0 -0
  15. {apache-airflow-providers-sqlite-3.3.1rc3 → apache-airflow-providers-sqlite-3.3.2rc1}/airflow/providers/sqlite/hooks/__init__.py +0 -0
  16. {apache-airflow-providers-sqlite-3.3.1rc3 → apache-airflow-providers-sqlite-3.3.2rc1}/airflow/providers/sqlite/operators/__init__.py +0 -0
  17. {apache-airflow-providers-sqlite-3.3.1rc3 → apache-airflow-providers-sqlite-3.3.2rc1}/airflow/providers/sqlite/operators/sqlite.py +0 -0
  18. {apache-airflow-providers-sqlite-3.3.1rc3 → apache-airflow-providers-sqlite-3.3.2rc1}/apache_airflow_providers_sqlite.egg-info/SOURCES.txt +0 -0
  19. {apache-airflow-providers-sqlite-3.3.1rc3 → apache-airflow-providers-sqlite-3.3.2rc1}/apache_airflow_providers_sqlite.egg-info/dependency_links.txt +0 -0
  20. {apache-airflow-providers-sqlite-3.3.1rc3 → apache-airflow-providers-sqlite-3.3.2rc1}/apache_airflow_providers_sqlite.egg-info/not-zip-safe +0 -0
  21. {apache-airflow-providers-sqlite-3.3.1rc3 → apache-airflow-providers-sqlite-3.3.2rc1}/apache_airflow_providers_sqlite.egg-info/requires.txt +0 -0
  22. {apache-airflow-providers-sqlite-3.3.1rc3 → apache-airflow-providers-sqlite-3.3.2rc1}/apache_airflow_providers_sqlite.egg-info/top_level.txt +0 -0
@@ -27,6 +27,5 @@
27
27
 
28
28
  include NOTICE
29
29
  include LICENSE
30
- include CHANGELOG.txt
31
- include README.md
30
+ include CHANGELOG.rst
32
31
  global-exclude __pycache__ *.pyc
@@ -1,19 +1,18 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: apache-airflow-providers-sqlite
3
- Version: 3.3.1rc3
3
+ Version: 3.3.2rc1
4
4
  Summary: Provider for Apache Airflow. Implements apache-airflow-providers-sqlite package
5
5
  Home-page: https://airflow.apache.org/
6
+ Download-URL: https://archive.apache.org/dist/airflow/providers
6
7
  Author: Apache Software Foundation
7
8
  Author-email: dev@airflow.apache.org
8
9
  License: Apache License 2.0
9
- Download-URL: https://archive.apache.org/dist/airflow/providers
10
- Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.3.1/
10
+ Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.3.2/
11
11
  Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
12
12
  Project-URL: Source Code, https://github.com/apache/airflow
13
13
  Project-URL: Slack Chat, https://s.apache.org/airflow-slack
14
14
  Project-URL: Twitter, https://twitter.com/ApacheAirflow
15
15
  Project-URL: YouTube, https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
16
- Platform: UNKNOWN
17
16
  Classifier: Development Status :: 5 - Production/Stable
18
17
  Classifier: Environment :: Console
19
18
  Classifier: Environment :: Web Environment
@@ -54,7 +53,7 @@ License-File: NOTICE
54
53
 
55
54
  Package ``apache-airflow-providers-sqlite``
56
55
 
57
- Release: ``3.3.1rc3``
56
+ Release: ``3.3.2rc1``
58
57
 
59
58
 
60
59
  `SQLite <https://www.sqlite.org/>`__
@@ -67,7 +66,7 @@ This is a provider package for ``sqlite`` provider. All classes for this provide
67
66
  are in ``airflow.providers.sqlite`` python package.
68
67
 
69
68
  You can find package information and changelog for the provider
70
- in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.3.1/>`_.
69
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.3.2/>`_.
71
70
 
72
71
 
73
72
  Installation
@@ -133,6 +132,18 @@ Dependent package
133
132
  Changelog
134
133
  ---------
135
134
 
135
+ 3.3.2
136
+ .....
137
+
138
+ Misc
139
+ ~~~~
140
+
141
+ * ``Use connection URI in SqliteHook (#28721)``
142
+
143
+ .. Below changes are excluded from the changelog. Move them to
144
+ appropriate section above if needed. Do not delete the lines(!):
145
+ * ``Add mechanism to suspend providers (#30422)``
146
+
136
147
  3.3.1
137
148
  .....
138
149
 
@@ -338,5 +349,3 @@ Updated documentation and readme files.
338
349
  .....
339
350
 
340
351
  Initial version of the provider.
341
-
342
-
@@ -19,7 +19,7 @@
19
19
 
20
20
  Package ``apache-airflow-providers-sqlite``
21
21
 
22
- Release: ``3.3.1rc3``
22
+ Release: ``3.3.2rc1``
23
23
 
24
24
 
25
25
  `SQLite <https://www.sqlite.org/>`__
@@ -32,7 +32,7 @@ This is a provider package for ``sqlite`` provider. All classes for this provide
32
32
  are in ``airflow.providers.sqlite`` python package.
33
33
 
34
34
  You can find package information and changelog for the provider
35
- in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.3.1/>`_.
35
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.3.2/>`_.
36
36
 
37
37
 
38
38
  Installation
@@ -98,6 +98,18 @@ Dependent package
98
98
  Changelog
99
99
  ---------
100
100
 
101
+ 3.3.2
102
+ .....
103
+
104
+ Misc
105
+ ~~~~
106
+
107
+ * ``Use connection URI in SqliteHook (#28721)``
108
+
109
+ .. Below changes are excluded from the changelog. Move them to
110
+ appropriate section above if needed. Do not delete the lines(!):
111
+ * ``Add mechanism to suspend providers (#30422)``
112
+
101
113
  3.3.1
102
114
  .....
103
115
 
@@ -27,7 +27,9 @@ def get_provider_info():
27
27
  "package-name": "apache-airflow-providers-sqlite",
28
28
  "name": "SQLite",
29
29
  "description": "`SQLite <https://www.sqlite.org/>`__\n",
30
+ "suspended": False,
30
31
  "versions": [
32
+ "3.3.2",
31
33
  "3.3.1",
32
34
  "3.3.0",
33
35
  "3.2.1",
@@ -18,6 +18,7 @@
18
18
  from __future__ import annotations
19
19
 
20
20
  import sqlite3
21
+ from urllib.parse import unquote
21
22
 
22
23
  from airflow.providers.common.sql.hooks.sql import DbApiHook
23
24
 
@@ -33,13 +34,23 @@ class SqliteHook(DbApiHook):
33
34
 
34
35
  def get_conn(self) -> sqlite3.dbapi2.Connection:
35
36
  """Returns a sqlite connection object"""
36
- conn_id = getattr(self, self.conn_name_attr)
37
- airflow_conn = self.get_connection(conn_id)
38
- conn = sqlite3.connect(airflow_conn.host)
37
+ sqlalchemy_uri = self.get_uri()
38
+ # The sqlite3 connection does not use the sqlite scheme.
39
+ # See https://docs.sqlalchemy.org/en/14/dialects/sqlite.html#uri-connections for details.
40
+ sqlite_uri = sqlalchemy_uri.replace("sqlite:///", "file:")
41
+ conn = sqlite3.connect(sqlite_uri, uri=True)
39
42
  return conn
40
43
 
41
44
  def get_uri(self) -> str:
42
45
  """Override DbApiHook get_uri method for get_sqlalchemy_engine()"""
43
46
  conn_id = getattr(self, self.conn_name_attr)
44
47
  airflow_conn = self.get_connection(conn_id)
45
- return f"sqlite:///{airflow_conn.host}"
48
+ if airflow_conn.conn_type is None:
49
+ airflow_conn.conn_type = self.conn_type
50
+ airflow_uri = unquote(airflow_conn.get_uri())
51
+ # For sqlite, there is no schema in the connection URI. So we need to drop the trailing slash.
52
+ airflow_sqlite_uri = airflow_uri.replace("/?", "?")
53
+ # The sqlite connection has one more slash for path specification.
54
+ # See https://docs.sqlalchemy.org/en/14/dialects/sqlite.html#connect-strings for details.
55
+ sqlalchemy_uri = airflow_sqlite_uri.replace("sqlite://", "sqlite:///")
56
+ return sqlalchemy_uri
@@ -1,19 +1,18 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: apache-airflow-providers-sqlite
3
- Version: 3.3.1rc3
3
+ Version: 3.3.2rc1
4
4
  Summary: Provider for Apache Airflow. Implements apache-airflow-providers-sqlite package
5
5
  Home-page: https://airflow.apache.org/
6
+ Download-URL: https://archive.apache.org/dist/airflow/providers
6
7
  Author: Apache Software Foundation
7
8
  Author-email: dev@airflow.apache.org
8
9
  License: Apache License 2.0
9
- Download-URL: https://archive.apache.org/dist/airflow/providers
10
- Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.3.1/
10
+ Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.3.2/
11
11
  Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
12
12
  Project-URL: Source Code, https://github.com/apache/airflow
13
13
  Project-URL: Slack Chat, https://s.apache.org/airflow-slack
14
14
  Project-URL: Twitter, https://twitter.com/ApacheAirflow
15
15
  Project-URL: YouTube, https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
16
- Platform: UNKNOWN
17
16
  Classifier: Development Status :: 5 - Production/Stable
18
17
  Classifier: Environment :: Console
19
18
  Classifier: Environment :: Web Environment
@@ -54,7 +53,7 @@ License-File: NOTICE
54
53
 
55
54
  Package ``apache-airflow-providers-sqlite``
56
55
 
57
- Release: ``3.3.1rc3``
56
+ Release: ``3.3.2rc1``
58
57
 
59
58
 
60
59
  `SQLite <https://www.sqlite.org/>`__
@@ -67,7 +66,7 @@ This is a provider package for ``sqlite`` provider. All classes for this provide
67
66
  are in ``airflow.providers.sqlite`` python package.
68
67
 
69
68
  You can find package information and changelog for the provider
70
- in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.3.1/>`_.
69
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.3.2/>`_.
71
70
 
72
71
 
73
72
  Installation
@@ -133,6 +132,18 @@ Dependent package
133
132
  Changelog
134
133
  ---------
135
134
 
135
+ 3.3.2
136
+ .....
137
+
138
+ Misc
139
+ ~~~~
140
+
141
+ * ``Use connection URI in SqliteHook (#28721)``
142
+
143
+ .. Below changes are excluded from the changelog. Move them to
144
+ appropriate section above if needed. Do not delete the lines(!):
145
+ * ``Add mechanism to suspend providers (#30422)``
146
+
136
147
  3.3.1
137
148
  .....
138
149
 
@@ -338,5 +349,3 @@ Updated documentation and readme files.
338
349
  .....
339
350
 
340
351
  Initial version of the provider.
341
-
342
-
@@ -1,3 +1,2 @@
1
1
  [apache_airflow_provider]
2
2
  provider_info = airflow.providers.sqlite.get_provider_info:get_provider_info
3
-
@@ -0,0 +1,162 @@
1
+ # Licensed to the Apache Software Foundation (ASF) under one
2
+ # or more contributor license agreements. See the NOTICE file
3
+ # distributed with this work for additional information
4
+ # regarding copyright ownership. The ASF licenses this file
5
+ # to you under the Apache License, Version 2.0 (the
6
+ # "License"); you may not use this file except in compliance
7
+ # with the License. You may obtain a copy of the License at
8
+ #
9
+ # http://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing,
12
+ # software distributed under the License is distributed on an
13
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+ # KIND, either express or implied. See the License for the
15
+ # specific language governing permissions and limitations
16
+ # under the License.
17
+ [tool.black]
18
+ line-length = 110
19
+ target-version = ['py37', 'py38', 'py39', 'py310']
20
+ # The build system section is needed in order to workaround the side-effect introduced by recent
21
+ # setup tools version. The recent setuptools version update (64.0.0) broke paths of editable installations
22
+ # and we have to pin it to 63.4.3 version
23
+ # The problem is tracked (and this limitation might be removed if it is solved) in:
24
+ # https://github.com/pypa/setuptools/issues/3548
25
+ [build-system]
26
+ requires = ['setuptools==67.2.0']
27
+ build-backend = "setuptools.build_meta"
28
+
29
+ [tool.ruff]
30
+ typing-modules = ["airflow.typing_compat"]
31
+ line-length = 110
32
+ extend-exclude = [
33
+ ".eggs",
34
+ "airflow/_vendor/*",
35
+ "airflow/providers/google/ads/_vendor/*",
36
+ # The files generated by stubgen aren't 100% valid syntax it turns out, and we don't ship them, so we can
37
+ # ignore them in ruff
38
+ "airflow/providers/common/sql/*/*.pyi"
39
+ ]
40
+
41
+ # TODO: Bump to Python 3.8 when support for Python 3.7 is dropped in Airflow.
42
+ target-version = "py37"
43
+
44
+ extend-select = [
45
+ "I", # Missing required import (auto-fixable)
46
+ "UP", # Pyupgrade
47
+ "RUF100", # Unused noqa (auto-fixable)
48
+
49
+ # We ignore more pydocstyle than we enable, so be more selective at what we enable
50
+ "D101",
51
+ "D106",
52
+ "D2",
53
+ "D3",
54
+ # "D401", # Not enabled by ruff, but we don't want it
55
+ "D402",
56
+ "D403",
57
+ "D412",
58
+ "D419"
59
+ ]
60
+ extend-ignore = [
61
+ "D203",
62
+ "D205",
63
+ "D212",
64
+ "D213",
65
+ "D214",
66
+ "D215",
67
+ "E731",
68
+ ]
69
+
70
+ [tool.pytest.ini_options]
71
+ # * Disable `flaky` plugin for pytest. This plugin conflicts with `rerunfailures` because provide same marker.
72
+ # * Disable `nose` builtin plugin for pytest. This feature deprecated in 7.2 and will be removed in pytest>=8
73
+ # * And we focus on use native pytest capabilities rather than adopt another frameworks.
74
+ addopts = "-rasl --verbosity=2 -p no:flaky -p no:nose --asyncio-mode=strict"
75
+ norecursedirs = [
76
+ ".eggs",
77
+ "airflow",
78
+ "tests/dags_with_system_exit",
79
+ "tests/test_utils",
80
+ "tests/dags_corrupted",
81
+ "tests/dags",
82
+ "tests/system/providers/google/cloud/dataproc/resources",
83
+ "tests/system/providers/google/cloud/gcs/resources",
84
+ ]
85
+ log_level = "INFO"
86
+ filterwarnings = [
87
+ "error::pytest.PytestCollectionWarning",
88
+ "ignore::DeprecationWarning:flask_appbuilder.filemanager",
89
+ "ignore::DeprecationWarning:flask_appbuilder.widgets",
90
+ # https://github.com/dpgaspar/Flask-AppBuilder/pull/1940
91
+ "ignore::DeprecationWarning:flask_sqlalchemy",
92
+ # https://github.com/dpgaspar/Flask-AppBuilder/pull/1903
93
+ "ignore::DeprecationWarning:apispec.utils",
94
+ ]
95
+ python_files = [
96
+ "*.py",
97
+ ]
98
+ testpaths = [
99
+ "tests",
100
+ ]
101
+
102
+ [tool.ruff.isort]
103
+ known-first-party = ["airflow", "airflow_breeze", "docker_tests", "docs", "kubernetes_tests", "tests"]
104
+ required-imports = ["from __future__ import annotations"]
105
+ combine-as-imports = true
106
+
107
+ # TODO: for now, https://github.com/charliermarsh/ruff/issues/1817
108
+ known-third-party = [
109
+ "asana",
110
+ "atlassian",
111
+ "celery",
112
+ "cloudant",
113
+ "databricks",
114
+ "datadog",
115
+ "docker",
116
+ "elasticsearch",
117
+ "github",
118
+ "google",
119
+ "grpc",
120
+ "jenkins",
121
+ "mysql",
122
+ "neo4j",
123
+ "papermill",
124
+ "redis",
125
+ "sendgrid",
126
+ "snowflake",
127
+ "telegram",
128
+ "trino",
129
+ ]
130
+
131
+ [tool.ruff.per-file-ignores]
132
+ "airflow/models/__init__.py" = ["F401"]
133
+ "airflow/models/sqla_models.py" = ["F401"]
134
+
135
+
136
+ # The test_python.py is needed because adding __future__.annotations breaks runtime checks that are
137
+ # needed for the test to work
138
+ "tests/decorators/test_python.py" = ["I002"]
139
+
140
+ # The Pydantic representations of SqlAlchemy Models are not parsed well with Pydantic
141
+ # when __future__.annotations is used so we need to skip them from upgrading
142
+ "airflow/serialization/pydantic/*.py" = ["I002"]
143
+
144
+ # Ignore pydoc style from these
145
+ "*.pyi" = ["D"]
146
+ "tests/*" = ["D"]
147
+ "scripts/*" = ["D"]
148
+ "dev/*" = ["D"]
149
+ "docs/*" = ["D"]
150
+ "provider_packages/*" = ["D"]
151
+ "docker_tests/*" = ["D"]
152
+ "kubernetes_tests/*" = ["D"]
153
+ "*/example_dags/*" = ["D"]
154
+ "chart/*" = ["D"]
155
+
156
+ # All of the modules which have an extra license header (i.e. that we copy from another project) need to
157
+ # ignore E402 -- module level import not at top level
158
+ "airflow/api/auth/backend/kerberos_auth.py" = ["E402"]
159
+ "airflow/security/kerberos.py" = ["E402"]
160
+ "airflow/security/utils.py" = ["E402"]
161
+ "tests/providers/elasticsearch/log/elasticmock/__init__.py" = ["E402"]
162
+ "tests/providers/elasticsearch/log/elasticmock/utilities/__init__.py" = ["E402"]
@@ -27,7 +27,7 @@ classifiers =
27
27
  Programming Language :: Python :: 3.10
28
28
  Topic :: System :: Monitoring
29
29
  project_urls =
30
- Documentation=https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.3.1/
30
+ Documentation=https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.3.2/
31
31
  Bug Tracker=https://github.com/apache/airflow/issues
32
32
  Source Code=https://github.com/apache/airflow
33
33
  Slack Chat=https://s.apache.org/airflow-slack
@@ -56,6 +56,6 @@ apache_airflow_provider =
56
56
  packages = airflow.providers.sqlite
57
57
 
58
58
  [egg_info]
59
- tag_build = rc3
59
+ tag_build = rc1
60
60
  tag_date = 0
61
61
 
@@ -26,7 +26,7 @@
26
26
 
27
27
  from setuptools import find_namespace_packages, setup
28
28
 
29
- version = "3.3.1"
29
+ version = "3.3.2"
30
30
 
31
31
 
32
32
  def do_setup():
@@ -34,7 +34,14 @@ def do_setup():
34
34
  setup(
35
35
  version=version,
36
36
  extras_require={"common.sql": ["apache-airflow-providers-common-sql"]},
37
- packages=find_namespace_packages(include=["airflow.providers.sqlite", "airflow.providers.sqlite.*"]),
37
+ packages=find_namespace_packages(
38
+ include=[
39
+ "airflow.providers.sqlite",
40
+ "airflow.providers.sqlite.*",
41
+ "airflow.providers.sqlite_vendor",
42
+ "airflow.providers.sqlite_vendor.*",
43
+ ],
44
+ ),
38
45
  )
39
46
 
40
47
 
@@ -1,39 +0,0 @@
1
- # Licensed to the Apache Software Foundation (ASF) under one
2
- # or more contributor license agreements. See the NOTICE file
3
- # distributed with this work for additional information
4
- # regarding copyright ownership. The ASF licenses this file
5
- # to you under the Apache License, Version 2.0 (the
6
- # "License"); you may not use this file except in compliance
7
- # with the License. You may obtain a copy of the License at
8
- #
9
- # http://www.apache.org/licenses/LICENSE-2.0
10
- #
11
- # Unless required by applicable law or agreed to in writing,
12
- # software distributed under the License is distributed on an
13
- # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
- # KIND, either express or implied. See the License for the
15
- # specific language governing permissions and limitations
16
- # under the License.
17
- [tool.black]
18
- line-length = 110
19
- target-version = ['py37', 'py38', 'py39', 'py310']
20
- # The build system section is needed in order to workaround the side-effect introduced by recent
21
- # setup tools version. The recent setuptools version update (64.0.0) broke paths of editable installations
22
- # and we have to pin it to 63.4.3 version
23
- # The problem is tracked (and this limitation might be removed if it is solved) in:
24
- # https://github.com/pypa/setuptools/issues/3548
25
- [build-system]
26
- requires = ['setuptools==63.4.3']
27
- build-backend = "setuptools.build_meta"
28
- [tool.isort]
29
- add_imports = ["from __future__ import annotations"]
30
- append_only = true
31
- line_length = 110
32
- combine_as_imports = true
33
- default_section = "THIRDPARTY"
34
- known_first_party = ["airflow", "airflow_breeze", "docker_tests", "docs", "kubernetes_tests", "tests"]
35
- # The test_python.py is needed because adding __future__.annotations breaks runtime checks that are
36
- # needed for the test to work
37
- skip = ["build", ".tox", "venv", "tests/decorators/test_python.py"]
38
- skip_glob = ["*.pyi"]
39
- profile = "black"