From 1367c9e2c924b7376d3bf8c462a8c418336440ae Mon Sep 17 00:00:00 2001 From: edvs19 <edvs19@inf.ufpr.br> Date: Thu, 6 Mar 2025 18:12:46 -0300 Subject: [PATCH] teste --- teste_dag.py | 1 + 1 file changed, 1 insertion(+) diff --git a/teste_dag.py b/teste_dag.py index 3f90cbd..341fd7c 100644 --- a/teste_dag.py +++ b/teste_dag.py @@ -59,6 +59,7 @@ with DAG( trigger_dag_id=dag1.dag_id, conf={ "input_file": file } ) + ops.append(op) # Chain operators if len(ops) > 0: -- GitLab