Package apache-airflow-providers-microsoft-azure

Microsoft Azure

This is detailed commit list of changes for versions provider package: microsoft.azure. For high-level changelog, see package information including changelog.

3.7.1

Latest change: 2022-03-14

Commit

Committed

Subject

16adc035b1

2022-03-14

Add documentation for Classifier release for March 2022 (#22226)

c1ab8e2d7b

2022-03-14

Protect against accidental misuse of XCom.get_value() (#22244)

d08284ed25

2022-03-11

`` Add map_index to XCom model and interface (#22112)``

3.7.0

Latest change: 2022-03-07

Commit

Committed

Subject

f5b96315fe

2022-03-07

Add documentation for Feb Providers release (#22056)

ba79adb631

2022-03-02

Make container creation configurable when uploading files via WasbHook (#20510)

f42559a773

2022-03-02

Add 'test_connection' method to 'AzureDataFactoryHook' (#21924)

08575ddd8a

2022-03-01

Change BaseOperatorLink interface to take a ti_key, not a datetime (#21798)

3c4524b4ec

2022-02-23

(AzureCosmosDBHook) Update to latest Cosmos API (#21514)

0a3ff43d41

2022-02-08

Add pre-commit check for docstring param types (#21398)

3.6.0

Latest change: 2022-02-08

Commit

Committed

Subject

d94fa37830

2022-02-08

Fixed changelog for January 2022 (delayed) provider's release (#21439)

6c3a67d4fc

2022-02-05

Add documentation for January 2021 providers release (#21257)

ddb5246bd1

2022-02-03

Refactor operator links to not create ad hoc TaskInstances (#21285)

cb73053211

2022-01-27

Add optional features in providers. (#21074)

602abe8394

2022-01-20

Remove ':type' lines now sphinx-autoapi supports typehints (#20951)

730db3fb77

2022-01-18

Remove all "fake" stub files (#20936)

f8fd0f7b4c

2022-01-13

Explain stub files are introduced for Mypy errors in examples (#20827)

3.5.0

Latest change: 2021-12-31

Commit

Committed

Subject

f77417eb0d

2021-12-31

Fix K8S changelog to be PyPI-compatible (#20614)

97496ba2b4

2021-12-31

Update documentation for provider December 2021 release (#20523)

a22d5bd076

2021-12-31

Fix mypy errors in Google Cloud provider (#20611)

83f8e178ba

2021-12-31

Even more typing in operators (template_fields/ext) (#20608)

d56e7b56bb

2021-12-30

Fix template_fields type to have MyPy friendly Sequence type (#20571)

a0821235fb

2021-12-30

Use typed Context EVERYWHERE (#20565)

3299064958

2021-12-29

Use isort on pyi files (#20556)

e63e23c582

2021-12-23

Fixing MyPy issues inside providers/microsoft (#20409)

341bf5ab1f

2021-12-22

Azure: New sftp to wasb operator (#18877)

05e4cd1c6a

2021-12-18

Add operator link to monitor Azure Data Factory pipeline runs (#20207)

2fb5e1d0ec

2021-12-15

Fix cached_property MyPy declaration and related MyPy errors (#20226)

42f133c5f6

2021-12-06

Removes InputRequired validation with azure extra (#20084)

374574b8d0

2021-12-06

Fix mypy errors in Microsoft Azure provider (#19923)

3.4.0

Latest change: 2021-11-30

Commit

Committed

Subject

853576d901

2021-11-30

Update documentation for November 2021 provider's release (#19882)

e25446a8b1

2021-11-18

Fix argument error in AzureContainerInstancesOperator (#19668)

11e73d2db1

2021-11-16

Remove unnecessary connection form customizations in Azure (#19595)

4212c49324

2021-11-14

Update Azure modules to comply with AIP-21 (#19431)

0f516458be

2021-11-08

Remove 'host' from hidden fields in 'WasbHook' (#19475)

ca679c014c

2021-11-07

use DefaultAzureCredential if login not provided for Data Factory (#19079)

490a382ed6

2021-11-04

Ensure ''catchup=False'' is used in example dags (#19396)

3.3.0

Latest change: 2021-10-29

Commit

Committed

Subject

d9567eb106

2021-10-29

Prepare documentation for October Provider's release (#19321)

61d0093054

2021-10-27

Added sas_token var to BlobServiceClient return. Updated tests (#19234)

ceb2b53a10

2021-10-20

Static start_date and default arg cleanup for Microsoft providers example DAGs (#19062)

86a2a19ad2

2021-10-17

More f-strings (#18855)

1571f80546

2021-10-14

Add pre-commit hook for common misspelling check in files (#18964)

1b75f9181f

2021-10-05

Fix changelog for Azure Provider (#18736)

181ac36db3

2021-10-05

update azure cosmos to latest version (#18695)

6d504b43ea

2021-10-04

Expanding docs on client auth for AzureKeyVaultBackend (#18659)

c8485a83bc

2021-10-03

Revert "update azure cosmos version (#18663)" (#18694)

10421c6931

2021-10-01

update azure cosmos version (#18663)

3.2.0

Latest change: 2021-09-30

Commit

Committed

Subject

840ea3efb9

2021-09-30

Update documentation for September providers release (#18613)

a458fcc573

2021-09-27

Updating miscellaneous provider DAGs to use TaskFlow API where applicable (#18278)

46484466c4

2021-09-25

Removing redundant relabeling of password conn field (#18386)

97d6892318

2021-09-25

Rename AzureDataLakeStorage to ADLS (#18493)

1d2924c94e

2021-09-24

Proper handling of Account URL custom conn field in AzureBatchHook (#18456)

11e34535e8

2021-09-19

Creating ADF pipeline run operator, sensor + ADF custom conn fields (#17885)

410e6d7967

2021-09-18

Initial commit (#18203)

2dac083ae2

2021-09-16

Fixed wasb hook attempting to create container when getting a blob client (#18287)

d119ae8f3f

2021-09-12

Rename LocalToAzureDataLakeStorageOperator to LocalFilesystemToADLSOperator (#18168)

28de326d61

2021-09-09

Rename FileToWasbOperator to LocalFilesystemToWasbOperator (#18109)

3.1.1

Latest change: 2021-08-30

Commit

Committed

Subject

0a68588479

2021-08-30

Add August 2021 Provider's documentation (#17890)

be75dcd39c

2021-08-23

Update description about the new ''connection-types'' provider meta-data

76ed2a49c6

2021-08-19

Import Hooks lazily individually in providers manager (#17682)

29aab6434f

2021-08-17

Adds secrets backend/logging/auth information to provider yaml (#17625)

3.1.0

Latest change: 2021-07-26

Commit

Committed

Subject

87f408b1e7

2021-07-26

Prepares docs for Rc2 release of July providers (#17116)

48ca9374bf

2021-07-26

Remove/refactor default_args pattern for Microsoft example DAGs (#16873)

d02ded65ea

2021-07-15

Fixed wrongly escaped characters in amazon's changelog (#17020)

b916b75079

2021-07-15

Prepare documentation for July release of providers. (#17015)

866a601b76

2021-06-28

Removes pylint from our toolchain (#16682)

caf0a8499f

2021-06-25

Add support for managed identity in WASB hook (#16628)

ffb1fcacff

2021-06-24

Fix multiple issues in Microsoft AzureContainerInstancesOperator (#15634)

a2a58d27ef

2021-06-24

Reduce log messages for happy path (#16626)

3.0.0

Latest change: 2021-06-18

Commit

Committed

Subject

bbc627a3da

2021-06-18

Prepares documentation for rc2 release of Providers (#16501)

cbf8001d76

2021-06-16

Synchronizes updated changelog after buggfix release (#16464)

1fba5402bb

2021-06-15

More documentation update for June providers release (#16405)

0c80a7d411

2021-06-11

Fixes AzureFileShare connection extras (#16388)

29b7f795d6

2021-06-07

fix wasb remote logging when blob already exists (#16280)

9c94b72d44

2021-06-07

Updated documentation for June 2021 provider release (#16294)

476d0f6e3d

2021-05-22

Bump pyupgrade v2.13.0 to v2.18.1 (#15991)

c844ff742e

2021-05-18

Fix colon spacing in ''AzureDataExplorerHook'' docstring (#15841)

37681bca00

2021-05-07

Auto-apply apply_default decorator (#15667)

3b4fdd0a7a

2021-05-06

add oracle  connection link (#15632)

b1bd59440b

2021-05-04

Add delimiter argument to WasbHook delete_file method (#15637)

0f97a3970d

2021-05-04

Rename example bucket names to use INVALID BUCKET NAME by default (#15651)

db557a8c4a

2021-05-01

Docs: Replace 'airflow' to 'apache-airflow' to install extra (#15628)

2.0.0

Latest change: 2021-05-01

Commit

Committed

Subject

807ad32ce5

2021-05-01

Prepares provider release after PIP 21 compatibility (#15576)

657384615f

2021-04-27

Fix 'logging.exception' redundancy (#14823)

d65e492a3e

2021-04-25

Removes unnecessary AzureContainerInstance connection type (#15514)

cb1344b63d

2021-04-16

Update azure connection documentation (#15352)

1a85ba9e93

2021-04-13

Add dynamic connection fields to Azure Connection (#15159)

1.3.0

Latest change: 2021-04-06

Commit

Committed

Subject

042be2e4e0

2021-04-06

Updated documentation for provider packages before April release (#15236)

9b76b94c94

2021-04-02

A bunch of template_fields_renderers additions (#15130)

a7ca1b3b0b

2021-03-26

Fix Sphinx Issues with Docstrings (#14968)

68e4c4dcb0

2021-03-20

Remove Backport Providers (#14886)

4372d45615

2021-03-12

Fix attributes for AzureDataFactory hook (#14704)

1.2.0

Latest change: 2021-03-08

Commit

Committed

Subject

b753c7fa60

2021-03-08

Prepare ad-hoc release of the four previously excluded providers (#14655)

e7bb17aeb8

2021-03-06

Use built-in 'cached_property' on Python 3.8 where possible (#14606)

630aeff72c

2021-03-02

Fix AzureDataFactoryHook failing to instantiate its connection (#14565)

589d6dec92

2021-02-27

Prepare to release the next wave of providers: (#14487)

11d03d2f63

2021-02-26

Add Azure Data Factory hook (#11015)

5bfa0f123b

2021-02-25

BugFix: Fix remote log in azure storage blob displays in one line (#14313)

ca35bd7f7f

2021-02-21

By default PIP will install all packages in .local folder (#14125)

10343ec29f

2021-02-05

Corrections in docs and tools after releasing provider RCs (#14082)

1.1.0

Latest change: 2021-02-04

Commit

Committed

Subject

88bdcfa0df

2021-02-04

Prepare to release a new wave of providers. (#14013)

ac2f72c98d

2021-02-01

Implement provider versioning tools (#13767)

94b1531230

2021-01-23

Upgrade azure blob to v12 (#12188)

a9ac2b040b

2021-01-23

Switch to f-strings using flynt. (#13732)

3fd5ef3555

2021-01-21

Add missing logos for integrations (#13717)

b2cb6ee5ba

2021-01-07

Fix Azure Data Explorer Operator (#13520)

295d66f914

2020-12-30

Fix Grammar in PIP warning (#13380)

a1e9195076

2020-12-26

add system test for azure local to adls operator (#13190)

5185d81ff9

2020-12-24

add AzureDatalakeStorageDeleteOperator (#13206)

6cf76d7ac0

2020-12-18

Fix typo in pip upgrade command :( (#13148)

5090fb0c89

2020-12-15

Add script to generate integrations.json (#13073)

1.0.0

Latest change: 2020-12-09

Commit

Committed

Subject

32971a1a2d

2020-12-09

Updates providers versions to 1.0.0 (#12955)

b40dffa085

2020-12-08

Rename remaing modules to match AIP-21 (#12917)

9b39f24780

2020-12-08

Add support for dynamic connection form fields per provider (#12558)

bd90136aaf

2020-11-30

Move operator guides to provider documentation packages (#12681)

2037303eef

2020-11-29

Adds support for Connection/Hook discovery from providers (#12466)

543d88b3a1

2020-11-28

Add example dag and system tests for azure wasb and fileshare (#12673)

6b3c6add9e

2020-11-27

Update setup.py to get non-conflicting set of dependencies (#12636)

c34ef853c8

2020-11-20

Separate out documentation building per provider  (#12444)

0080354502

2020-11-18

Update provider READMEs for 1.0.0b2 batch release (#12449)

7ca0b6f121

2020-11-18

Enable Markdownlint rule MD003/heading-style/header-style (#12427) (#12438)

ae7cb4a1e2

2020-11-17

Update wrong commit hash in backport provider changes (#12390)

6889a333cf

2020-11-15

Improvements for operators and hooks ref docs (#12366)

7825e8f590

2020-11-13

Docs installation improvements (#12304)

dd2095f4a8

2020-11-10

Simplify string expressions & Use f-string (#12216)

85a18e13d9

2020-11-09

Point at pypi project pages for cross-dependency of provider packages (#12212)

59eb5de78c

2020-11-09

Update provider READMEs for up-coming 1.0.0beta1 releases (#12206)

b2a28d1590

2020-11-09

Moves provider packages scripts to dev (#12082)

3ff7e0743a

2020-11-08

azure key vault optional lookup (#12174)

41bf172c1d

2020-11-04

Simplify string expressions (#12093)

4e8f9cc8d0

2020-11-03

Enable Black - Python Auto Formmatter (#9550)

8c42cf1b00

2020-11-03

Use PyUpgrade to use Python 3.6 features (#11447)

5a439e84eb

2020-10-26

Prepare providers release 0.0.2a1 (#11855)

872b1566a1

2020-10-25

Generated backport providers readmes/setup for 2020.10.29 (#11826)

6ce855af11

2020-10-24

Fix spelling (#11821)

349b0811c3

2020-10-20

Add D200 pydocstyle check (#11688)

f8ff217e2f

2020-10-18

Fix incorrect typing and move config args out of extra connection config to operator args (#11635)

16e7129719

2020-10-13

Added support for provider packages for Airflow 2.0 (#11487)

686e0ee7df

2020-10-11

Fix incorrect typing, remove hardcoded argument values and improve code in AzureContainerInstancesOperator (#11408)

d2754ef769

2020-10-09

Strict type check for Microsoft  (#11359)

832a7850f1

2020-10-08

Add Azure Blob Storage to GCS transfer operator (#11321)

5d007fd2ff

2020-10-08

Strict type check for azure hooks (#11342)

b0fcf67559

2020-10-07

Add AzureFileShareToGCSOperator (#10991)

c51016b0b8

2020-10-05

Add LocalToAzureDataLakeStorageOperator (#10814)

fd682fd70a

2020-10-05

fix job deletion (#11272)

4210618789

2020-10-03

Ensure target_dedicated_nodes or enable_auto_scale is set in AzureBatchOperator (#11251)

0a0e1af800

2020-10-03

Fix Broken Markdown links in Providers README TOC (#11249)

ca4238eb4d

2020-10-02

Fixed month in backport packages to October (#11242)

5220e4c384

2020-10-02

Prepare Backport release 2020.09.07 (#11238)

5093245d6f

2020-09-30

Strict type coverage for Oracle and Yandex provider  (#11198)

f3e87c5030

2020-09-22

Add D202 pydocstyle check (#11032)

f77a11d5b1

2020-09-13

Add Secrets backend for Microsoft Azure Key Vault (#10898)

9549274d11

2020-09-09

Upgrade black to 20.8b1 (#10818)

fdd9b6f65b

2020-08-25

Enable Black on Providers Packages (#10543)

3696c34c28

2020-08-24

Fix typo in the word "release" (#10528)

ee7ca128a1

2020-08-22

Fix broken Markdown refernces in Providers README (#10483)

2f552233f5

2020-08-21

Add AzureBaseHook (#9747)

cdec301254

2020-08-07

Add correct signature to all operators and sensors (#10205)

24c8e4c2d6

2020-08-06

Changes to all the constructors to remove the args argument (#10163)

aeea71274d

2020-08-02

Remove 'args' parameter from provider operator constructors (#10097)

7d24b088cd

2020-07-25

Stop using start_date in default_args in example_dags (2) (#9985)

0bf330ba86

2020-07-24

Add get_blobs_list method to WasbHook (#9950)

33f0cd2657

2020-07-22

apply_default keeps the function signature for mypy (#9784)

d3c76da952

2020-07-12

Improve type hinting to provider microsoft  (#9774)

23f80f34ad

2020-07-08

Move gcs & wasb task handlers to their respective provider packages (#9714)

d0e7db4024

2020-06-19

Fixed release number for fresh release (#9408)

12af6a0800

2020-06-19

Final cleanup for 2020.6.23rc1 release preparation (#9404)

c7e5bce57f

2020-06-19

Prepare backport release candidate for 2020.6.23rc1 (#9370)

f6bd817a3a

2020-06-16

Introduce 'transfers' packages (#9320)

0b0e4f7a4c

2020-05-26

Preparing for RC3 relase of backports (#9026)

00642a46d0

2020-05-26

Fixed name of 20 remaining wrongly named operators. (#8994)

375d1ca229

2020-05-19

Release candidate 2 for backport packages 2020.05.20 (#8898)

12c5e5d8ae

2020-05-17

Prepare release candidate for backport packages (#8891)

f3521fb0e3

2020-05-16

Regenerate readme files for backport package release (#8886)

92585ca4cb

2020-05-15

Added automated release notes generation for backport operators (#8807)

87969a350d

2020-04-09

[AIRFLOW-6515] Change Log Levels from Info/Warn to Error (#8170)

d99833c9b5

2020-04-03

[AIRFLOW-4529] Add support for Azure Batch Service (#8024)

4bde99f132

2020-03-23

Make airflow/providers pylint compatible (#7802)

a83eb335e5

2020-03-23

Add call to Super call in microsoft providers (#7821)

f0e2421807

2020-02-24

[AIRFLOW-6896] AzureCosmosDBHook: Move DB call out of __init__ (#7520)

4bec1cc489

2020-02-24

[AIRFLOW-6895] AzureFileShareHook: Move DB call out of __init__ (#7519)

3320e432a1

2020-02-24

[AIRFLOW-6817] Lazy-load 'airflow.DAG' to keep user-facing API untouched (#7517)

086e307245

2020-02-23

[AIRFLOW-6890] AzureDataLakeHook: Move DB call out of __init__ (#7513)

4d03e33c11

2020-02-22

[AIRFLOW-6817] remove imports from 'airflow/__init__.py', replaced implicit imports with explicit imports, added entry to 'UPDATING.MD' - squashed/rebased (#7456)

175a160463

2020-02-19

[AIRFLOW-6828] Stop using the zope library (#7448)

1e00243014

2020-02-10

[AIRFLOW-5176] Add Azure Data Explorer (Kusto) operator (#5785)

97a429f9d0

2020-02-02

[AIRFLOW-6714] Remove magic comments about UTF-8 (#7338)

83c037873f

2020-01-30

[AIRFLOW-6674] Move example_dags in accordance with AIP-21 (#7287)

057f3ae3a4

2020-01-29

[AIRFLOW-6670][depends on AIRFLOW-6669] Move contrib operators to providers package (#7286)

290330ba60

2020-01-15

[AIRFLOW-6552] Move Azure classes to providers.microsoft package (#7158)

Was this entry helpful?