Skip to content

Commit e4ec1a5

Browse files
committed
TEMP
1 parent 6056ee0 commit e4ec1a5

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2167,7 +2167,7 @@ class DagModel(Base):
21672167
# packaged DAG, it will point to the subpath of the DAG within the
21682168
# associated zip.
21692169
fileloc = Column(String(2000))
2170-
relative_fileloc = Column(String(2000))
2170+
# relative_fileloc = Column(String(2000))
21712171
bundle_name = Column(StringID(), ForeignKey("dag_bundle.name"), nullable=True)
21722172
# The version of the bundle the last time the DAG was processed
21732173
bundle_version = Column(String(200), nullable=True)

0 commit comments

Comments
 (0)