-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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
Fixed retry of PowerBIDatasetRefreshOperator when dataset refresh wasn't directly available #45513
Fixed retry of PowerBIDatasetRefreshOperator when dataset refresh wasn't directly available #45513
Conversation
3da84b7
to
6e3ed2c
Compare
providers/src/airflow/providers/microsoft/azure/triggers/powerbi.py
Outdated
Show resolved
Hide resolved
@Ohashiro really nice work here well done! |
6e3ed2c
to
c06cac9
Compare
providers/src/airflow/providers/microsoft/azure/triggers/powerbi.py
Outdated
Show resolved
Hide resolved
@Ohashiro If you have time to apply changes from comments, then I think you could remove the draft en we merge this PR. |
providers/src/airflow/providers/microsoft/azure/operators/powerbi.py
Outdated
Show resolved
Hide resolved
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.
LGTM good job @Ohashiro thx a lot!
Thanks for all your feedbacks and your review! |
Then it's more safe to put it back to draft, and set it back to ready once you've done the testing. |
Hi @dabla I made a quick change to push the |
@Ohashiro do not forget to remove the draft option |
Sorry, where is the "draft option"? I thought it was "ready" as is |
It should be somewhere at the bottom, I cannot see it unfortunately. It's indeed the "Ready for review" button at bottom, now your PR is still marked as "Draft". |
fe57655
to
bfe7fa2
Compare
I don't know, there might be a bug somewhere, I clicked on the "Ready for review" button a few hours ago and the PR appears "Open" to me. I rebased main to see if it refreshes something and solves the display issue |
Now it's fine. @potiuk or @eladkal I've just reviewed this PR, if approved by you guys could it be merged when you have time as this fixes an issue with the PowerBIDatasetRefreshOperator. |
@Ohashiro Could you rename the title of the PR into something like: "Fixed retry of PowerBIDatasetRefreshOperator when dataset refresh wasn't directly available" |
Hi @dabla ! Do you know if there's something missing on this PR? |
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.
No I just think they are being busy working on Airflow 3
Yes. THAT
OK I understand, thank you very much! |
Thank you @Ohashiro for fixing this issue. |
…n't directly available (apache#45513)
…n't directly available (apache#45513)
…n't directly available (apache#45513)
Fixes: #44618
Changes
This PR adds 2 changes:
refreshId
^ 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.