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

teste

parent 132915b8
No related branches found
No related tags found
No related merge requests found
...@@ -57,6 +57,7 @@ def run_tests(): ...@@ -57,6 +57,7 @@ def run_tests():
ops = [] ops = []
for file in files: for file in files:
op = TriggerDagRunOperator( op = TriggerDagRunOperator(
task_id=file,
trigger_dag_id=dag1.dag_id, trigger_dag_id=dag1.dag_id,
conf={ "input_file": file } conf={ "input_file": file }
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment