Hi, Is there a limit for number of assets that Da...
# integration-dbt
b
Hi, Is there a limit for number of assets that Dagit can handle? We have DBT job that has over 8500 models, and the performance of Dagit leaves a lot to to be desired. Any tips to optimize that?
dagster bot responded by community 1
z
Curious what performance issues you're seeing? How do you have your dbt models organized in dagster (i.e grouping etc)
a
If you’re using assets, be sure you’re using
load_assets_from_dbt_manifest
instead of load from project! https://docs.dagster.io/_apidocs/libraries/dagster-dbt#dagster_dbt.load_assets_from_dbt_manifest
b
@Zachary Bluhm The issue is mostyl with loading and rendering stuff in Dagit, takes quite some time. @Adam Bloom We already do this 🙂