The GitHub Actions job "Tests (ARM)" on airflow.git/main has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
44aa732183258aeb041a5c02d1296df9bc2ef89f / Jarek Potiuk <[email protected]>
Warn when remote_log_conn_id is configured but not found (#67510)

``GCSRemoteLogIO.hook`` silently swallowed ``AirflowNotFoundException``
when the configured ``remote_log_conn_id`` did not exist, falling back
to Application Default Credentials without any signal. That made a
misconfigured remote-log connection (logs effectively going through
the wrong credentials) invisible to operators — a security-control
failure with no operational indication.

Replace the silent ``pass`` with a ``self.log.warning`` mentioning the
unresolved conn_id so the fallback is visible in worker logs. The
behaviour (falling back to ADC) is unchanged for the case where no
``remote_log_conn_id`` is configured.

Report URL: https://github.com/apache/airflow/actions/runs/26605157919

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to