gouline / dbt-metabase

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

Add option for choosing continuation strategy for when models or fields are not synced #231

Closed ewhauser closed 4 months ago

ewhauser commented 4 months ago

dbtmetabase just errors if it can't find a model or a field. In some cases, it would be preferred to just sync the models and fields that can be synced and skip over ones that don't exist yet

gouline commented 4 months ago

If you have known discrepancies between dbt and Metabase and wish to proceed without synchronization, set the sync timeout to zero (e.g. --sync-timeout 0).

https://github.com/gouline/dbt-metabase#synchronization