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

teste

parent 8d87f04c
Branches
No related tags found
No related merge requests found
......@@ -60,4 +60,8 @@ with DAG(
conf={ "input_file": file }
)
ops.append(op)
# Chain operators
if len(ops) > 0:
for i in range(1, len(ops) - 1):
ops[i] >> ops[i + 1]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment