Skip to content

Releases: tsanton/pyflake-client

v0.5.1

13 Apr 10:40
31941a2
Compare
Choose a tag to compare

0.5.1 (2023-04-13)

Bug Fixes

  • broken import in client (1886cc5)

v0.5.0

13 Apr 09:19
fcca0a8
Compare
Choose a tag to compare

0.5.0 (2023-04-13)

⚠ BREAKING CHANGES

  • 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

Features

  • 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)

Bug Fixes

  • 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)

Code Refactoring

  • 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)

v0.4.0

28 Feb 17:32
d1fc286
Compare
Choose a tag to compare

0.4.0 (2023-02-28)

⚠ BREAKING CHANGES

  • minor bump instead of patch

Features

  • added warehouse and warehouse grant (1fdd261)
  • minor bump instead of patch (6e4b9a2)

v0.3.1

14 Feb 18:17
9ec78fe
Compare
Choose a tag to compare

0.3.1 (2023-02-14)

Bug Fixes

  • remove subtype hinting for 3.8 (8ab5adc)

v0.3.0

14 Feb 09:37
2ba07fd
Compare
Choose a tag to compare

0.3.0 (2023-02-14)

⚠ BREAKING CHANGES

  • pyflake_client moved into client.py

Features

  • added anonymous procedures (463fc3e)

Code Refactoring

  • pyflake_client moved into client.py (3bd971b)

v0.2.0

12 Feb 21:23
9f1a0ff
Compare
Choose a tag to compare

0.2.0 (2023-02-12)

⚠ BREAKING CHANGES

  • Role descendants and ascendants added

Features

  • procedure added (3eb0b05)
  • procedure execution (2012b28)
  • Role descendants and ascendants added (e6547f5)

v0.1.1

11 Feb 12:24
e676f8c
Compare
Choose a tag to compare

0.1.1 (2023-02-10)

Bug Fixes

  • add README for setup.py install (68365c7)

v0.1.0

09 Feb 15:34
ed4cd15
Compare
Choose a tag to compare

0.1.0 (2023-02-09)

Features