update dags

This commit is contained in:
2026-01-23 01:02:07 +03:00
parent e8d305207b
commit 4b0cd05547
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ from airflow import DAG
from airflow.decorators import task
import pendulum
TARGET_HOST = "airflow-k8s-demo-0163-worker-gpu-0.airflow-k8s-demo-0163-worker-gpu"
TARGET_HOST = "airflow-k8s-demo-0164-worker-gpu-0.airflow-k8s-demo-0164-worker-gpu"
with DAG(
dag_id='debug_gpu_network_check',