Dbt run got stucked

Hi all,
got question, hope someone can help. when i run dbt run, used to be very fast. but somehow, it suddenly showing below forever. seems stuck there. anyone see this before, how can i debug what is going wrong? code never changed, yesterday, runs fine. just today, suddenly, got issue.

Thanks,
Alex

1 Like

If that happened to me, I would also check the query history in the database. You can get some additional info there. Probably you didn’t do any change on your end, but other processes may be running at the same time, or the size of the computing instance changed, etc. That should help you get better insights on the problem.

1 Like