apache-airflow-providers-exasol 4.7.4rc1__tar.gz → 4.7.5rc1__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-exasol might be problematic. Click here for more details.

Files changed (30) hide show
  1. {apache_airflow_providers_exasol-4.7.4rc1 → apache_airflow_providers_exasol-4.7.5rc1}/PKG-INFO +6 -6
  2. {apache_airflow_providers_exasol-4.7.4rc1 → apache_airflow_providers_exasol-4.7.5rc1}/README.rst +3 -3
  3. apache_airflow_providers_exasol-4.7.5rc1/docs/.latest-doc-only-change.txt +1 -0
  4. apache_airflow_providers_exasol-4.7.5rc1/docs/changelog.rst +578 -0
  5. apache_airflow_providers_exasol-4.7.5rc1/docs/commits.rst +638 -0
  6. apache_airflow_providers_exasol-4.7.5rc1/docs/conf.py +27 -0
  7. apache_airflow_providers_exasol-4.7.5rc1/docs/index.rst +119 -0
  8. apache_airflow_providers_exasol-4.7.5rc1/docs/installing-providers-from-sources.rst +18 -0
  9. apache_airflow_providers_exasol-4.7.5rc1/docs/integration-logos/Exasol.png +0 -0
  10. apache_airflow_providers_exasol-4.7.5rc1/docs/security.rst +18 -0
  11. apache_airflow_providers_exasol-4.7.5rc1/provider.yaml +86 -0
  12. {apache_airflow_providers_exasol-4.7.4rc1 → apache_airflow_providers_exasol-4.7.5rc1}/pyproject.toml +19 -4
  13. apache_airflow_providers_exasol-4.7.5rc1/src/airflow/__init__.py +17 -0
  14. apache_airflow_providers_exasol-4.7.5rc1/src/airflow/providers/__init__.py +17 -0
  15. {apache_airflow_providers_exasol-4.7.4rc1 → apache_airflow_providers_exasol-4.7.5rc1}/src/airflow/providers/exasol/__init__.py +1 -1
  16. {apache_airflow_providers_exasol-4.7.4rc1 → apache_airflow_providers_exasol-4.7.5rc1}/src/airflow/providers/exasol/get_provider_info.py +0 -49
  17. {apache_airflow_providers_exasol-4.7.4rc1 → apache_airflow_providers_exasol-4.7.5rc1}/src/airflow/providers/exasol/hooks/exasol.py +1 -2
  18. apache_airflow_providers_exasol-4.7.5rc1/tests/conftest.py +19 -0
  19. apache_airflow_providers_exasol-4.7.5rc1/tests/unit/__init__.py +17 -0
  20. apache_airflow_providers_exasol-4.7.5rc1/tests/unit/exasol/__init__.py +17 -0
  21. apache_airflow_providers_exasol-4.7.5rc1/tests/unit/exasol/hooks/__init__.py +17 -0
  22. apache_airflow_providers_exasol-4.7.5rc1/tests/unit/exasol/hooks/test_exasol.py +173 -0
  23. apache_airflow_providers_exasol-4.7.5rc1/tests/unit/exasol/hooks/test_sql.py +293 -0
  24. apache_airflow_providers_exasol-4.7.5rc1/tests/unit/exasol/operators/__init__.py +17 -0
  25. apache_airflow_providers_exasol-4.7.5rc1/tests/unit/exasol/operators/test_exasol.py +60 -0
  26. apache_airflow_providers_exasol-4.7.5rc1/tests/unit/exasol/operators/test_exasol_sql.py +150 -0
  27. {apache_airflow_providers_exasol-4.7.4rc1 → apache_airflow_providers_exasol-4.7.5rc1}/src/airflow/providers/exasol/LICENSE +0 -0
  28. {apache_airflow_providers_exasol-4.7.4rc1 → apache_airflow_providers_exasol-4.7.5rc1}/src/airflow/providers/exasol/hooks/__init__.py +0 -0
  29. {apache_airflow_providers_exasol-4.7.4rc1 → apache_airflow_providers_exasol-4.7.5rc1}/src/airflow/providers/exasol/operators/__init__.py +0 -0
  30. {apache_airflow_providers_exasol-4.7.4rc1 → apache_airflow_providers_exasol-4.7.5rc1}/src/airflow/providers/exasol/operators/exasol.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: apache-airflow-providers-exasol
3
- Version: 4.7.4rc1
3
+ Version: 4.7.5rc1
4
4
  Summary: Provider package apache-airflow-providers-exasol for Apache Airflow
5
5
  Keywords: airflow-provider,exasol,airflow,integration
6
6
  Author-email: Apache Software Foundation <dev@airflow.apache.org>
@@ -25,8 +25,8 @@ Requires-Dist: apache-airflow-providers-common-sql>=1.20.0rc0
25
25
  Requires-Dist: pyexasol>=0.5.1
26
26
  Requires-Dist: pandas>=2.1.2,<2.2
27
27
  Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
28
- Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.7.4/changelog.html
29
- Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.7.4
28
+ Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.7.5/changelog.html
29
+ Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.7.5
30
30
  Project-URL: Mastodon, https://fosstodon.org/@airflow
31
31
  Project-URL: Slack Chat, https://s.apache.org/airflow-slack
32
32
  Project-URL: Source Code, https://github.com/apache/airflow
@@ -57,7 +57,7 @@ Project-URL: YouTube, https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
57
57
 
58
58
  Package ``apache-airflow-providers-exasol``
59
59
 
60
- Release: ``4.7.4``
60
+ Release: ``4.7.5``
61
61
 
62
62
 
63
63
  `Exasol <https://www.exasol.com/>`__
@@ -70,7 +70,7 @@ This is a provider package for ``exasol`` provider. All classes for this provide
70
70
  are in ``airflow.providers.exasol`` python package.
71
71
 
72
72
  You can find package information and changelog for the provider
73
- in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.7.4/>`_.
73
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.7.5/>`_.
74
74
 
75
75
  Installation
76
76
  ------------
@@ -113,5 +113,5 @@ Dependent package
113
113
  ============================================================================================================ ==============
114
114
 
115
115
  The changelog for the provider package can be found in the
116
- `changelog <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.7.4/changelog.html>`_.
116
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.7.5/changelog.html>`_.
117
117
 
@@ -23,7 +23,7 @@
23
23
 
24
24
  Package ``apache-airflow-providers-exasol``
25
25
 
26
- Release: ``4.7.4``
26
+ Release: ``4.7.5``
27
27
 
28
28
 
29
29
  `Exasol <https://www.exasol.com/>`__
@@ -36,7 +36,7 @@ This is a provider package for ``exasol`` provider. All classes for this provide
36
36
  are in ``airflow.providers.exasol`` 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-exasol/4.7.4/>`_.
39
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.7.5/>`_.
40
40
 
41
41
  Installation
42
42
  ------------
@@ -79,4 +79,4 @@ Dependent package
79
79
  ============================================================================================================ ==============
80
80
 
81
81
  The changelog for the provider package can be found in the
82
- `changelog <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.7.4/changelog.html>`_.
82
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.7.5/changelog.html>`_.
@@ -0,0 +1 @@
1
+ 7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f
@@ -0,0 +1,578 @@
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
+
18
+
19
+ .. NOTE TO CONTRIBUTORS:
20
+ Please, only add notes to the Changelog just below the "Changelog" header when there are some breaking changes
21
+ and you want to add an explanation to the users on how they are supposed to deal with them.
22
+ The changelog is updated and maintained semi-automatically by release manager.
23
+
24
+ ``apache-airflow-providers-exasol``
25
+
26
+
27
+ Changelog
28
+ ---------
29
+
30
+ 4.7.5
31
+ .....
32
+
33
+ Misc
34
+ ~~~~
35
+
36
+ * ``remove superfluous else block (#49199)``
37
+
38
+ .. Below changes are excluded from the changelog. Move them to
39
+ appropriate section above if needed. Do not delete the lines(!):
40
+ * ``Prepare docs for Apr 2nd wave of providers (#49051)``
41
+ * ``Remove unnecessary entries in get_provider_info and update the schema (#48849)``
42
+ * ``Remove fab from preinstalled providers (#48457)``
43
+ * ``Improve documentation building iteration (#48760)``
44
+
45
+ 4.7.4
46
+ .....
47
+
48
+ Bug Fixes
49
+ ~~~~~~~~~
50
+
51
+ * ``fix: logs SQL before execution in 'ExasolHook' (#48688)``
52
+
53
+ .. Below changes are excluded from the changelog. Move them to
54
+ appropriate section above if needed. Do not delete the lines(!):
55
+ * ``Simplify tooling by switching completely to uv (#48223)``
56
+ * ``Prepare docs for Mar 2nd wave of providers (#48383)``
57
+ * ``Upgrade providers flit build requirements to 3.12.0 (#48362)``
58
+ * ``Move airflow sources to airflow-core package (#47798)``
59
+ * ``Remove links to x/twitter.com (#47801)``
60
+
61
+ 4.7.3
62
+ .....
63
+
64
+ Bug Fixes
65
+ ~~~~~~~~~
66
+
67
+ * ``fIx deprecation warnings in common.sql (#47169)``
68
+
69
+ Misc
70
+ ~~~~
71
+
72
+ * ``Upgrade flit to 3.11.0 (#46938)``
73
+
74
+ .. Below changes are excluded from the changelog. Move them to
75
+ appropriate section above if needed. Do not delete the lines(!):
76
+ * ``Move tests_common package to devel-common project (#47281)``
77
+ * ``Improve documentation for updating provider dependencies (#47203)``
78
+ * ``Add legacy namespace packages to airflow.providers (#47064)``
79
+ * ``Remove extra whitespace in provider readme template (#46975)``
80
+
81
+ 4.7.2
82
+ .....
83
+
84
+ .. note::
85
+ This version has no code changes. It's released due to yank of previous version due to packaging issues.
86
+
87
+ 4.7.1
88
+ .....
89
+
90
+ Bug Fixes
91
+ ~~~~~~~~~
92
+
93
+ * ``Fix rowcount logging in exasol provider (#44022) (#45760)``
94
+
95
+ .. Below changes are excluded from the changelog. Move them to
96
+ appropriate section above if needed. Do not delete the lines(!):
97
+ * ``Move provider_tests to unit folder in provider tests (#46800)``
98
+ * ``Removed the unused provider's distribution (#46608)``
99
+ * ``move exasol provider to new structure (#46122)``
100
+ * ``Remove obsolete pandas specfication for pre-python 3.9 (#45399)``
101
+
102
+ 4.7.0
103
+ .....
104
+
105
+ .. note::
106
+ This release of provider is only available for Airflow 2.9+ as explained in the
107
+ `Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_.
108
+
109
+ Misc
110
+ ~~~~
111
+
112
+ * ``Bump minimum Airflow version in providers to Airflow 2.9.0 (#44956)``
113
+
114
+ .. Below changes are excluded from the changelog. Move them to
115
+ appropriate section above if needed. Do not delete the lines(!):
116
+ * ``Use Python 3.9 as target version for Ruff & Black rules (#44298)``
117
+
118
+ 4.6.1
119
+ .....
120
+
121
+ Misc
122
+ ~~~~
123
+
124
+ * ``Add support for semicolon stripping to DbApiHook, PrestoHook, and TrinoHook (#41916)``
125
+
126
+
127
+ .. Below changes are excluded from the changelog. Move them to
128
+ appropriate section above if needed. Do not delete the lines(!):
129
+ * ``Start porting DAG definition code to the Task SDK (#43076)``
130
+ * ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)``
131
+
132
+ 4.6.0
133
+ .....
134
+
135
+ .. note::
136
+ This release of provider is only available for Airflow 2.8+ as explained in the
137
+ `Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_.
138
+
139
+ Misc
140
+ ~~~~
141
+
142
+ * ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)``
143
+
144
+
145
+ .. Below changes are excluded from the changelog. Move them to
146
+ appropriate section above if needed. Do not delete the lines(!):
147
+
148
+ 4.5.3
149
+ .....
150
+
151
+ Misc
152
+ ~~~~
153
+
154
+ * ``Clean up remaining getattr connection DbApiHook (#40665)``
155
+
156
+
157
+ .. Below changes are excluded from the changelog. Move them to
158
+ appropriate section above if needed. Do not delete the lines(!):
159
+ * ``Prepare docs 1st wave July 2024 (#40644)``
160
+ * ``Enable enforcing pydocstyle rule D213 in ruff. (#40448)``
161
+
162
+ 4.5.2
163
+ .....
164
+
165
+ Bug Fixes
166
+ ~~~~~~~~~
167
+
168
+
169
+ Misc
170
+ ~~~~
171
+
172
+ * ``Update pandas minimum requirement for Python 3.12 (#40272)``
173
+ * ``implement per-provider tests with lowest-direct dependency resolution (#39946)``
174
+
175
+ 4.5.1
176
+ .....
177
+
178
+ Misc
179
+ ~~~~
180
+
181
+ * ``Faster 'airflow_version' imports (#39552)``
182
+ * ``Simplify 'airflow_version' imports (#39497)``
183
+
184
+ .. Below changes are excluded from the changelog. Move them to
185
+ appropriate section above if needed. Do not delete the lines(!):
186
+ * ``Reapply templates for all providers (#39554)``
187
+
188
+ 4.5.0
189
+ .....
190
+
191
+ .. note::
192
+ This release of provider is only available for Airflow 2.7+ as explained in the
193
+ `Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_.
194
+
195
+ Misc
196
+ ~~~~
197
+
198
+ * ``Bump minimum Airflow version in providers to Airflow 2.7.0 (#39240)``
199
+
200
+ .. Below changes are excluded from the changelog. Move them to
201
+ appropriate section above if needed. Do not delete the lines(!):
202
+ * ``Prepare docs 1st wave (RC1) April 2024 (#38863)``
203
+ * ``Bump ruff to 0.3.3 (#38240)``
204
+
205
+ 4.4.3
206
+ .....
207
+
208
+ Misc
209
+ ~~~~
210
+
211
+ * ``Limit 'pandas' to '<2.2' (#37748)``
212
+
213
+ .. Below changes are excluded from the changelog. Move them to
214
+ appropriate section above if needed. Do not delete the lines(!):
215
+ * ``Add comment about versions updated by release manager (#37488)``
216
+
217
+ 4.4.2
218
+ .....
219
+
220
+ Misc
221
+ ~~~~
222
+
223
+ * ``Set min pandas dependency to 1.2.5 for all providers and airflow (#36698)``
224
+
225
+ .. Below changes are excluded from the changelog. Move them to
226
+ appropriate section above if needed. Do not delete the lines(!):
227
+ * ``Run mypy checks for full packages in CI (#36638)``
228
+ * ``Prepare docs 1st wave of Providers January 2024 (#36640)``
229
+ * ``Speed up autocompletion of Breeze by simplifying provider state (#36499)``
230
+ * ``Prepare docs 2nd wave of Providers January 2024 (#36945)``
231
+
232
+ 4.4.1
233
+ .....
234
+
235
+ Bug Fixes
236
+ ~~~~~~~~~
237
+
238
+ * ``Return common data structure in DBApi derived classes``
239
+
240
+ .. Below changes are excluded from the changelog. Move them to
241
+ appropriate section above if needed. Do not delete the lines(!):
242
+
243
+ 4.4.0
244
+ .....
245
+
246
+ .. note::
247
+ This release of provider is only available for Airflow 2.6+ as explained in the
248
+ `Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_.
249
+
250
+ Misc
251
+ ~~~~
252
+
253
+ * ``Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017)``
254
+
255
+ .. Below changes are excluded from the changelog. Move them to
256
+ appropriate section above if needed. Do not delete the lines(!):
257
+ * ``Fix and reapply templates for provider documentation (#35686)``
258
+ * ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)``
259
+ * ``Update information about links into the provider.yaml files (#35837)``
260
+ * ``Prepare docs 2nd wave of Providers November 2023 (#35836)``
261
+ * ``Use reproducible builds for providers (#35693)``
262
+ * ``Prepare docs 1st wave of Providers November 2023 (#35537)``
263
+ * ``Prepare docs 3rd wave of Providers October 2023 (#35187)``
264
+ * ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)``
265
+ * ``D401 Support - Providers: DaskExecutor to Github (Inclusive) (#34935)``
266
+
267
+ 4.3.0
268
+ .....
269
+
270
+ .. note::
271
+ This release of provider is only available for Airflow 2.5+ as explained in the
272
+ `Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_.
273
+
274
+ Misc
275
+ ~~~~
276
+
277
+ * ``Bump min airflow version of providers (#34728)``
278
+
279
+ 4.2.5
280
+ .....
281
+
282
+ Misc
283
+ ~~~~
284
+
285
+ * ``Use a single statement with multiple contexts instead of nested statements in providers (#33768)``
286
+ * ``Use literal dict instead of calling dict() in providers (#33761)``
287
+
288
+ 4.2.4
289
+ .....
290
+
291
+ Misc
292
+ ~~~~
293
+
294
+ * ``Avoid importing pandas and numpy in runtime and module level (#33483)``
295
+
296
+ 4.2.3
297
+ .....
298
+
299
+ Misc
300
+ ~~~~
301
+
302
+ * ``Add a new parameter to SQL operators to specify conn id field (#30784)``
303
+
304
+ 4.2.2
305
+ .....
306
+
307
+ Misc
308
+ ~~~~
309
+
310
+ * ``Add more accurate typing for DbApiHook.run method (#31846)``
311
+
312
+ .. Below changes are excluded from the changelog. Move them to
313
+ appropriate section above if needed. Do not delete the lines(!):
314
+ * ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)``
315
+ * ``Remove spurious headers for provider changelogs (#32373)``
316
+ * ``Prepare docs for July 2023 wave of Providers (#32298)``
317
+ * ``Improve provider documentation and README structure (#32125)``
318
+
319
+ 4.2.1
320
+ .....
321
+
322
+ .. note::
323
+ This release dropped support for Python 3.7
324
+
325
+ Misc
326
+ ~~~~
327
+
328
+ * ``Add note about dropping Python 3.7 for providers (#32015)``
329
+
330
+ .. Below changes are excluded from the changelog. Move them to
331
+ appropriate section above if needed. Do not delete the lines(!):
332
+ * ``Improve docstrings in providers (#31681)``
333
+ * ``Add D400 pydocstyle check - Providers (#31427)``
334
+
335
+ 4.2.0
336
+ .....
337
+
338
+ .. note::
339
+ This release of provider is only available for Airflow 2.4+ as explained in the
340
+ `Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_.
341
+
342
+ Misc
343
+ ~~~~
344
+
345
+ * ``Bump minimum Airflow version in providers (#30917)``
346
+
347
+ .. Below changes are excluded from the changelog. Move them to
348
+ appropriate section above if needed. Do not delete the lines(!):
349
+ * ``Add full automation for min Airflow version for providers (#30994)``
350
+ * ``Add mechanism to suspend providers (#30422)``
351
+ * ``Use '__version__' in providers not 'version' (#31393)``
352
+ * ``Fixing circular import error in providers caused by airflow version check (#31379)``
353
+ * ``Prepare docs for May 2023 wave of Providers (#31252)``
354
+
355
+ 4.1.3
356
+ .....
357
+
358
+ Bug Fixes
359
+ ~~~~~~~~~
360
+ * ``Handle non-compliant behaviour of Exasol cursor (#28744)``
361
+
362
+ 4.1.2
363
+ .....
364
+
365
+ Features
366
+ ~~~~~~~~
367
+
368
+ * ``Update Exasol to common DBApiHook semantics and add tests (#28009)``
369
+
370
+
371
+ * ``Fix wrapping of run() method result of exasol and snoflake DB hooks (#27997)``
372
+
373
+
374
+ 4.1.1
375
+ .....
376
+
377
+ Bug Fixes
378
+ ~~~~~~~~~
379
+
380
+ * ``Fix errors in Databricks SQL operator introduced when refactoring (#27854)``
381
+ * ``Bump common.sql provider to 1.3.1 (#27888)``
382
+ * ``Fixing the behaviours of SQL Hooks and Operators finally (#27912)``
383
+
384
+ .. Below changes are excluded from the changelog. Move them to
385
+ appropriate section above if needed. Do not delete the lines(!):
386
+ * ``Prepare for follow-up release for November providers (#27774)``
387
+
388
+ 4.1.0
389
+ .....
390
+
391
+ .. note::
392
+ This release of provider is only available for Airflow 2.3+ as explained in the
393
+ `Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_.
394
+
395
+ Misc
396
+ ~~~~
397
+
398
+ * ``Move min airflow version to 2.3.0 for all providers (#27196)``
399
+
400
+ Features
401
+ ~~~~~~~~
402
+
403
+ * ``Add SQLExecuteQueryOperator (#25717)``
404
+ * ``Use DbApiHook.run for DbApiHook.get_records and DbApiHook.get_first (#26944)``
405
+
406
+ .. Below changes are excluded from the changelog. Move them to
407
+ appropriate section above if needed. Do not delete the lines(!):
408
+ * ``Update old style typing (#26872)``
409
+ * ``Enable string normalization in python formatting - providers (#27205)``
410
+
411
+ 4.0.1
412
+ .....
413
+
414
+ Misc
415
+ ~~~~
416
+
417
+ * ``Add common-sql lower bound for common-sql (#25789)``
418
+
419
+ .. Below changes are excluded from the changelog. Move them to
420
+ appropriate section above if needed. Do not delete the lines(!):
421
+ * ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)``
422
+
423
+ 4.0.0
424
+ .....
425
+
426
+ Breaking changes
427
+ ~~~~~~~~~~~~~~~~
428
+
429
+ * ``Deprecate hql parameters and synchronize DBApiHook method APIs (#25299)``
430
+
431
+ Features
432
+ ~~~~~~~~
433
+
434
+ * ``Unify DbApiHook.run() method with the methods which override it (#23971)``
435
+
436
+
437
+ 3.1.0
438
+ .....
439
+
440
+ Features
441
+ ~~~~~~~~
442
+
443
+ * ``Move all SQL classes to common-sql provider (#24836)``
444
+
445
+ .. Below changes are excluded from the changelog. Move them to
446
+ appropriate section above if needed. Do not delete the lines(!):
447
+ * ``Move provider dependencies to inside provider folders (#24672)``
448
+ * ``Remove 'hook-class-names' from provider.yaml (#24702)``
449
+
450
+ 3.0.0
451
+ .....
452
+
453
+ Breaking changes
454
+ ~~~~~~~~~~~~~~~~
455
+
456
+ .. note::
457
+ This release of provider is only available for Airflow 2.2+ as explained in the
458
+ `Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_.
459
+
460
+ Bug Fixes
461
+ ~~~~~~~~~
462
+
463
+ * ``Fix UnboundLocalError when sql is empty list in ExasolHook (#23812)``
464
+
465
+ .. Below changes are excluded from the changelog. Move them to
466
+ appropriate section above if needed. Do not delete the lines(!):
467
+ * ``Add explanatory note for contributors about updating Changelog (#24229)``
468
+ * ``Prepare docs for May 2022 provider's release (#24231)``
469
+ * ``Update package description to remove double min-airflow specification (#24292)``
470
+
471
+ 2.1.3
472
+ .....
473
+
474
+ Bug Fixes
475
+ ~~~~~~~~~
476
+
477
+ * ``Fix mistakenly added install_requires for all providers (#22382)``
478
+
479
+ 2.1.2
480
+ .....
481
+
482
+ Misc
483
+ ~~~~~
484
+
485
+ * ``Add Trove classifiers in PyPI (Framework :: Apache Airflow :: Provider)``
486
+
487
+ 2.1.1
488
+ .....
489
+
490
+ Misc
491
+ ~~~~
492
+
493
+ * ``Support for Python 3.10``
494
+
495
+ .. Below changes are excluded from the changelog. Move them to
496
+ appropriate section above if needed. Do not delete the lines(!):
497
+
498
+ 2.1.0
499
+ .....
500
+
501
+ Features
502
+ ~~~~~~~~
503
+
504
+ * ``Add more SQL template fields renderers (#21237)``
505
+
506
+ .. Below changes are excluded from the changelog. Move them to
507
+ appropriate section above if needed. Do not delete the lines(!):
508
+ * ``Fix K8S changelog to be PyPI-compatible (#20614)``
509
+ * ``Fix template_fields type to have MyPy friendly Sequence type (#20571)``
510
+ * ``Fix mypy for exasol and facebook hooks (#20291)``
511
+ * ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)``
512
+ * ``Update documentation for provider December 2021 release (#20523)``
513
+ * ``Even more typing in operators (template_fields/ext) (#20608)``
514
+ * ``Use typed Context EVERYWHERE (#20565)``
515
+ * ``Add documentation for January 2021 providers release (#21257)``
516
+
517
+ 2.0.1
518
+ .....
519
+
520
+ Bug Fixes
521
+ ~~~~~~~~~
522
+
523
+ * ``ExasolHook get_pandas_df does not return pandas dataframe but None (#17850)``
524
+
525
+ Misc
526
+ ~~~~
527
+
528
+ * ``Optimise connection importing for Airflow 2.2.0``
529
+
530
+ .. Below changes are excluded from the changelog. Move them to
531
+ appropriate section above if needed. Do not delete the lines(!):
532
+ * ``Update description about the new ''connection-types'' provider meta-data (#17767)``
533
+ * ``Import Hooks lazily individually in providers manager (#17682)``
534
+
535
+ 2.0.0
536
+ .....
537
+
538
+ Breaking changes
539
+ ~~~~~~~~~~~~~~~~
540
+
541
+ * ``Auto-apply apply_default decorator (#15667)``
542
+
543
+ .. warning:: Due to apply_default decorator removal, this version of the provider requires Airflow 2.1.0+.
544
+ If your Airflow version is < 2.1.0, and you want to install this provider version, first upgrade
545
+ Airflow to at least version 2.1.0. Otherwise your Airflow package version will be upgraded
546
+ automatically and you will have to manually run ``airflow upgrade db`` to complete the migration.
547
+
548
+ .. Below changes are excluded from the changelog. Move them to
549
+ appropriate section above if needed. Do not delete the lines(!):
550
+ * ``Adds interactivity when generating provider documentation. (#15518)``
551
+ * ``Prepares provider release after PIP 21 compatibility (#15576)``
552
+ * ``Remove Backport Providers (#14886)``
553
+ * ``Updated documentation for June 2021 provider release (#16294)``
554
+ * ``More documentation update for June providers release (#16405)``
555
+ * ``Synchronizes updated changelog after buggfix release (#16464)``
556
+
557
+ 1.1.1
558
+ .....
559
+
560
+ Bug fixes
561
+ ~~~~~~~~~
562
+
563
+ * ``Corrections in docs and tools after releasing provider RCs (#14082)``
564
+
565
+ 1.1.0
566
+ .....
567
+
568
+ Updated documentation and readme files.
569
+
570
+ Features
571
+ ~~~~~~~~
572
+
573
+ * ``Add ExasolToS3Operator (#13847)``
574
+
575
+ 1.0.0
576
+ .....
577
+
578
+ Initial version of the provider.