Skip to content

Commit

Permalink
Revert future grant for dynamic tables, which causes tests to break
Browse files Browse the repository at this point in the history
  • Loading branch information
littleK0i committed Jan 17, 2024
1 parent 6ad193b commit 55e61c0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
## [0.23.1] - 2024-01-17

- Added `owner_integration_usage` parameter for `SCHEMA`. It grants usage privilege to schema owner role on integrations pre-configured outside SnowDDL.
- Added future grant on `DYNAMIC TABLES` for schema owner role. Previously this future grant was not implemented by Snowflake.

## [0.23.0] - 2024-01-16

Expand Down
1 change: 0 additions & 1 deletion snowddl/resolver/schema_role.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ def get_blueprint_owner_role(self, schema_bp: SchemaBlueprint):
)

ownership_object_types = [
ObjectType.DYNAMIC_TABLE,
ObjectType.EXTERNAL_TABLE,
ObjectType.FILE_FORMAT,
ObjectType.FUNCTION,
Expand Down

0 comments on commit 55e61c0

Please sign in to comment.