Add option for choosing continuation strategy for when models or fields are not synced
ewhauser opened this issue · 1 comments
ewhauser commented
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
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
).