Skip to content

Commit

Permalink
Improve ultimate parent output file naming
Browse files Browse the repository at this point in the history
  • Loading branch information
jmelot committed May 13, 2024
1 parent f852469 commit 913d01b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ror_dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
},
)

jsonl_with_up = tmp_dir + "ror_json_with_up.jsonl"
jsonl_with_up = f"{tmp_dir}/ror_json_with_up.jsonl"
add_ultimate_parent = GKEStartPodOperator(
task_id="add_ultimate_parent",
name="ror-ultimate-parent",
Expand Down

0 comments on commit 913d01b

Please sign in to comment.