Hi team, is there a way to give customized asset g...
# ask-community
y
Hi team, is there a way to give customized asset group name for a dbt model? We are using load_assets_from_dbt_project method to load dbt projects. Thx
j
Hey @Yuan Cheng the asset group name will be determined from the folder structure of your dbt project. For example, in our dbt tutorial, the dbt assets are in the group
staging
because they are in the
staging
folder within the dbt project
y
Hi @jamie, thx for the information, but if we want to load multiple dbt projects, which contains same folder structure, what should we do?
j
You could look at specifying different key_prefixes for each of the dbt projects
y
Got it, thx for the help!