gouline / dbt-metabase

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

Fix 400 Errors on empty-string descriptions #23

Closed remigabillet closed 3 years ago

remigabillet commented 3 years ago

I ran into this issue after I started using dbt-invoke which generates boilerplate YAML schema files. To make it easier to populate, it adds empty descriptions for all columns.

remigabillet commented 3 years ago

Thanks @gouline. Done!