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
{{ message }}
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.
We need to address the various ways that
sync
andapply
commands can collide.Scenario: Sync Occurs Before Apply Completion
roleGrants.finance_viewer.select.view = ["acme.prod.payments"]
grant select on view acme.prod.payments to role finance_viewer;
finance_viewer
, it deletes the recent line from the yaml and commits.Result:
finance_viewer
has grants in Snowflake but not in YAML. This will be resolved at the next Sync, but causes an unexpected user experience.The text was updated successfully, but these errors were encountered: