You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's indeed BigQuery output since the SQL runner is working with the Jobs API rather than anything related to tables. If need be this could be fixed by a health check call to the Tables API, so if a table doesn't exist the runner would fail with a more 'appropriate' error.
Running 0.8.0 against BigQuery. Where there's a mistake in the SQL which references a table that doesn't exist returns an error like:
I believe this is actually a 'table not found error' but it makes it look like either the job isn't found or some connection error happened.
Not sure if this is a sql-runner problem or if BQ just outputs unhelpful messages.
The text was updated successfully, but these errors were encountered: