Assets from graph , can anyone share how to resolv...
# ask-community
z
Assets from graph , can anyone share how to resolve the following issue. I am using dagster 1.1.10 version I am getting an error Invariant failed. Description: All leaf nodes within graph 'etl_graph' must generate outputs which are mapped to outputs of the graph, and produce assets. The following leaf node(s) are non-asset producing ops: {'example_Op', 'example_Op2'}. This behavior is not currently supported because these ops are not required for the creation of the associated asset(s). These Ops where its highlighting problem is not required to have outputs, these are there to run the job. there was also a PR from related to this https://github.com/dagster-io/dagster/issues/8707 https://github.com/dagster-io/dagster/pull/8754
s
Hi zafar, can you share the code that is generating this error?