gouline / dbt-metabase

dbt + Metabase integration
https://pypi.org/project/dbt-metabase/
MIT License
462 stars 71 forks source link

Assume schema is "public" when API returns None #5

Closed davideanastasia closed 4 years ago

davideanastasia commented 4 years ago

BigQuery doesn't have the concept of schema. For this reason, I am getting a lot of errors on the upper() functions applied to NoneType (this happens when retrieving metadata for tables and fields).

I suggest to assume the schema is public when the API returns None.

gouline commented 4 years ago

Didn't know that, my primary usage is on Snowflake. But that sounds reasonable, let's do it.