Hi I have DBT assets loading up, but when I click ...
# ask-community
e
Hi I have DBT assets loading up, but when I click on one and ‘materialize selected’ or just click materialize all, I get an error saying the same asset key was included for two definitions.
o
hey @Eric Larson! What version of dagster are you running on?
e
14.20
o
gotcha -- are there any other assets defined in your repository, or just the dbt ones?
e
I have other repository loaded in this workspace, but for the DBT it’s in it’s own repository, but added to the workspace with other repos. Want to get it worrking first.
Copy code
@repository
def dbt_repo():
    return [dbt_asset_group]
o
I see, that makes sense. I believe I know what happened, and this issue is fixed in tomorrow's 0.15.0 release branch. I'm pretty confident that if you downgrade to
0.14.19
(might have to do this for
dagit
and
dagster-graphql
in addition to
dagster
), then this issue should be resolved as well.
e
okay I’ll give 14.19 a try
o
great, let me know if that works (and sorry for the inconvenience!)
e
yup fixed it, thanks for the fast response
1
o
no problem!