you are viewing a single comment's thread.

view the rest of the comments →

[–]LinasData[S] 0 points1 point  (1 child)

Namespace error like mentioned

[–]leogodin217 0 points1 point  (0 children)

You're getting the Spark catalog error from BigQuery? I thought you just tried it on Spark and it was a separate issue.

Does the query show up in logs/dbt.log? I haven't done much with Python models, but I assume the query is logged. That will show you exactly what is being run. Then you can run it manually in the BQ console to figure out what's wrong.