Cloud Composer: Job Not Found #24277
Replies: 3 comments 30 replies
-
I suggest you look at the changelog for the provider: https://airflow.apache.org/docs/apache-airflow-providers-google/stable/index.html#changelog - there are many breaking changes in the way how google providers worked since 1.10 so you will likely find some solution there. Also you might want to look at examples in the docs and maybe yo will find a solution there. BTW.. Airflow has good and comprehensive documentation that's worth checking on your own before reaching out for help. Strongly recommended. |
Beta Was this translation helpful? Give feedback.
-
As a workaround, adding a custom Composer dependency pointing to a working version of the I've successfully tested it with |
Beta Was this translation helpful? Give feedback.
-
FYI. I just merged a workaround for now (not a proper fix yet - as the deprecated function remains) in #24330 and it will be available in RC2 of the new google provider I am releasing (8.0.0). |
Beta Was this translation helpful? Give feedback.
-
I am trying to migrate from Cloud Composer 1 into Cloud Composer 2 (from Airflow 1.10.15 into Airflow 2.2.5) and when attempting to load data from BigQuery into GCS using the
BigQueryToGCSOperator
the following error is being raised:
In fact,
composer-2.0.13-airflow-2.2.5
was working fine, till I upgraded tocomposer-2.0.14-airflow-2.2.5
Any clue what may be the issue here and why it does not work on different composer versions?
Beta Was this translation helpful? Give feedback.
All reactions