diff --git a/teste_dag.py b/teste_dag.py index 2df47a1281fdd9bbb0f20aacb9ce51bfa20e490c..29434adcb2b0948bcc4e71ef3cb78762f32cac20 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