We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eef43b3 commit 9f22ec4Copy full SHA for 9f22ec4
airflow-core/src/airflow/models/dag.py
@@ -2171,7 +2171,7 @@ class DagModel(Base):
2171
# packaged DAG, it will point to the subpath of the DAG within the
2172
# associated zip.
2173
fileloc = Column(String(2000))
2174
- relative_fileloc = Column(String(2000))
+ # relative_fileloc = Column(String(2000))
2175
bundle_name = Column(StringID(), ForeignKey("dag_bundle.name"), nullable=True)
2176
# The version of the bundle the last time the DAG was processed
2177
bundle_version = Column(String(200), nullable=True)
0 commit comments