Skip to content

Commit

Permalink
fix params another attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir2217 committed Dec 9, 2024
1 parent a6b8adc commit af91d24
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["params"]

if dag_params.get("repository_id"):
logger.info(">>> repository_id supplied. Overriding repo.")
Expand Down

0 comments on commit af91d24

Please sign in to comment.