dagster

How to materialize a downstream asset independently in dagster using python API?

How to materialize a downstream asset independently in dagster using python API? Question: I have dagster==1.0.11 and I am trying to materialize a downstream_asset independently from its upstream_asset. I want to do it through the python API. Please consider the code below for reference. # example.py from dagster import asset, materialize, repository @asset def upstream_asset(): …

Total answers: 2