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

teste

parent 8d87f04c
No related branches found
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