0.11.0 (2024-02-22)
- bump python and requirements versions. Refactor connection parameters to use format recommended by snowflake
- bump python and requirements versions. Refactor connection parameters to use format recommended by snowflake (1b05cda)
0.10.1 (2023-09-18)
- add comment property and definition on table and column (b4469ab)
- comment definition bug (47b1b1a)
0.10.0 (2023-08-18)
- table, tags and columns refactored to async pattern
- moved deserializer into describable
- procedure callables made
- all assets use async methods
- SHOW FUTURE GRANTS TO DATABASE ROLE instead of procedure (f1a2fc1)
- added readme (042fe48)
- all assets use async methods (9b5114b)
- moved deserializer into describable (b54b987)
- procedure callables made (a9acd9b)
- table, tags and columns refactored to async pattern (146b16f)
0.9.0 (2023-08-09)
- principal ascendants and descendants to describe_many
- principal ascendants and descendants to describe_many (c8c041c)
0.8.0 (2023-05-30)
- fixed major docstring issue
0.7.0 (2023-05-24)
- add user type to role_inheritance
- add user type to role_inheritance (c6239ee)
0.6.2 (2023-05-24)
- user model (ba13069)
0.6.1 (2023-05-05)
0.6.0 (2023-05-02)
- schema & table implement db_name:str
- implement table owner (not required) (f77fb05)
- schema & table implement db_name:str (c097640)
0.5.2 (2023-04-13)
- database role schema owner fix (483eab7)
- database role tag and warehouse owner fix (2abd38a)
- databasse role database owners denial (51b9e33)
0.5.1 (2023-04-13)
- broken import in client (1886cc5)
0.5.0 (2023-04-13)
- alter order of table, role, database role and tag ownership
- warehouse grant and role grant testing
- future grants
- principal descendants refactored
- principal ascendants
- role inheritance refactored
- removing unused grants
- refactor grants a bit
- add grant and future_grant
- add GrantAction and AccountGrant
- use entity and asset interfaces for default load_from_sf implementations
- refactor entities
- refactor entity loading
- change not_null -> nullable, adjust tests
- refactor table and columns
- extend databaserole with principle interface
- extend databaserole with principle interface
- add grant and future_grant (881caa9)
- add GrantAction and AccountGrant (1bdac50)
- add principle interface to schema (d1a1cad)
- add rest of the column types (65a18e1)
- add tag classes (db94833)
- adjust grants and affected tests (d8d2db5)
- change not_null -> nullable, adjust tests (48b115d)
- database grants update (7e4872a)
- extend databaserole with principle interface (c9acbbe)
- extend databaserole with principle interface (8c540e0)
- extend role asset and add database_role (730f167)
- extend role asset and add database_role (f18b42a)
- fix tag bugs and add tests (092c170)
- refactor entities (cbd7a3a)
- refactor entity loading (4c1a574)
- refactor table and columns (628efc4)
- table describe (7a84271)
- tag support for columns (f0d491d)
- update mergeable entity and test (b6dbcb0)
- update schema describable and affected tests (22a322b)
- update warehouse and tests (fc819b4)
- use entity and asset interfaces for default load_from_sf implementations (5dd682a)
- added table tag tests (212f03e)
- client decribe_many procedure fix (bfad3f9)
- refactor grants a bit (61f29a7)
- refactoring class renaming error (00ae284)
- remove buggy fixtures (2a0fb38)
- remove devcontainer from gitignore (afb3da1)
- removing unused grants (810dcff)
- sp error, fix schema tests (8191e04)
- table, wh, db should not be principals (154dd71)
- update role_account_grant tests (64a6217)
- update schema tests (4c777f4)
- update tag/classification tag structure (7aa3c36)
- alter order of table, role, database role and tag ownership (1e2b99d)
- future grants (83484a7)
- principal ascendants (d7499c1)
- principal descendants refactored (a26ce09)
- role inheritance refactored (e3c6449)
- warehouse grant and role grant testing (eeb4833)
0.4.0 (2023-02-28)
- minor bump instead of patch
0.3.1 (2023-02-14)
- remove subtype hinting for 3.8 (8ab5adc)
0.3.0 (2023-02-14)
- pyflake_client moved into client.py
- added anonymous procedures (463fc3e)
- pyflake_client moved into client.py (3bd971b)
0.2.0 (2023-02-12)
- Role descendants and ascendants added
- procedure added (3eb0b05)
- procedure execution (2012b28)
- Role descendants and ascendants added (e6547f5)
0.1.1 (2023-02-10)
- add README for setup.py install (68365c7)
- init commit (300e98f)