chore: Upgrade acryl-datahub-airflow-plugin to v1.0.0.2
#2194
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
We received the following message from Acryl today (emphasis mine):
Also, after upgrading WTMO to Airflow 2.10 (#2179) there's been an issue with some task tries not showing in the main UI, and I believe I've identified that the
acryl-datahub-airflow-plugin's custom retry handler code is somehow the culprit. I'm hoping upgrading to this newer version ofacryl-datahub-airflow-pluginmight solve that issue, as it doesn't add a custom retry handler.It's worth noting that when I previously tried upgrading
acryl-datahub-airflow-pluginto v0.15.0.5 (#2181) it had dependency conflicts with Airflow and seemed to cause an Airflow outage when deployed, so I reverted that attempt (#2183).However, with this PR there were no dependency conflicts with Airflow, and when testing in stage the
bqetl_status_check,bqetl_cjms_nonprod, andbqetl_google_search_consoleDAGs all ended up running fine, except for a non-critical DataHub plugin error about not being able to render templates, and with https://github.com/mozilla-it/dataservices-infra/pull/725 we'll avoid such errors.Related Tickets & Documents
acryl-datahub-airflow-pluginto v0.15.0.5 #2181acryl-datahub-airflow-pluginto v0.15.0.5" #2183