hello! A question regarding graph-backed SDAs: I d...
# ask-community
d
hello! A question regarding graph-backed SDAs: I define a graph with 2 ops, the first one materializes the Asset (i.e. its output is mapped to the asset key), the second one is a helper op running post hoc checks. If I materialize the Asset from the UI, only the first op is executed. I can see all ops in the graph definition, however the link to the graph in the asset definition page writes (1 op), and the materializing run has a step_selection filter How can I have all ops executed in this case? Is it only possible from a job?TIA
dagster bot resolve to issue 1
o
hey @Dimitris Stafylarakis! just following up here for people searching for this issue. Just filed an issue here: https://github.com/dagster-io/dagster/issues/8707. The short answer is that having non-asset producing ops as leaf nodes in a graph-backed asset is unsupported behavior, and should cause an error at definition time (but currently does not).
👍 1