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

Head commit for run:
bb732ebcf4aee7ee1fcd708c4528723c9ae7df18 / Amogh Desai 
<[email protected]>
Move Airflow Config Parser to shared library (#57744)

Move the airflow configuration parsing logic into a new shared library so the 
task sdk can bootstrap its own configuration without requiring conf imports 
from Airflow Core. Core and SDK both extend this shared parser, but providers 
still read configuration from core in this initial phase to minimise disruption 
and stick to the goal of removing airflow core imports in task SDK. All 
operations to do with the configuration parser(get*), bootstrapping of configs, 
writing configs, handling deprecated confs, live in this parser now. This 
enables the task SDK to run independent of conf imports from airflow core, 
without breaking any existing behaviour for users or providers.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to