Skip to content

Commit 9f22ec4

Browse files
committed
TEMP
1 parent eef43b3 commit 9f22ec4

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2171,7 +2171,7 @@ class DagModel(Base):
21712171
# packaged DAG, it will point to the subpath of the DAG within the
21722172
# associated zip.
21732173
fileloc = Column(String(2000))
2174-
relative_fileloc = Column(String(2000))
2174+
# relative_fileloc = Column(String(2000))
21752175
bundle_name = Column(StringID(), ForeignKey("dag_bundle.name"), nullable=True)
21762176
# The version of the bundle the last time the DAG was processed
21772177
bundle_version = Column(String(200), nullable=True)

0 commit comments

Comments
 (0)