- When comparing grants, run `REVOKE` commands prior to `GRANT` commands. It should help to resolve issues with `OWNERSHIP` future grant, which should be revoked before a new `OWNERSHIP` grant can be added.
0.18.1
- Ignore grants for object types which are currently not supported by SnowDDL.
0.18.0
- Added initial implementation of table cloning while using `--env-prefix` argument. - Fixed issue with `STAGE` re-applying `directory` parameter on every run. - Fixed issue with `DYNAMIC_TABLE` re-applying `target_lag` parameter on every run. - Fixed missing `change_tracking` parameter for some `DYNAMIC_TABLE` tests.
0.17.1
- Improved handling of `PRIMARY_KEY` when column list is being changed.
0.17.0
- Implemented `DYNAMIC_TABLE` object type. - Implemented `EVENT_TABLE` object type (only with `change_tracking` parameter).
0.16.1
- Do not remove accounts from `OUTBOUND_SHARE` if `accounts` parameter was not set in config. Outbound shares without explicitly defined accounts are managed by Snowflake Marketplace.