You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Oh no an error! Need help with Hamilton?
Join our slack and ask for help! https://join.slack.com/t/hamilton-opensource/shared_invite/zt-1bjs72asx-wcUTgH7q7QX1igiQ5bbdcg
-------------------------------------------------------------------
Note: Hamilton collects completely anonymous data about usage. This will help us improve Hamilton over time. See https://github.com/dagworks-inc/hamilton#usage-analytics--data-privacy for details.
Traceback (most recent call last):
File "/Users/elijahbenizzy/dev/dagworks/os/hamilton/./subdag_external_input.py", line 18, in <module>
dr = driver.Driver({}, mod, adapter=base.SimplePythonGraphAdapter(base.DictResult()))
File "/Users/elijahbenizzy/dev/dagworks/os/hamilton/hamilton/driver.py", line 126, in __init__
raise e
File "/Users/elijahbenizzy/dev/dagworks/os/hamilton/hamilton/driver.py", line 121, in __init__
self.graph = graph.FunctionGraph(*modules, config=config, adapter=adapter)
File "/Users/elijahbenizzy/dev/dagworks/os/hamilton/hamilton/graph.py", line 169, in __init__
self.nodes = create_function_graph(*modules, config=self._config, adapter=adapter)
File "/Users/elijahbenizzy/dev/dagworks/os/hamilton/hamilton/graph.py", line 77, in create_function_graph
for n in fm_base.resolve_nodes(f, config):
File "/Users/elijahbenizzy/dev/dagworks/os/hamilton/hamilton/function_modifiers/base.py", line 688, in resolve_nodes
nodes = node_creator.generate_nodes(fn, filter_config(config, node_creator))
File "/Users/elijahbenizzy/dev/dagworks/os/hamilton/hamilton/function_modifiers/recursive.py", line 391, in generate_nodes
nodes += self._create_additional_static_nodes(nodes, namespace)
File "/Users/elijahbenizzy/dev/dagworks/os/hamilton/hamilton/function_modifiers/recursive.py", line 270, in _create_additional_static_nodes
typ=node_types[new_node_name],
KeyError: 'foo_subdag.baz'```
## Steps to replicate behavior
1. Run the script above
## Library & System Information
Newest Hamilton.
# Expected behavior
It should work
# Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Short description explaining the high-level reason for the new issue.
Current behavior
Not sure why this happens, but this fails:
Stack Traces
(If applicable)
The text was updated successfully, but these errors were encountered: