Jan Cieślak
Jan Cieślak
The first part of the implementation of the `snowflake_grant_ownership` resource. This is a "basic" version of this resource providing baseline functionalities needed to transfer ownership in Terraform. In the next...
Fixes: #2459 The issue was related to the fact that the Read operation is only concerned about privileges (with_grant_option is also taken into consideration, but it's never set). Given this...
### Use Cases or Problem Statement Follow up for https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/2514. Because there were new fields added to the documentation, we have to adjust the current implementation in the SDK to...
Implements: https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/2504 Add the `use_secondary_roles` parameter to the provider config. Added acceptance tests, which showed that before introducing this change we should use client object instead of db connection as...
The follow-up after new gh issue templates: - A script for creating labels (if they don't exist already). - A script for adding labels to issues (according to the prepared...
Add handling of the grant ownership on tasks. ```go func (v *grants) grantOwnershipOnAllTasks(ctx context.Context, opts *GrantOwnershipOptions) error { // grant on all tasks // 1. grant ownership on all tasks...
Test cases for changes in lists and sets. From the given time, I only went through essential cases that consisted of: - Ignoring the order of list items after creation....
## Changes - Mostly done task resource refactor - Sweepers test fixed (they always added errors even when they're nil) - Minor changes in SDK (find out the bug with...