geoHeil
07/11/2022, 7:51 AMyuhan
07/11/2022, 7:20 PMgeoHeil
07/11/2022, 8:50 PMowen
07/11/2022, 11:10 PMNone
as the `output_value`for each of the dbt models, so a pattern I've used is to check if the output is None and if it is, do nothing inside of handle_output.noop_io_manager
that you apply when you call load_assets_from_dbt_project
, then supply an input manager key to any downstream python assets that consume a dbt asset. this feature is mostly intended to help for situations where you might want to have a different loading behavior per dbt model, but I figured I'd mention itgeoHeil
07/12/2022, 5:45 AM