From bd14afb8f6169a5c875559adeeae59cbf9ba8463 Mon Sep 17 00:00:00 2001 From: edvs19 <edvs19@inf.ufpr.br> Date: Thu, 6 Mar 2025 17:19:28 -0300 Subject: [PATCH] teste --- teste_dag.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/teste_dag.py b/teste_dag.py index 2df47a1..29434ad 100644 --- a/teste_dag.py +++ b/teste_dag.py @@ -13,9 +13,9 @@ repo_home = '/opt/airflow/dags/repo' @dag( dag_id="process_records_teste", - params={ - "input_file": Param("fichas_cadastro_individual_5000.jsonl", type="string"), - }, + # params={ + # "input_file": Param("fichas_cadastro_individual_5000.jsonl", type="string"), + # }, ) def process_records(): @task -- GitLab