This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 3c1b0856cca Revert "Limit boto3 (#49939)" (#49948)
add 68737b837c7 feat(provider/azure): Add Power BI triggers, operators and
tests for dataset and workspace operations (#50001)
No new revisions were added by this update.
Summary of changes:
.../microsoft/azure/docs/operators/powerbi.rst | 27 +++
.../providers/microsoft/azure/hooks/powerbi.py | 50 ++++-
.../providers/microsoft/azure/operators/powerbi.py | 144 ++++++++++++-
.../providers/microsoft/azure/triggers/powerbi.py | 160 +++++++++++++++
..._refresh.py => example_powerbi_dataset_list.py} | 17 +-
...efresh.py => example_powerbi_workspace_list.py} | 19 +-
.../microsoft/azure/operators/test_powerbi_list.py | 227 +++++++++++++++++++++
.../unit/microsoft/azure/triggers/test_powerbi.py | 33 ++-
8 files changed, 652 insertions(+), 25 deletions(-)
copy
providers/microsoft/azure/tests/system/microsoft/azure/{example_powerbi_dataset_refresh.py
=> example_powerbi_dataset_list.py} (85%)
copy
providers/microsoft/azure/tests/system/microsoft/azure/{example_powerbi_dataset_refresh.py
=> example_powerbi_workspace_list.py} (82%)
create mode 100644
providers/microsoft/azure/tests/unit/microsoft/azure/operators/test_powerbi_list.py