Skip to content
Snippets Groups Projects
Commit 561e36a6 authored by Eduardo Vudala Senoski's avatar Eduardo Vudala Senoski
Browse files

teste

parent 1367c9e2
Branches
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ with DAG( ...@@ -23,7 +23,7 @@ with DAG(
task_id="landing_to_bronze", task_id="landing_to_bronze",
application=f"{repo_home}/gen_bronze.py", application=f"{repo_home}/gen_bronze.py",
application_args=[ application_args=[
dag1.params["input_file"] "{{ params.input_file }}"
], ],
packages="org.apache.hadoop:hadoop-aws:3.3.4" packages="org.apache.hadoop:hadoop-aws:3.3.4"
) )
...@@ -50,7 +50,7 @@ with DAG( ...@@ -50,7 +50,7 @@ with DAG(
"files": Param([], type="array"), "files": Param([], type="array"),
}, },
) as dag2: ) as dag2:
files = dag2.params["files"] files = "{{ params.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.
Please register or to comment