How can I denote software defined assets of output...
# ask-community
g
How can I denote software defined assets of output data which is potentially materialized inside the notebook (https://docs.dagster.io/integrations/dagstermill/using-notebooks-with-dagster#using-jupyter-notebooks-with-papermill-and-dagster) bypassing any IO managers? I.e. in case a manual
<http://pd.to|pd.to>_sql
is executed in the noteooks?
j
Hey @geoHeil depending on what you’re looking to do, it may be supported by yielding results and custom events from the notebook (the linked section and the following section) https://docs.dagster.io/integrations/dagstermill/reference#results-and-custom-materializations however, if you want to run a notebook as an asset AND have the notebook yield additional outputs that are also considered assets, that is not currently supported (it’s a pretty significant amount of work to support, but you can help us prioritize by voting for the issue here )
g
great - thanks