Hi team! Just wanted to ask is it appropriate to turn Extract and Load jobs into Software Defined Assets? Let’s say we are currently defining various E&L jobs from a single graph, how do we turn each E&L job into respective Software Defined Asset?
Does anyone have experience turning Extract and Load jobs into Software Defined Assets on Dagster?
Tried using
dagster.AssetsDefintion.from_graph
which returns an
AssetDefinition
. Is there a way to parameterise the asset outside of runtime.