Replies: 1 comment 5 replies
-
This type of error is pretty weird indeed. If that's the case, could you inspect carefully the logs, and eventually post here what you can, to allow to debug further. Long story short - with ha tables this type of error should be mitigated to the minumu, via the usage of unique location. |
Beta Was this translation helpful? Give feedback.
-
When I configure like this :
{{ config(materialized='table',ha=true)}}
This error occurs when running batch scheduled tasks every day
Error info:
HIVE_PATH_ALREADY_EXISTS: Target directory for table 'dbt_prod.stg_amazon__dayreportad__ha' already exists: s3://dbt-us/dbt_prod/stg_amazon__dayreportad/80b17007-2212-463c-bf6f-022f84bb7ee5.
But I haven't encountered this situation since running it locally
Does anyone know why this is happening or what solutions are available
I would be very grateful
Beta Was this translation helpful? Give feedback.
All reactions