Binoy Shah
08/23/2022, 1:23 PMmeltano.yml
configuration file and convert the “EL” tables into assets and I have another set of Assets discovered by DBT utils in dagster-dbt
library. I want to generate data lineage graphs between Meltano SDAs and DBT SDAschris
08/24/2022, 12:23 AMsandy
08/24/2022, 12:27 AMnode_info_to_asset_key
or source_key_prefix
argument of load_assets_from_dbt_project
/ load_assets_from_dbt_manifest
to make it so they doBinoy Shah
08/24/2022, 3:04 PMnode_info_to_asset_key
or source_key_prefix
prefix
or node_info
will the materialization of the assets also happen in order of their precedence ? ie Clicking Materialize All
should first materialize the Meltano Assets and then Materialize the DBT assets..
Right now the Asset Graph https://docs.dagster.io/tutorial/assets/asset-graph shows directly injecting a @asset
into another @asset
to build graph, but Dagster Utils Helper methods a.k.a load_assets_from_dbt_project
do not provision any parameters to link other assets to form a lineagesandy
08/24/2022, 4:06 PMIf I am able to match the asset keys viaYes, it willorprefix
will the materialization of the assets also happen in order of their precedence?node_info