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

teste

parent d0a3a811
No related branches found
No related tags found
No related merge requests found
...@@ -55,7 +55,9 @@ with DAG( ...@@ -55,7 +55,9 @@ with DAG(
"files": Param([], type="array"), "files": Param([], type="array"),
}, },
) as dag2: ) as dag2:
files = "{{ params.files }}" files = dag2.params["files"]
dag2.log.info(f"Input file { files }")
ops = [] ops = []
for file in files: for file in files:
......
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