Skip to content

Commit 42396fb

Browse files
authored
Feat: pass model tags to the airflow ui (#3635)
1 parent 579298d commit 42396fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sqlmesh/schedulers/airflow/dag_generator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ def _create_cadence_dag_for_snapshot(
134134
common.SQLMESH_AIRFLOW_TAG,
135135
common.SNAPSHOT_AIRFLOW_TAG,
136136
snapshot.node.name[-AIRFLOW_TAG_CHARACTER_LIMIT:],
137+
*[tag[:AIRFLOW_TAG_CHARACTER_LIMIT] for tag in snapshot.node.tags],
137138
],
138139
default_args={
139140
**DAG_DEFAULT_ARGS,

0 commit comments

Comments
 (0)