Hi guys, we are looking at auto_materialize_policy...
# ask-community
y
Hi guys, we are looking at auto_materialize_policy and wondering how to implement it with load_assets_from_dbt_manifest for our dbt models. Thx!
c
I think you have to load your dbt assets a second time using load_assets_from_package_module, then specify the auto materialize policy on that function. cc @johann if there’s an easier way
j
It will be available in a param on
load_assets_from_dbt_manifest
after the release tomorrow
thanks to a community contribution 🙂 https://github.com/dagster-io/dagster/pull/13794
y
Thanks a lot!