From 95827a47532d35db0a4162a5af8e97e305a933ba Mon Sep 17 00:00:00 2001 From: edvs19 <edvs19@inf.ufpr.br> Date: Thu, 6 Mar 2025 17:54:34 -0300 Subject: [PATCH] teste --- teste_dag.py | 1 + 1 file changed, 1 insertion(+) diff --git a/teste_dag.py b/teste_dag.py index 8659ec6..630cea9 100644 --- a/teste_dag.py +++ b/teste_dag.py @@ -57,6 +57,7 @@ def run_tests(): ops = [] for file in files: op = TriggerDagRunOperator( + task_id=file, trigger_dag_id=dag1.dag_id, conf={ "input_file": file } ) -- GitLab