gouline / dbt-metabase

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

Model synchronization fails #61

Closed mmmatthew closed 3 years ago

mmmatthew commented 3 years ago

Hi! I have am using bigquery and have trouble synchronizing metabase when I try to synchronize with dbt-metabase export.

The console prints a bunch of

...
2021-09-13 17:26:21,324 - WARNING - Model API_DATASET not found
2021-09-13 17:26:21,324 - WARNING - Model API_DATASETITEM not found
2021-09-13 17:26:21,324 - CRITICAL - Sync timeout reached, models still not compatible

None of my models are upper case - could that be the reason why the models are not found?

mmmatthew commented 3 years ago

Never mind! I updated to v0.8 and this issue disappeared :)