[Bug]: snowflake_warehouses
data resource has issues when 'SYSTEM$STREAMLIT_NOTEBOOK_WH' is included and with_describe = true
#2999
Labels
bug
Used to mark issues with provider's incorrect behavior
Terraform CLI Version
1.9.4
Terraform Provider Version
0.94.1
Terraform Configuration
Category
category:data_source
Object type(s)
data_source:warehouses
Expected Behavior
The resource
data.snowflake_warehouses.all_wh
should return a complex, deeply-nested object that contains details about all warehouses thatsysadmin
can see.Actual Behavior
Terraform throws an error indicating that sysadmin doesn't "have permissions to operate on" the object, and planning fails.
Steps to Reproduce
sysadmin
role >sysadmin
rolesnowflake_warehouses
with_describe = true
with_describe
attribute not specifiedterraform plan
How much impact is this issue causing?
Low
Logs
https://gist.github.com/AaronCoquet-Easypark/846a45bb8af6558ff762cd7feecd1e65
Additional Information
Relates to Support ticket 00826888
Known workarounds:
with_describe = false
like
parameterWould you like to implement a fix?
The text was updated successfully, but these errors were encountered: