Direct database access via the ORM is not allowed in Airflow 3.0 #51680
Unanswered
Leon-Sander
asked this question in
Q&A
Replies: 2 comments
|
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. |
0 replies
|
See also discussion here #51563 and you can chime in there. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
The following error seems to be produced by the function
How else do I need to call this to not get the error?
All reactions