From 1c922d63e13076a3879cacb4268bcb08bef32114 Mon Sep 17 00:00:00 2001 From: edvs19 <edvs19@inf.ufpr.br> Date: Thu, 6 Mar 2025 14:30:43 -0300 Subject: [PATCH] teste --- teste_dag.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/teste_dag.py b/teste_dag.py index d0d3815..9542c24 100644 --- a/teste_dag.py +++ b/teste_dag.py @@ -50,14 +50,6 @@ repo_home = '/opt/airflow/dags/repo' def teste(): print("Hello world") -@dag -def run_tests(): - dgr = TriggerDagRunOperator( - trigger_dag_id="other_dag", - task_id="teste", - conf={"file_path": "{{ params.file_path }}"} - ) - dag2 = teste() # dag3 = run_tests() -- GitLab