-
Notifications
You must be signed in to change notification settings - Fork 14.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add documentation for the PowerBIDatasetRefresh Operator. #42754
Conversation
static checks failing - there is some inconistency in the provider.yaml |
I've resolved the static checks. Could you please review it. |
I think we'll need to resolve conflict again due to newly merged PR |
b168251
to
04b3731
Compare
3d39241
to
fcd932a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good in general but some merge conflict artefacts seems to be left-over.
Generally Good to merge but add this marker not to merge by accident.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the cleanup! Very pretty now!
* Add documentation for PowerBI Dataset Refresh Operator * Add the link to powerbi documentation in operator class * Refactor rst files * Add how-to-guide in provider.yaml * add files created in create-missing-init-py-files-tests hook * Fix to pass breeze unit tests * Fix to pass breeze unit tests * Fix operator documentation path * remove pre-commit generated files
This PR intends to add the documentation like Connection types, Operators for the Power BI Dataset Refresh Operator in Apache Airflow Site.
Refer to: https://airflow.apache.org/docs/apache-airflow-providers-microsoft-azure/10.5.0/_api/airflow/providers/microsoft/azure/operators/powerbi/index.html
^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named
{pr_number}.significant.rst
or{issue_number}.significant.rst
, in newsfragments.