This message was deleted.
# hamilton-help
s
This message was deleted.
s
yes you can instantiate the driver once — this fixes what can be executed. Then you can use
dr.execute([outputs], inputs={…})
where the dictionary you pass into inputs, has to map to “inputs” to the DAG. Note, there’s also an
overrides=
key word argument that can replace executing a function with a value within the DAG.
a
Okay, it works thank you @Stefan Krawczyk