Hamilton helps data scientists and engineers define testable, modular, self-documenting dataflows, that encode lineage/tracing and metadata. Runs and scales everywhere python does.
Tried using the allow_module_overrides with an AsyncBuilder. It sets the param on the builder, but it does not get passed in when the AsyncDriver (and thus the Driver) is initialized:
Tried using the
allow_module_overrides
with an AsyncBuilder. It sets the param on the builder, but it does not get passed in when the AsyncDriver (and thus the Driver) is initialized:I think the arg just needs to be passed down from AsyncBuilder -> AsyncDriver -> Driver.
Example: