Vinnie
09/28/2022, 10:09 AMtarget
isn’t accepted by load_assets_from_dbt_project
? I’m currently facing an issue with that since I need to extract some information from the manifest that changes depending on the target (different dbs for dev and prod, need them to be part of the asset keys). Happy to open a PR if there’s no reason it’s not currently supported.owen
09/28/2022, 10:28 PMVinnie
09/29/2022, 12:06 PMResourceDefinition.hardcoded_resource()
inside my IO Manager, this is enough for my fairly simple use case, otherwise I could have scoped the dbt_cli_resource
into my IO manager and done a little more parsing