- Add `is_transient` and `retention_time` for `TABLE` object type config. - Add `is_transient` to `TABLE` object type converter. - Implement advanced SEARCH OPTIMIZATION on specific columns. NB: VARIANT column paths are currently not supported due to high complexity of parsing `target` column from output of `DESC SEARCH OPTIMIZATION` command.
0.9.9
- Strip trailing spaces from each line of view text during `VIEW` object type conversion. It prevents formatting issues described in [pyyaml411 issue](https://github.com/yaml/pyyaml/issues/411).
0.9.8
- Add `collate` support for `TABLE` object type conversion.
0.9.7
- Try to fix markdown formatting on PyPi. - Enable converter for object type `VIEW` (currently not documented, work in progress).
0.9.6
- Prevent `USER_ROLE` resolver from dropping grants other than `ROLE` grants. User roles may accumulate random grants during normal operation from temporary tables, temporary stages, manually created objects in schemas not managed by SnowDDL. - Change testing Snowflake account once again.
0.9.5
- Implement missing `comment` parameter for `USER` object type. - Add more tests.