Skip to content

Commit

Permalink
Upgrade azure-mgmt-datafactory in microsift azure provider (apache#34040
Browse files Browse the repository at this point in the history
)

* Upgrade azure-mgmt-datafactory in microsift azure provider
  • Loading branch information
pankajastro authored Oct 6, 2023
1 parent 5c2dc53 commit 1fc2867
Show file tree
Hide file tree
Showing 11 changed files with 305 additions and 451 deletions.
18 changes: 18 additions & 0 deletions airflow/providers/microsoft/azure/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,24 @@
Changelog
---------

8.0.0
.....

Breaking changes
~~~~~~~~~~~~~~~~

.. warning::
AzureDataFactoryHook methods and AzureDataFactoryRunPipelineOperator arguments resource_group_name and factory_name is
now required instead of kwargs

* resource_group_name and factory_name is now required argument in AzureDataFactoryHook method get_factory, update_factory,
create_factory, delete_factory, get_linked_service, delete_linked_service, get_dataset, delete_dataset, get_dataflow,
update_dataflow, create_dataflow, delete_dataflow, get_pipeline, delete_pipeline, run_pipeline, get_pipeline_run,
get_trigger, get_pipeline_run_status, cancel_pipeline_run, create_trigger, delete_trigger, start_trigger,
stop_trigger, get_adf_pipeline_run_status, cancel_pipeline_run
* resource_group_name and factory_name is now required in AzureDataFactoryRunPipelineOperator
* Remove class ``PipelineRunInfo`` from ``airflow.providers.microsoft.azure.hooks.data_factory``

7.0.0
.....

Expand Down
Loading

0 comments on commit 1fc2867

Please sign in to comment.