Felipe Monroy
07/25/2025, 3:12 AMLaura Couto
07/25/2025, 1:30 PMbefore_node_run hook could be what you're looking for? https://docs.kedro.org/en/1.0.0/extend/hooks/examples/#modify-node-inputs-using-before_node_run-hook
I think another option could be writing a custom dataset that returns your boto3 client, so you could declare it as a pipeline input in the data catalog.Felipe Monroy
07/25/2025, 2:33 PMbefore_node_run, I would like to avoid creating a dataset just for the client. I have also explored the option of using partial function as the nodeLaura Couto
07/25/2025, 2:46 PM