Hi all...quick question. I'm trying to run assets ...
# ask-community
y
Hi all...quick question. I'm trying to run assets in a jupyter notebook. How do I materialize a source asset? Sorry I couldn't find it quickly in the docs. Thanks!!
🤖 1
s
Hi Yang, source assets are by definition not materializable using a compute function defined in dagster. You can always yield
AssetMaterialization
events for an arbitrary asset key from an op though.
y
oh ok
thanks!