From d65063f3875144473136560774280cb2b3408dca Mon Sep 17 00:00:00 2001 From: edvs19 <edvs19@inf.ufpr.br> Date: Thu, 6 Mar 2025 14:32:21 -0300 Subject: [PATCH] teste --- teste_dag.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/teste_dag.py b/teste_dag.py index 9542c24..809e40f 100644 --- a/teste_dag.py +++ b/teste_dag.py @@ -50,6 +50,12 @@ repo_home = '/opt/airflow/dags/repo' def teste(): print("Hello world") + task = EmptyOperator( + task_id="useless" + ) + + task + dag2 = teste() # dag3 = run_tests() -- GitLab