-
Notifications
You must be signed in to change notification settings - Fork 7
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
FivetranOperatorAsync waits forever in case of reschedule #21
Comments
Related PR on the package the async operator is derived from |
Partial implementation can be found in package from which provider is derived from: |
@sunank200 can you please work on this during next week |
Thank you for fixing! Any idea when we can get a pypi release with this fix in it? |
@joshzana we plan to do a release tomorrow |
@joshzana we just did a release now. Please check:https://pypi.org/project/airflow-provider-fivetran-async/ |
We ran into a case where we triggered a Fivetran sync of Hubspot and it hit a Hubspot API error:
From the fivetran logs:
and later:
According to fivetran docs:
In our case, the triggerer on our end just kept polling forever. Almost a day later, we noticed this, and cancelled the run, letting the next run trigger again.
It would be better if the fivetran sensor failed the task right away, and then we could use our own retry or schedule logic to decide what to do from there.
The text was updated successfully, but these errors were encountered: