You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: rework dbt grants to sqlmesh grants converstion
- sqlmesh grants uses None it explicitly means unmanaged
and {} to mean managed with no grants (revoke all existing grants)
- empty {} dbt grants config is always considered as unmanaged
dbt manifest always parses None grants as {}
0 commit comments