Skip to content

Commit

Permalink
fix params
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir2217 committed Dec 9, 2024
1 parent aff1843 commit 5ea0865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags/roger/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def setup_input_data(context, exec_conf):
# Download files from lakefs and store them in this new input_path
client = init_lakefs_client(config=config)
repos = exec_conf['repos']
dag_params = context["dag"]["params"]
dag_params = context["dag"].params

if dag_params.get("repository_id"):
repos=[{
Expand Down

0 comments on commit 5ea0865

Please sign in to comment.