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

teste

parent ef00bf8f
Branches
No related tags found
No related merge requests found
......@@ -19,6 +19,7 @@ with DAG(
"input_file": Param("invalid_file.jsonl", type="string"),
},
) as dag1:
dag1.log.info(f"Input file { dag1.params["input_file"] }")
file = dag1.params["input_file"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment