Jeff Rose
12/15/2023, 4:58 PMfact_twoway_pl_mv.sql
from the pipeline_events
folder into the twoway
folder. It seems like the block storage does not effectively account for the fact that I moved this file. It did nothing to delete the old file in the pipeline_events
folder and just uploaded a new copy into twoway
. Since both files exist now, it causes confusion in dbt and it throws an error.
exception_text: Compilation Error
dbt found two models with the name "fact_twoway_pl_mv".
Since these resources have the same name, dbt will be unable to find the correct resource
when looking for ref("fact_twoway_pl_mv").
To fix this, change the name of one of these resources:
- model.rn_dw_dbt.fact_twoway_pl_mv (models/pipeline_events/fact_twoway_pl_mv.sql)
- model.rn_dw_dbt.fact_twoway_pl_mv (models/twoway/fact_twoway_pl_mv.sql)
Does anyone know where I am going wrong here? It feels like this block storage should be doing a better job of syncing. Did I configure something incorrectly? ThanksJeff Rose
12/15/2023, 5:03 PMdathey
03/05/2024, 8:55 PMJeff Rose
03/05/2024, 9:30 PMdathey
03/05/2024, 9:38 PM