molcay commented on issue #70355: URL: https://github.com/apache/airflow/issues/70355#issuecomment-5089986654
> Reverting [#69161](https://github.com/apache/airflow/pull/69161) in Google provider - not harmful in any way, but not too useful either ([#70395](https://github.com/apache/airflow/pull/70395)). Hi @shahar1 , While testing the Google Provider, we find out that there is a regression for the Dataform. Here is a log for that run (reducted) ```log airflow.exceptions.AirflowException: Workflow Invocation failed: name: "projects/<PROJECT_NAME>/locations/us-central1/repositories/<REPO_NAME>/workflowInvocations/<INVOCATION_ID>" compilation_result: "projects/<PROJECT_NUMBER>/locations/us-central1/repositories/<REPO_NAME>/compilationResults/<INVOCATION_ID>" invocation_config { service_account: "<sa>@developer.gserviceaccount.com" query_priority: QUERY_PRIORITY_UNSPECIFIED } state: FAILED invocation_timing { start_time { seconds: 1785144145 nanos: 948071000 } end_time { seconds: 1785144146 nanos: 74081189 } } ``` > It seems like, the PR #69161 is breaking the behavior. I also saw that you already have the PR #70395 to revert. This means that we are giving **-1** for the Google Provider's RC: [google: 22.3.0rc1](https://pypi.org/project/apache-airflow-providers-google/22.3.0rc1) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
