Skip to content

Commit

Permalink
Merge pull request #1 from sadikneipp/sadikneipp-patch-1
Browse files Browse the repository at this point in the history
Add "multipod_team" tag to bite DAG
  • Loading branch information
sadikneipp committed Sep 25, 2024
2 parents 84bb8ee + fc84890 commit a127cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags/imagegen_devx/project_bite.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
with models.DAG(
dag_id="project_bite",
schedule=SCHEDULED_TIME,
tags=["imagegen_devx", "jax", "nightly", "bite"],
tags=["imagegen_devx", "jax", "nightly", "bite", "multipod_team"],
start_date=datetime.datetime(2024, 4, 4),
catchup=False,
) as dag:
Expand Down

0 comments on commit a127cc3

Please sign in to comment.