Skip to content
Snippets Groups Projects
Commit 54757474 authored by edvs19's avatar edvs19
Browse files

teste

parent 9a5c4f43
No related branches found
No related tags found
No related merge requests found
......@@ -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():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment