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

teste

parent d0a3a811
Branches
No related tags found
No related merge requests found
......@@ -55,7 +55,9 @@ with DAG(
"files": Param([], type="array"),
},
) as dag2:
files = "{{ params.files }}"
files = dag2.params["files"]
dag2.log.info(f"Input file { files }")
ops = []
for file in files:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment