fpopic commented on issue #42396: URL: https://github.com/apache/airflow/issues/42396#issuecomment-3018789988
I see that there is a test for ADC: - https://github.com/apache/airflow/blob/main/providers/google/tests/unit/google/common/hooks/test_base_google.py#L876 ---- I will check where exactly Airflow -> Beam -> Dataflow ADC credentials do not propagate downstream (actual dag run with remote debugger attached to Breeze CI docker container going breakpoint by breakpoint and checking watchers). I assume that before the last invocation to Dataflow something gets omitted (e.g. either $HOME, $USER or working_directory change) and since ADC credential (usually `~/.config/gcloud/application_default_credentials.json`) is not preserved in-memory as object but propagated as expanded path, something is missing. Once I get integration working will post finding. -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org