When i’m executing dbt models using databricks i’m getting below error frequently:
22:50:42 Completed with 1 error, 0 partial successes, and 0 warnings:
22:50:42
22:50:42 Database Error in model sample_model (models/sample_model.sql)
Database Error
Error during request to server. ExecuteStatement command can only be retried for codes 429 and 503
22:50:42
22:50:42 Done. PASS=89 WARN=0 ERROR=1 SKIP=0 TOTAL=90
I’m using 10 threads in profile.yml. The cluster configuration as below
I have total 90 models for execution. Job was running for sometime and failing with error mentioned above.
Let me know any solutions to issue