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 01e5c34 commit a9cebfdCopy full SHA for a9cebfd
airflow-core/src/airflow/models/dag.py
@@ -2193,6 +2193,7 @@ class DagModel(Base):
2193
2194
has_task_concurrency_limits = Column(Boolean, nullable=False)
2195
has_import_errors = Column(Boolean(), default=False, server_default="0")
2196
+ test_field = Column(String(2000), nullable=True)
2197
2198
# The logical date of the next dag run.
2199
next_dagrun = Column(UtcDateTime)
0 commit comments