Is there a way to set the metadata of an asset = t...
# ask-community
b
Is there a way to set the metadata of an asset = to the latest materialization?
j
you could load the previous value for the asset in the body of the asset and set that as metadata https://github.com/dagster-io/dagster/discussions/14805 i’d caution against this though if your assets are large. it will explode the size of the db