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 6056ee0 commit e4ec1a5Copy full SHA for e4ec1a5
airflow-core/src/airflow/models/dag.py
@@ -2167,7 +2167,7 @@ class DagModel(Base):
2167
# packaged DAG, it will point to the subpath of the DAG within the
2168
# associated zip.
2169
fileloc = Column(String(2000))
2170
- relative_fileloc = Column(String(2000))
+ # relative_fileloc = Column(String(2000))
2171
bundle_name = Column(StringID(), ForeignKey("dag_bundle.name"), nullable=True)
2172
# The version of the bundle the last time the DAG was processed
2173
bundle_version = Column(String(200), nullable=True)
0 commit comments