Hi all, apologies in advance if I've missed a prev...
# integration-dbt
a
Hi all, apologies in advance if I've missed a previous answer to this. I'm currently loading dbt models with
load_assets_from_dbt_project
. Is there a way to selectively add partitioning to model groups as not all are partitioned?
🤖 1
r
Currently, you’ll have to load the model groups using separate
load_assets_from_dbt_project
. Then each invocation should use your desired partitioning strategy