We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 551f8be commit 42b63a3Copy full SHA for 42b63a3
airflow-core/src/airflow/models/dagrun.py
@@ -58,7 +58,6 @@
58
from sqlalchemy.ext.hybrid import hybrid_property
59
from sqlalchemy.ext.mutable import MutableDict
60
from sqlalchemy.orm import declared_attr, joinedload, relationship, synonym, validates
61
-from sqlalchemy.sql.elements import Case
62
from sqlalchemy.sql.expression import false, select
63
from sqlalchemy.sql.functions import coalesce
64
from sqlalchemy_utils import UUIDType
0 commit comments