diff --git a/teste_dag.py b/teste_dag.py index e573262b9985ecc188160b213f8078332502ee58..bcf28a3787c9b80e052285941e04bfae93a53185 100644 --- a/teste_dag.py +++ b/teste_dag.py @@ -54,7 +54,7 @@ from airflow.models.param import Param @dag( dag_id="process_records_teste", params={ - "input_file": Param(type="string"), + "input_file": Param("fichas_cadastro_individual",type="string"), }, ) def process_records():