Arkadius Schuchhardt
Arkadius Schuchhardt
We are also very interested in this feature
@sfc-gh-asawicki Thanks for the info. I would like to create a PR for this feature request, if you accept contributions at this stage of your roadmap. I have already made...
Hi @sfc-gh-asawicki, sure, that sounds good. Do you have any issues I can track so I will get notified automatically, when the SDK is finished?
@sfc-gh-asawicki Thanks for the info and the implementation of the SDK. I have started to implement the network rules. However, it seems to me, that the network policies SDK needs...
@sfc-gh-jcieslak Thanks a lot!
@sfc-gh-jcieslak I noticed, that the headline of #2593 is wrong. Not the network rules SDK but the network policy SDK has to be updated. And do you have perhaps an...
@sfc-gh-asawicki Thanks for the update. On the first glance, everything looks good, I will be working now on the network rules. :)
@sfc-gh-asawicki I started to implement it and have encountered some issues/questions. A WIP PR can be found here: https://github.com/Snowflake-Labs/terraform-provider-snowflake/pull/2746. Please note, that there are many todos there, among other things...
@sfc-gh-asawicki Thanks for the fast reply. > It is implemented in the SDK (https://docs.snowflake.com/en/sql-reference/sql/alter-network-rule#syntax): [terraform-provider-snowflake/pkg/sdk/network_rule_gen.go](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/1f165bf72e29d1a9135d2e5e8bf3f46a0ffdddb6/pkg/sdk/network_rule_gen.go#L40) Line 40 in [1f165bf](https://github.com/Snowflake-Labs/terraform-provider-snowflake/commit/1f165bf72e29d1a9135d2e5e8bf3f46a0ffdddb6) Unset *NetworkRuleUnset `ddl:"list" sql:"UNSET"` . (you have to pass a boolean...
`d.GetChange()` should work, that I was looking for, thanks. I will then implement the update on NetworkPolicies in this way. > Yes, this is a downside. But other option, when...