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
Figure out what's up with the ndjson source. Although staging the external table works well enough, I see this error as soon as I try to to query it: error message: JSON parsing error in row starting at position 0: Expected key. For the sake of merging BigQuery external tables #49, I've just commented out these tests.
Will BQ add DDL support for other external sources (Cloud Bigtable, Google Drive, Cloud SQL)?
The text was updated successfully, but these errors were encountered:
I was just doing some testing and got a sheets-backed table up and running with dbt-external-tables v0.6.2.
I haven't tried relying on schema inference or any other bells and whistles, but the stripped-down spec below works out of the box, which is really exciting!
(split off from #41)
error message: JSON parsing error in row starting at position 0: Expected key
. For the sake of merging BigQuery external tables #49, I've just commented out these tests.The text was updated successfully, but these errors were encountered: