Skip to content

Commit acf3800

Browse files
committed
TEST
1 parent d2a7d02 commit acf3800

File tree

1 file changed

+1
-0
lines changed
  • airflow-core/src/airflow/models

1 file changed

+1
-0
lines changed

airflow-core/src/airflow/models/dag.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2193,6 +2193,7 @@ class DagModel(Base):
21932193

21942194
has_task_concurrency_limits = Column(Boolean, nullable=False)
21952195
has_import_errors = Column(Boolean(), default=False, server_default="0")
2196+
test_field = Column(String(2000), nullable=True)
21962197

21972198
# The logical date of the next dag run.
21982199
next_dagrun = Column(UtcDateTime)

0 commit comments

Comments
 (0)