Is there a good way to create nested asset materia...
# ask-community
j
Is there a good way to create nested asset materialize jobs? Looking for a nested dependency structure of assets from different definitions and I’m currently experimenting with importing another asset from a different definition, and doing dagster.materialize. But it seems like
dagster.execute_job
, doesn’t really work nicely with my opensource helm deployment. I looked into
AssetSensors
but I’d like to only trigger the downstream assets under the sensor if I run a specific asset materialization job, and not always.