Skip to content

@graph_multi_asset - help please #24341

Answered by sryza
darktempla asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @darktempla - thanks for your patience on this one. The issue here is that Dagster doesn't allow runtime code execution in composition functions like @graph_multi_asset. Here's a deeper explanation of why: #12554.

I'd recommend modifying get_summary_report_from_email to have separate Outs for trades, dividends, etc. Or creating a downsteam op to do that unpacking.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sryza
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
type: troubleshooting Related to debugging and error messages area: ops/graphs/jobs Related to Dagster ops, graphs and jobs
2 participants