GitHub user potiuk added a comment to the discussion: Direct database access via the ORM is not allowed in Airflow 3.0
Not being able to access DB is a feature of Airflow 3. For a long time DB has not been part of the public interface of Airflow - and Airflow 3 finally cut the access. You can use REST API an Python client instead if you want to access information from Aiflow Metadata DB. GitHub link: https://github.com/apache/airflow/discussions/51680#discussioncomment-13458967 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
