pulumi-snowflake 0.58.0__py3-none-any.whl → 0.58.0a1722528062__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (92) hide show
  1. pulumi_snowflake/_inputs.py +125 -5857
  2. pulumi_snowflake/account.py +50 -28
  3. pulumi_snowflake/account_parameter.py +28 -0
  4. pulumi_snowflake/account_password_policy_attachment.py +30 -2
  5. pulumi_snowflake/account_role.py +32 -51
  6. pulumi_snowflake/alert.py +45 -33
  7. pulumi_snowflake/api_authentication_integration_with_authorization_code_grant.py +19 -39
  8. pulumi_snowflake/api_authentication_integration_with_client_credentials.py +19 -39
  9. pulumi_snowflake/api_authentication_integration_with_jwt_bearer.py +19 -39
  10. pulumi_snowflake/api_integration.py +54 -28
  11. pulumi_snowflake/cortex_search_service.py +0 -28
  12. pulumi_snowflake/database.py +148 -97
  13. pulumi_snowflake/database_old.py +77 -5
  14. pulumi_snowflake/database_role.py +42 -76
  15. pulumi_snowflake/dynamic_table.py +43 -33
  16. pulumi_snowflake/email_notification_integration.py +26 -28
  17. pulumi_snowflake/external_function.py +62 -38
  18. pulumi_snowflake/external_oauth_integration.py +21 -41
  19. pulumi_snowflake/external_table.py +58 -38
  20. pulumi_snowflake/failover_group.py +82 -38
  21. pulumi_snowflake/file_format.py +26 -28
  22. pulumi_snowflake/function.py +9 -33
  23. pulumi_snowflake/get_cortex_search_services.py +16 -16
  24. pulumi_snowflake/get_database_roles.py +38 -61
  25. pulumi_snowflake/get_databases.py +6 -6
  26. pulumi_snowflake/get_dynamic_tables.py +12 -12
  27. pulumi_snowflake/get_grants.py +138 -138
  28. pulumi_snowflake/get_network_policies.py +2 -2
  29. pulumi_snowflake/get_roles.py +2 -2
  30. pulumi_snowflake/get_schemas.py +8 -12
  31. pulumi_snowflake/get_security_integrations.py +2 -2
  32. pulumi_snowflake/get_streamlits.py +10 -10
  33. pulumi_snowflake/get_users.py +33 -96
  34. pulumi_snowflake/get_views.py +53 -92
  35. pulumi_snowflake/get_warehouses.py +2 -2
  36. pulumi_snowflake/grant_account_role.py +4 -0
  37. pulumi_snowflake/grant_application_role.py +4 -0
  38. pulumi_snowflake/grant_database_role.py +4 -0
  39. pulumi_snowflake/grant_ownership.py +5 -5
  40. pulumi_snowflake/grant_privileges_to_account_role.py +15 -15
  41. pulumi_snowflake/grant_privileges_to_database_role.py +12 -16
  42. pulumi_snowflake/grant_privileges_to_share.py +0 -47
  43. pulumi_snowflake/managed_account.py +4 -28
  44. pulumi_snowflake/masking_policy.py +89 -33
  45. pulumi_snowflake/materialized_view.py +39 -33
  46. pulumi_snowflake/network_policy.py +49 -47
  47. pulumi_snowflake/network_policy_attachment.py +30 -0
  48. pulumi_snowflake/network_rule.py +66 -28
  49. pulumi_snowflake/notification_integration.py +34 -28
  50. pulumi_snowflake/oauth_integration.py +34 -0
  51. pulumi_snowflake/oauth_integration_for_custom_clients.py +105 -39
  52. pulumi_snowflake/oauth_integration_for_partner_applications.py +19 -39
  53. pulumi_snowflake/object_parameter.py +103 -5
  54. pulumi_snowflake/outputs.py +4207 -12013
  55. pulumi_snowflake/password_policy.py +28 -28
  56. pulumi_snowflake/pipe.py +4 -28
  57. pulumi_snowflake/procedure.py +9 -33
  58. pulumi_snowflake/provider.py +16 -16
  59. pulumi_snowflake/pulumi-plugin.json +1 -1
  60. pulumi_snowflake/resource_monitor.py +48 -28
  61. pulumi_snowflake/role.py +32 -51
  62. pulumi_snowflake/row_access_policy.py +34 -28
  63. pulumi_snowflake/saml2_integration.py +19 -39
  64. pulumi_snowflake/saml_integration.py +34 -0
  65. pulumi_snowflake/schema.py +28 -52
  66. pulumi_snowflake/scim_integration.py +19 -39
  67. pulumi_snowflake/secondary_database.py +19 -35
  68. pulumi_snowflake/sequence.py +36 -4
  69. pulumi_snowflake/session_parameter.py +32 -0
  70. pulumi_snowflake/share.py +28 -28
  71. pulumi_snowflake/shared_database.py +15 -35
  72. pulumi_snowflake/stage.py +33 -33
  73. pulumi_snowflake/storage_integration.py +4 -28
  74. pulumi_snowflake/stream.py +4 -28
  75. pulumi_snowflake/streamlit.py +19 -39
  76. pulumi_snowflake/table.py +47 -43
  77. pulumi_snowflake/table_column_masking_policy_application.py +14 -2
  78. pulumi_snowflake/table_constraint.py +157 -5
  79. pulumi_snowflake/tag.py +40 -28
  80. pulumi_snowflake/tag_association.py +125 -5
  81. pulumi_snowflake/tag_masking_policy_association.py +4 -0
  82. pulumi_snowflake/task.py +92 -28
  83. pulumi_snowflake/unsafe_execute.py +20 -2
  84. pulumi_snowflake/user.py +373 -3346
  85. pulumi_snowflake/user_password_policy_attachment.py +36 -0
  86. pulumi_snowflake/view.py +185 -465
  87. pulumi_snowflake/warehouse.py +43 -39
  88. {pulumi_snowflake-0.58.0.dist-info → pulumi_snowflake-0.58.0a1722528062.dist-info}/METADATA +1 -1
  89. pulumi_snowflake-0.58.0a1722528062.dist-info/RECORD +129 -0
  90. {pulumi_snowflake-0.58.0.dist-info → pulumi_snowflake-0.58.0a1722528062.dist-info}/WHEEL +1 -1
  91. pulumi_snowflake-0.58.0.dist-info/RECORD +0 -129
  92. {pulumi_snowflake-0.58.0.dist-info → pulumi_snowflake-0.58.0a1722528062.dist-info}/top_level.txt +0 -0
@@ -85,7 +85,7 @@ def get_network_policies(like: Optional[str] = None,
85
85
  with_describe: Optional[bool] = None,
86
86
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetNetworkPoliciesResult:
87
87
  """
88
- !> **V1 release candidate** This data source was reworked and is a release candidate for the V1. We do not expect significant changes in it before the V1. We will welcome any feedback and adjust the data source if needed. Any errors reported will be resolved with a higher priority. We encourage checking this data source out before the V1 release. Please follow the migration guide to use it.
88
+ !> **V1 release candidate** This resource was reworked and is a release candidate for the V1. We do not expect significant changes in it before the V1. We will welcome any feedback and adjust the resource if needed. Any errors reported will be resolved with a higher priority. We encourage checking this resource out before the V1 release. Please follow the migration guide to use it.
89
89
 
90
90
  Datasource used to get details of filtered network policies. Filtering is aligned with the current possibilities for [SHOW NETWORK POLICIES](https://docs.snowflake.com/en/sql-reference/sql/show-network-policies) query (`like` is supported). The results of SHOW and DESCRIBE are encapsulated in one output collection.
91
91
 
@@ -111,7 +111,7 @@ def get_network_policies_output(like: Optional[pulumi.Input[Optional[str]]] = No
111
111
  with_describe: Optional[pulumi.Input[Optional[bool]]] = None,
112
112
  opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetNetworkPoliciesResult]:
113
113
  """
114
- !> **V1 release candidate** This data source was reworked and is a release candidate for the V1. We do not expect significant changes in it before the V1. We will welcome any feedback and adjust the data source if needed. Any errors reported will be resolved with a higher priority. We encourage checking this data source out before the V1 release. Please follow the migration guide to use it.
114
+ !> **V1 release candidate** This resource was reworked and is a release candidate for the V1. We do not expect significant changes in it before the V1. We will welcome any feedback and adjust the resource if needed. Any errors reported will be resolved with a higher priority. We encourage checking this resource out before the V1 release. Please follow the migration guide to use it.
115
115
 
116
116
  Datasource used to get details of filtered network policies. Filtering is aligned with the current possibilities for [SHOW NETWORK POLICIES](https://docs.snowflake.com/en/sql-reference/sql/show-network-policies) query (`like` is supported). The results of SHOW and DESCRIBE are encapsulated in one output collection.
117
117
 
@@ -85,7 +85,7 @@ def get_roles(in_class: Optional[str] = None,
85
85
  like: Optional[str] = None,
86
86
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetRolesResult:
87
87
  """
88
- !> **V1 release candidate** This datasource was reworked and is a release candidate for the V1. We do not expect significant changes in it before the V1. We will welcome any feedback and adjust the data source if needed. Any errors reported will be resolved with a higher priority. We encourage checking this data source out before the V1 release. Please follow the migration guide to use it.
88
+ !> **V1 release candidate** This resource was reworked and is a release candidate for the V1. We do not expect significant changes in it before the V1. We will welcome any feedback and adjust the resource if needed. Any errors reported will be resolved with a higher priority. We encourage checking this resource out before the V1 release. Please follow the migration guide to use it.
89
89
 
90
90
  Datasource used to get details of filtered roles. Filtering is aligned with the current possibilities for [SHOW ROLES](https://docs.snowflake.com/en/sql-reference/sql/show-roles) query (`like` and `in_class` are all supported). The results of SHOW are encapsulated in one output collection.
91
91
 
@@ -111,7 +111,7 @@ def get_roles_output(in_class: Optional[pulumi.Input[Optional[str]]] = None,
111
111
  like: Optional[pulumi.Input[Optional[str]]] = None,
112
112
  opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetRolesResult]:
113
113
  """
114
- !> **V1 release candidate** This datasource was reworked and is a release candidate for the V1. We do not expect significant changes in it before the V1. We will welcome any feedback and adjust the data source if needed. Any errors reported will be resolved with a higher priority. We encourage checking this data source out before the V1 release. Please follow the migration guide to use it.
114
+ !> **V1 release candidate** This resource was reworked and is a release candidate for the V1. We do not expect significant changes in it before the V1. We will welcome any feedback and adjust the resource if needed. Any errors reported will be resolved with a higher priority. We encourage checking this resource out before the V1 release. Please follow the migration guide to use it.
115
115
 
116
116
  Datasource used to get details of filtered roles. Filtering is aligned with the current possibilities for [SHOW ROLES](https://docs.snowflake.com/en/sql-reference/sql/show-roles) query (`like` and `in_class` are all supported). The results of SHOW are encapsulated in one output collection.
117
117
 
@@ -130,22 +130,20 @@ class AwaitableGetSchemasResult(GetSchemasResult):
130
130
  with_parameters=self.with_parameters)
131
131
 
132
132
 
133
- def get_schemas(in_: Optional[Union['GetSchemasInArgs', 'GetSchemasInArgsDict']] = None,
133
+ def get_schemas(in_: Optional[pulumi.InputType['GetSchemasInArgs']] = None,
134
134
  like: Optional[str] = None,
135
- limit: Optional[Union['GetSchemasLimitArgs', 'GetSchemasLimitArgsDict']] = None,
135
+ limit: Optional[pulumi.InputType['GetSchemasLimitArgs']] = None,
136
136
  starts_with: Optional[str] = None,
137
137
  with_describe: Optional[bool] = None,
138
138
  with_parameters: Optional[bool] = None,
139
139
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSchemasResult:
140
140
  """
141
- !> **V1 release candidate** This data source was reworked and is a release candidate for the V1. We do not expect significant changes in it before the V1. We will welcome any feedback and adjust the data source if needed. Any errors reported will be resolved with a higher priority. We encourage checking this data source out before the V1 release. Please follow the migration guide to use it.
142
-
143
141
  Datasource used to get details of filtered schemas. Filtering is aligned with the current possibilities for [SHOW SCHEMAS](https://docs.snowflake.com/en/sql-reference/sql/show-schemas) query. The results of SHOW, DESCRIBE, and SHOW PARAMETERS IN are encapsulated in one output collection.
144
142
 
145
143
 
146
- :param Union['GetSchemasInArgs', 'GetSchemasInArgsDict'] in_: IN clause to filter the list of streamlits
144
+ :param pulumi.InputType['GetSchemasInArgs'] in_: IN clause to filter the list of streamlits
147
145
  :param str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
148
- :param Union['GetSchemasLimitArgs', 'GetSchemasLimitArgsDict'] limit: Limits the number of rows returned. If the `limit.from` is set, then the limit wll start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern with `starts_with` or `like`.
146
+ :param pulumi.InputType['GetSchemasLimitArgs'] limit: Limits the number of rows returned. If the `limit.from` is set, then the limit wll start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern with `starts_with` or `like`.
149
147
  :param str starts_with: Filters the output with **case-sensitive** characters indicating the beginning of the object name.
150
148
  :param bool with_describe: Runs DESC SCHEMA for each schema returned by SHOW SCHEMAS. The output of describe is saved to the description field. By default this value is set to true.
151
149
  :param bool with_parameters: Runs SHOW PARAMETERS FOR SCHEMA for each schema returned by SHOW SCHEMAS. The output of describe is saved to the parameters field as a map. By default this value is set to true.
@@ -172,22 +170,20 @@ def get_schemas(in_: Optional[Union['GetSchemasInArgs', 'GetSchemasInArgsDict']]
172
170
 
173
171
 
174
172
  @_utilities.lift_output_func(get_schemas)
175
- def get_schemas_output(in_: Optional[pulumi.Input[Optional[Union['GetSchemasInArgs', 'GetSchemasInArgsDict']]]] = None,
173
+ def get_schemas_output(in_: Optional[pulumi.Input[Optional[pulumi.InputType['GetSchemasInArgs']]]] = None,
176
174
  like: Optional[pulumi.Input[Optional[str]]] = None,
177
- limit: Optional[pulumi.Input[Optional[Union['GetSchemasLimitArgs', 'GetSchemasLimitArgsDict']]]] = None,
175
+ limit: Optional[pulumi.Input[Optional[pulumi.InputType['GetSchemasLimitArgs']]]] = None,
178
176
  starts_with: Optional[pulumi.Input[Optional[str]]] = None,
179
177
  with_describe: Optional[pulumi.Input[Optional[bool]]] = None,
180
178
  with_parameters: Optional[pulumi.Input[Optional[bool]]] = None,
181
179
  opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetSchemasResult]:
182
180
  """
183
- !> **V1 release candidate** This data source was reworked and is a release candidate for the V1. We do not expect significant changes in it before the V1. We will welcome any feedback and adjust the data source if needed. Any errors reported will be resolved with a higher priority. We encourage checking this data source out before the V1 release. Please follow the migration guide to use it.
184
-
185
181
  Datasource used to get details of filtered schemas. Filtering is aligned with the current possibilities for [SHOW SCHEMAS](https://docs.snowflake.com/en/sql-reference/sql/show-schemas) query. The results of SHOW, DESCRIBE, and SHOW PARAMETERS IN are encapsulated in one output collection.
186
182
 
187
183
 
188
- :param Union['GetSchemasInArgs', 'GetSchemasInArgsDict'] in_: IN clause to filter the list of streamlits
184
+ :param pulumi.InputType['GetSchemasInArgs'] in_: IN clause to filter the list of streamlits
189
185
  :param str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
190
- :param Union['GetSchemasLimitArgs', 'GetSchemasLimitArgsDict'] limit: Limits the number of rows returned. If the `limit.from` is set, then the limit wll start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern with `starts_with` or `like`.
186
+ :param pulumi.InputType['GetSchemasLimitArgs'] limit: Limits the number of rows returned. If the `limit.from` is set, then the limit wll start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern with `starts_with` or `like`.
191
187
  :param str starts_with: Filters the output with **case-sensitive** characters indicating the beginning of the object name.
192
188
  :param bool with_describe: Runs DESC SCHEMA for each schema returned by SHOW SCHEMAS. The output of describe is saved to the description field. By default this value is set to true.
193
189
  :param bool with_parameters: Runs SHOW PARAMETERS FOR SCHEMA for each schema returned by SHOW SCHEMAS. The output of describe is saved to the parameters field as a map. By default this value is set to true.
@@ -85,7 +85,7 @@ def get_security_integrations(like: Optional[str] = None,
85
85
  with_describe: Optional[bool] = None,
86
86
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSecurityIntegrationsResult:
87
87
  """
88
- !> **V1 release candidate** This data source was reworked and is a release candidate for the V1. We do not expect significant changes in it before the V1. We will welcome any feedback and adjust the data source if needed. Any errors reported will be resolved with a higher priority. We encourage checking this data source out before the V1 release. Please follow the migration guide to use it.
88
+ !> **V1 release candidate** This resource was reworked and is a release candidate for the V1. We do not expect significant changes in it before the V1. We will welcome any feedback and adjust the resource if needed. Any errors reported will be resolved with a higher priority. We encourage checking this resource out before the V1 release. Please follow the migration guide to use it.
89
89
 
90
90
  Datasource used to get details of filtered security integrations. Filtering is aligned with the current possibilities for [SHOW SECURITY INTEGRATIONS](https://docs.snowflake.com/en/sql-reference/sql/show-integrations) query (only `like` is supported). The results of SHOW and DESCRIBE are encapsulated in one output collection `security_integrations`.
91
91
 
@@ -111,7 +111,7 @@ def get_security_integrations_output(like: Optional[pulumi.Input[Optional[str]]]
111
111
  with_describe: Optional[pulumi.Input[Optional[bool]]] = None,
112
112
  opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetSecurityIntegrationsResult]:
113
113
  """
114
- !> **V1 release candidate** This data source was reworked and is a release candidate for the V1. We do not expect significant changes in it before the V1. We will welcome any feedback and adjust the data source if needed. Any errors reported will be resolved with a higher priority. We encourage checking this data source out before the V1 release. Please follow the migration guide to use it.
114
+ !> **V1 release candidate** This resource was reworked and is a release candidate for the V1. We do not expect significant changes in it before the V1. We will welcome any feedback and adjust the resource if needed. Any errors reported will be resolved with a higher priority. We encourage checking this resource out before the V1 release. Please follow the migration guide to use it.
115
115
 
116
116
  Datasource used to get details of filtered security integrations. Filtering is aligned with the current possibilities for [SHOW SECURITY INTEGRATIONS](https://docs.snowflake.com/en/sql-reference/sql/show-integrations) query (only `like` is supported). The results of SHOW and DESCRIBE are encapsulated in one output collection `security_integrations`.
117
117
 
@@ -106,20 +106,20 @@ class AwaitableGetStreamlitsResult(GetStreamlitsResult):
106
106
  with_describe=self.with_describe)
107
107
 
108
108
 
109
- def get_streamlits(in_: Optional[Union['GetStreamlitsInArgs', 'GetStreamlitsInArgsDict']] = None,
109
+ def get_streamlits(in_: Optional[pulumi.InputType['GetStreamlitsInArgs']] = None,
110
110
  like: Optional[str] = None,
111
- limit: Optional[Union['GetStreamlitsLimitArgs', 'GetStreamlitsLimitArgsDict']] = None,
111
+ limit: Optional[pulumi.InputType['GetStreamlitsLimitArgs']] = None,
112
112
  with_describe: Optional[bool] = None,
113
113
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetStreamlitsResult:
114
114
  """
115
- !> **V1 release candidate** This data source was reworked and is a release candidate for the V1. We do not expect significant changes in it before the V1. We will welcome any feedback and adjust the data source if needed. Any errors reported will be resolved with a higher priority. We encourage checking this data source out before the V1 release. Please follow the migration guide to use it.
115
+ !> **V1 release candidate** This resource was reworked and is a release candidate for the V1. We do not expect significant changes in it before the V1. We will welcome any feedback and adjust the resource if needed. Any errors reported will be resolved with a higher priority. We encourage checking this resource out before the V1 release. Please follow the migration guide to use it.
116
116
 
117
117
  Datasource used to get details of filtered streamlits. Filtering is aligned with the current possibilities for [SHOW STREAMLITS](https://docs.snowflake.com/en/sql-reference/sql/show-streamlits) query (only `like` is supported). The results of SHOW and DESCRIBE are encapsulated in one output collection `streamlits`.
118
118
 
119
119
 
120
- :param Union['GetStreamlitsInArgs', 'GetStreamlitsInArgsDict'] in_: IN clause to filter the list of streamlits
120
+ :param pulumi.InputType['GetStreamlitsInArgs'] in_: IN clause to filter the list of streamlits
121
121
  :param str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
122
- :param Union['GetStreamlitsLimitArgs', 'GetStreamlitsLimitArgsDict'] limit: Limits the number of rows returned. If the `limit.from` is set, then the limit wll start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern with `starts_with` or `like`.
122
+ :param pulumi.InputType['GetStreamlitsLimitArgs'] limit: Limits the number of rows returned. If the `limit.from` is set, then the limit wll start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern with `starts_with` or `like`.
123
123
  :param bool with_describe: Runs DESC STREAMLIT for each streamlit returned by SHOW STREAMLITS. The output of describe is saved to the description field. By default this value is set to true.
124
124
  """
125
125
  __args__ = dict()
@@ -140,20 +140,20 @@ def get_streamlits(in_: Optional[Union['GetStreamlitsInArgs', 'GetStreamlitsInAr
140
140
 
141
141
 
142
142
  @_utilities.lift_output_func(get_streamlits)
143
- def get_streamlits_output(in_: Optional[pulumi.Input[Optional[Union['GetStreamlitsInArgs', 'GetStreamlitsInArgsDict']]]] = None,
143
+ def get_streamlits_output(in_: Optional[pulumi.Input[Optional[pulumi.InputType['GetStreamlitsInArgs']]]] = None,
144
144
  like: Optional[pulumi.Input[Optional[str]]] = None,
145
- limit: Optional[pulumi.Input[Optional[Union['GetStreamlitsLimitArgs', 'GetStreamlitsLimitArgsDict']]]] = None,
145
+ limit: Optional[pulumi.Input[Optional[pulumi.InputType['GetStreamlitsLimitArgs']]]] = None,
146
146
  with_describe: Optional[pulumi.Input[Optional[bool]]] = None,
147
147
  opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetStreamlitsResult]:
148
148
  """
149
- !> **V1 release candidate** This data source was reworked and is a release candidate for the V1. We do not expect significant changes in it before the V1. We will welcome any feedback and adjust the data source if needed. Any errors reported will be resolved with a higher priority. We encourage checking this data source out before the V1 release. Please follow the migration guide to use it.
149
+ !> **V1 release candidate** This resource was reworked and is a release candidate for the V1. We do not expect significant changes in it before the V1. We will welcome any feedback and adjust the resource if needed. Any errors reported will be resolved with a higher priority. We encourage checking this resource out before the V1 release. Please follow the migration guide to use it.
150
150
 
151
151
  Datasource used to get details of filtered streamlits. Filtering is aligned with the current possibilities for [SHOW STREAMLITS](https://docs.snowflake.com/en/sql-reference/sql/show-streamlits) query (only `like` is supported). The results of SHOW and DESCRIBE are encapsulated in one output collection `streamlits`.
152
152
 
153
153
 
154
- :param Union['GetStreamlitsInArgs', 'GetStreamlitsInArgsDict'] in_: IN clause to filter the list of streamlits
154
+ :param pulumi.InputType['GetStreamlitsInArgs'] in_: IN clause to filter the list of streamlits
155
155
  :param str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
156
- :param Union['GetStreamlitsLimitArgs', 'GetStreamlitsLimitArgsDict'] limit: Limits the number of rows returned. If the `limit.from` is set, then the limit wll start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern with `starts_with` or `like`.
156
+ :param pulumi.InputType['GetStreamlitsLimitArgs'] limit: Limits the number of rows returned. If the `limit.from` is set, then the limit wll start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern with `starts_with` or `like`.
157
157
  :param bool with_describe: Runs DESC STREAMLIT for each streamlit returned by SHOW STREAMLITS. The output of describe is saved to the description field. By default this value is set to true.
158
158
  """
159
159
  ...
@@ -9,7 +9,6 @@ import pulumi.runtime
9
9
  from typing import Any, Mapping, Optional, Sequence, Union, overload
10
10
  from . import _utilities
11
11
  from . import outputs
12
- from ._inputs import *
13
12
 
14
13
  __all__ = [
15
14
  'GetUsersResult',
@@ -23,28 +22,16 @@ class GetUsersResult:
23
22
  """
24
23
  A collection of values returned by getUsers.
25
24
  """
26
- def __init__(__self__, id=None, like=None, limit=None, starts_with=None, users=None, with_describe=None, with_parameters=None):
25
+ def __init__(__self__, id=None, pattern=None, users=None):
27
26
  if id and not isinstance(id, str):
28
27
  raise TypeError("Expected argument 'id' to be a str")
29
28
  pulumi.set(__self__, "id", id)
30
- if like and not isinstance(like, str):
31
- raise TypeError("Expected argument 'like' to be a str")
32
- pulumi.set(__self__, "like", like)
33
- if limit and not isinstance(limit, dict):
34
- raise TypeError("Expected argument 'limit' to be a dict")
35
- pulumi.set(__self__, "limit", limit)
36
- if starts_with and not isinstance(starts_with, str):
37
- raise TypeError("Expected argument 'starts_with' to be a str")
38
- pulumi.set(__self__, "starts_with", starts_with)
29
+ if pattern and not isinstance(pattern, str):
30
+ raise TypeError("Expected argument 'pattern' to be a str")
31
+ pulumi.set(__self__, "pattern", pattern)
39
32
  if users and not isinstance(users, list):
40
33
  raise TypeError("Expected argument 'users' to be a list")
41
34
  pulumi.set(__self__, "users", users)
42
- if with_describe and not isinstance(with_describe, bool):
43
- raise TypeError("Expected argument 'with_describe' to be a bool")
44
- pulumi.set(__self__, "with_describe", with_describe)
45
- if with_parameters and not isinstance(with_parameters, bool):
46
- raise TypeError("Expected argument 'with_parameters' to be a bool")
47
- pulumi.set(__self__, "with_parameters", with_parameters)
48
35
 
49
36
  @property
50
37
  @pulumi.getter
@@ -56,52 +43,20 @@ class GetUsersResult:
56
43
 
57
44
  @property
58
45
  @pulumi.getter
59
- def like(self) -> Optional[str]:
46
+ def pattern(self) -> str:
60
47
  """
61
- Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
48
+ Users pattern for which to return metadata. Please refer to LIKE keyword from snowflake documentation : https://docs.snowflake.com/en/sql-reference/sql/show-users.html#parameters
62
49
  """
63
- return pulumi.get(self, "like")
64
-
65
- @property
66
- @pulumi.getter
67
- def limit(self) -> Optional['outputs.GetUsersLimitResult']:
68
- """
69
- Limits the number of rows returned. If the `limit.from` is set, then the limit wll start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern with `starts_with` or `like`.
70
- """
71
- return pulumi.get(self, "limit")
72
-
73
- @property
74
- @pulumi.getter(name="startsWith")
75
- def starts_with(self) -> Optional[str]:
76
- """
77
- Filters the output with **case-sensitive** characters indicating the beginning of the object name.
78
- """
79
- return pulumi.get(self, "starts_with")
50
+ return pulumi.get(self, "pattern")
80
51
 
81
52
  @property
82
53
  @pulumi.getter
83
54
  def users(self) -> Sequence['outputs.GetUsersUserResult']:
84
55
  """
85
- Holds the aggregated output of all user details queries.
56
+ The users in the database
86
57
  """
87
58
  return pulumi.get(self, "users")
88
59
 
89
- @property
90
- @pulumi.getter(name="withDescribe")
91
- def with_describe(self) -> Optional[bool]:
92
- """
93
- Runs DESC USER for each user returned by SHOW USERS. The output of describe is saved to the description field. By default this value is set to true.
94
- """
95
- return pulumi.get(self, "with_describe")
96
-
97
- @property
98
- @pulumi.getter(name="withParameters")
99
- def with_parameters(self) -> Optional[bool]:
100
- """
101
- Runs SHOW PARAMETERS FOR USER for each user returned by SHOW USERS. The output of describe is saved to the parameters field as a map. By default this value is set to true.
102
- """
103
- return pulumi.get(self, "with_parameters")
104
-
105
60
 
106
61
  class AwaitableGetUsersResult(GetUsersResult):
107
62
  # pylint: disable=using-constant-test
@@ -110,68 +65,50 @@ class AwaitableGetUsersResult(GetUsersResult):
110
65
  yield self
111
66
  return GetUsersResult(
112
67
  id=self.id,
113
- like=self.like,
114
- limit=self.limit,
115
- starts_with=self.starts_with,
116
- users=self.users,
117
- with_describe=self.with_describe,
118
- with_parameters=self.with_parameters)
119
-
120
-
121
- def get_users(like: Optional[str] = None,
122
- limit: Optional[Union['GetUsersLimitArgs', 'GetUsersLimitArgsDict']] = None,
123
- starts_with: Optional[str] = None,
124
- with_describe: Optional[bool] = None,
125
- with_parameters: Optional[bool] = None,
68
+ pattern=self.pattern,
69
+ users=self.users)
70
+
71
+
72
+ def get_users(pattern: Optional[str] = None,
126
73
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetUsersResult:
127
74
  """
128
- !> **V1 release candidate** This data source was reworked and is a release candidate for the V1. We do not expect significant changes in it before the V1. We will welcome any feedback and adjust the data source if needed. Any errors reported will be resolved with a higher priority. We encourage checking this data source out before the V1 release. Please follow the migration guide to use it.
75
+ ## Example Usage
129
76
 
130
- Datasource used to get details of filtered users. Filtering is aligned with the current possibilities for [SHOW USERS](https://docs.snowflake.com/en/sql-reference/sql/show-users) query. The results of SHOW, DESCRIBE, and SHOW PARAMETERS IN are encapsulated in one output collection. Important note is that when querying users you don't have permissions to, the querying options are limited. You won't get almost any field in `show_output` (only empty or default values), the DESCRIBE command cannot be called, so you have to set `with_describe = false`. Only `parameters` output is not affected by the lack of privileges.
77
+ ```python
78
+ import pulumi
79
+ import pulumi_snowflake as snowflake
131
80
 
81
+ current = snowflake.get_users(pattern="user1")
82
+ ```
132
83
 
133
- :param str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
134
- :param Union['GetUsersLimitArgs', 'GetUsersLimitArgsDict'] limit: Limits the number of rows returned. If the `limit.from` is set, then the limit wll start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern with `starts_with` or `like`.
135
- :param str starts_with: Filters the output with **case-sensitive** characters indicating the beginning of the object name.
136
- :param bool with_describe: Runs DESC USER for each user returned by SHOW USERS. The output of describe is saved to the description field. By default this value is set to true.
137
- :param bool with_parameters: Runs SHOW PARAMETERS FOR USER for each user returned by SHOW USERS. The output of describe is saved to the parameters field as a map. By default this value is set to true.
84
+
85
+ :param str pattern: Users pattern for which to return metadata. Please refer to LIKE keyword from snowflake documentation : https://docs.snowflake.com/en/sql-reference/sql/show-users.html#parameters
138
86
  """
139
87
  __args__ = dict()
140
- __args__['like'] = like
141
- __args__['limit'] = limit
142
- __args__['startsWith'] = starts_with
143
- __args__['withDescribe'] = with_describe
144
- __args__['withParameters'] = with_parameters
88
+ __args__['pattern'] = pattern
145
89
  opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
146
90
  __ret__ = pulumi.runtime.invoke('snowflake:index/getUsers:getUsers', __args__, opts=opts, typ=GetUsersResult).value
147
91
 
148
92
  return AwaitableGetUsersResult(
149
93
  id=pulumi.get(__ret__, 'id'),
150
- like=pulumi.get(__ret__, 'like'),
151
- limit=pulumi.get(__ret__, 'limit'),
152
- starts_with=pulumi.get(__ret__, 'starts_with'),
153
- users=pulumi.get(__ret__, 'users'),
154
- with_describe=pulumi.get(__ret__, 'with_describe'),
155
- with_parameters=pulumi.get(__ret__, 'with_parameters'))
94
+ pattern=pulumi.get(__ret__, 'pattern'),
95
+ users=pulumi.get(__ret__, 'users'))
156
96
 
157
97
 
158
98
  @_utilities.lift_output_func(get_users)
159
- def get_users_output(like: Optional[pulumi.Input[Optional[str]]] = None,
160
- limit: Optional[pulumi.Input[Optional[Union['GetUsersLimitArgs', 'GetUsersLimitArgsDict']]]] = None,
161
- starts_with: Optional[pulumi.Input[Optional[str]]] = None,
162
- with_describe: Optional[pulumi.Input[Optional[bool]]] = None,
163
- with_parameters: Optional[pulumi.Input[Optional[bool]]] = None,
99
+ def get_users_output(pattern: Optional[pulumi.Input[str]] = None,
164
100
  opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetUsersResult]:
165
101
  """
166
- !> **V1 release candidate** This data source was reworked and is a release candidate for the V1. We do not expect significant changes in it before the V1. We will welcome any feedback and adjust the data source if needed. Any errors reported will be resolved with a higher priority. We encourage checking this data source out before the V1 release. Please follow the migration guide to use it.
102
+ ## Example Usage
103
+
104
+ ```python
105
+ import pulumi
106
+ import pulumi_snowflake as snowflake
167
107
 
168
- Datasource used to get details of filtered users. Filtering is aligned with the current possibilities for [SHOW USERS](https://docs.snowflake.com/en/sql-reference/sql/show-users) query. The results of SHOW, DESCRIBE, and SHOW PARAMETERS IN are encapsulated in one output collection. Important note is that when querying users you don't have permissions to, the querying options are limited. You won't get almost any field in `show_output` (only empty or default values), the DESCRIBE command cannot be called, so you have to set `with_describe = false`. Only `parameters` output is not affected by the lack of privileges.
108
+ current = snowflake.get_users(pattern="user1")
109
+ ```
169
110
 
170
111
 
171
- :param str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
172
- :param Union['GetUsersLimitArgs', 'GetUsersLimitArgsDict'] limit: Limits the number of rows returned. If the `limit.from` is set, then the limit wll start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern with `starts_with` or `like`.
173
- :param str starts_with: Filters the output with **case-sensitive** characters indicating the beginning of the object name.
174
- :param bool with_describe: Runs DESC USER for each user returned by SHOW USERS. The output of describe is saved to the description field. By default this value is set to true.
175
- :param bool with_parameters: Runs SHOW PARAMETERS FOR USER for each user returned by SHOW USERS. The output of describe is saved to the parameters field as a map. By default this value is set to true.
112
+ :param str pattern: Users pattern for which to return metadata. Please refer to LIKE keyword from snowflake documentation : https://docs.snowflake.com/en/sql-reference/sql/show-users.html#parameters
176
113
  """
177
114
  ...
@@ -9,7 +9,6 @@ import pulumi.runtime
9
9
  from typing import Any, Mapping, Optional, Sequence, Union, overload
10
10
  from . import _utilities
11
11
  from . import outputs
12
- from ._inputs import *
13
12
 
14
13
  __all__ = [
15
14
  'GetViewsResult',
@@ -23,85 +22,52 @@ class GetViewsResult:
23
22
  """
24
23
  A collection of values returned by getViews.
25
24
  """
26
- def __init__(__self__, id=None, in_=None, like=None, limit=None, starts_with=None, views=None, with_describe=None):
25
+ def __init__(__self__, database=None, id=None, schema=None, views=None):
26
+ if database and not isinstance(database, str):
27
+ raise TypeError("Expected argument 'database' to be a str")
28
+ pulumi.set(__self__, "database", database)
27
29
  if id and not isinstance(id, str):
28
30
  raise TypeError("Expected argument 'id' to be a str")
29
31
  pulumi.set(__self__, "id", id)
30
- if in_ and not isinstance(in_, dict):
31
- raise TypeError("Expected argument 'in_' to be a dict")
32
- pulumi.set(__self__, "in_", in_)
33
- if like and not isinstance(like, str):
34
- raise TypeError("Expected argument 'like' to be a str")
35
- pulumi.set(__self__, "like", like)
36
- if limit and not isinstance(limit, dict):
37
- raise TypeError("Expected argument 'limit' to be a dict")
38
- pulumi.set(__self__, "limit", limit)
39
- if starts_with and not isinstance(starts_with, str):
40
- raise TypeError("Expected argument 'starts_with' to be a str")
41
- pulumi.set(__self__, "starts_with", starts_with)
32
+ if schema and not isinstance(schema, str):
33
+ raise TypeError("Expected argument 'schema' to be a str")
34
+ pulumi.set(__self__, "schema", schema)
42
35
  if views and not isinstance(views, list):
43
36
  raise TypeError("Expected argument 'views' to be a list")
44
37
  pulumi.set(__self__, "views", views)
45
- if with_describe and not isinstance(with_describe, bool):
46
- raise TypeError("Expected argument 'with_describe' to be a bool")
47
- pulumi.set(__self__, "with_describe", with_describe)
48
38
 
49
39
  @property
50
40
  @pulumi.getter
51
- def id(self) -> str:
52
- """
53
- The provider-assigned unique ID for this managed resource.
54
- """
55
- return pulumi.get(self, "id")
56
-
57
- @property
58
- @pulumi.getter(name="in")
59
- def in_(self) -> Optional['outputs.GetViewsInResult']:
41
+ def database(self) -> str:
60
42
  """
61
- IN clause to filter the list of views
43
+ The database from which to return the schemas from.
62
44
  """
63
- return pulumi.get(self, "in_")
45
+ return pulumi.get(self, "database")
64
46
 
65
47
  @property
66
48
  @pulumi.getter
67
- def like(self) -> Optional[str]:
49
+ def id(self) -> str:
68
50
  """
69
- Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
51
+ The provider-assigned unique ID for this managed resource.
70
52
  """
71
- return pulumi.get(self, "like")
53
+ return pulumi.get(self, "id")
72
54
 
73
55
  @property
74
56
  @pulumi.getter
75
- def limit(self) -> Optional['outputs.GetViewsLimitResult']:
76
- """
77
- Limits the number of rows returned. If the `limit.from` is set, then the limit wll start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern with `starts_with` or `like`.
78
- """
79
- return pulumi.get(self, "limit")
80
-
81
- @property
82
- @pulumi.getter(name="startsWith")
83
- def starts_with(self) -> Optional[str]:
57
+ def schema(self) -> str:
84
58
  """
85
- Filters the output with **case-sensitive** characters indicating the beginning of the object name.
59
+ The schema from which to return the views from.
86
60
  """
87
- return pulumi.get(self, "starts_with")
61
+ return pulumi.get(self, "schema")
88
62
 
89
63
  @property
90
64
  @pulumi.getter
91
65
  def views(self) -> Sequence['outputs.GetViewsViewResult']:
92
66
  """
93
- Holds the aggregated output of all views details queries.
67
+ The views in the schema
94
68
  """
95
69
  return pulumi.get(self, "views")
96
70
 
97
- @property
98
- @pulumi.getter(name="withDescribe")
99
- def with_describe(self) -> Optional[bool]:
100
- """
101
- Runs DESC VIEW for each view returned by SHOW VIEWS. The output of describe is saved to the description field. By default this value is set to true.
102
- """
103
- return pulumi.get(self, "with_describe")
104
-
105
71
 
106
72
  class AwaitableGetViewsResult(GetViewsResult):
107
73
  # pylint: disable=using-constant-test
@@ -109,65 +75,60 @@ class AwaitableGetViewsResult(GetViewsResult):
109
75
  if False:
110
76
  yield self
111
77
  return GetViewsResult(
78
+ database=self.database,
112
79
  id=self.id,
113
- in_=self.in_,
114
- like=self.like,
115
- limit=self.limit,
116
- starts_with=self.starts_with,
117
- views=self.views,
118
- with_describe=self.with_describe)
119
-
120
-
121
- def get_views(in_: Optional[Union['GetViewsInArgs', 'GetViewsInArgsDict']] = None,
122
- like: Optional[str] = None,
123
- limit: Optional[Union['GetViewsLimitArgs', 'GetViewsLimitArgsDict']] = None,
124
- starts_with: Optional[str] = None,
125
- with_describe: Optional[bool] = None,
80
+ schema=self.schema,
81
+ views=self.views)
82
+
83
+
84
+ def get_views(database: Optional[str] = None,
85
+ schema: Optional[str] = None,
126
86
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetViewsResult:
127
87
  """
128
- Datasource used to get details of filtered views. Filtering is aligned with the current possibilities for [SHOW VIEWS](https://docs.snowflake.com/en/sql-reference/sql/show-views) query (only `like` is supported). The results of SHOW and DESCRIBE are encapsulated in one output collection `views`.
88
+ ## Example Usage
89
+
90
+ ```python
91
+ import pulumi
92
+ import pulumi_snowflake as snowflake
129
93
 
94
+ current = snowflake.get_views(database="MYDB",
95
+ schema="MYSCHEMA")
96
+ ```
130
97
 
131
- :param Union['GetViewsInArgs', 'GetViewsInArgsDict'] in_: IN clause to filter the list of views
132
- :param str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
133
- :param Union['GetViewsLimitArgs', 'GetViewsLimitArgsDict'] limit: Limits the number of rows returned. If the `limit.from` is set, then the limit wll start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern with `starts_with` or `like`.
134
- :param str starts_with: Filters the output with **case-sensitive** characters indicating the beginning of the object name.
135
- :param bool with_describe: Runs DESC VIEW for each view returned by SHOW VIEWS. The output of describe is saved to the description field. By default this value is set to true.
98
+
99
+ :param str database: The database from which to return the schemas from.
100
+ :param str schema: The schema from which to return the views from.
136
101
  """
137
102
  __args__ = dict()
138
- __args__['in'] = in_
139
- __args__['like'] = like
140
- __args__['limit'] = limit
141
- __args__['startsWith'] = starts_with
142
- __args__['withDescribe'] = with_describe
103
+ __args__['database'] = database
104
+ __args__['schema'] = schema
143
105
  opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
144
106
  __ret__ = pulumi.runtime.invoke('snowflake:index/getViews:getViews', __args__, opts=opts, typ=GetViewsResult).value
145
107
 
146
108
  return AwaitableGetViewsResult(
109
+ database=pulumi.get(__ret__, 'database'),
147
110
  id=pulumi.get(__ret__, 'id'),
148
- in_=pulumi.get(__ret__, 'in_'),
149
- like=pulumi.get(__ret__, 'like'),
150
- limit=pulumi.get(__ret__, 'limit'),
151
- starts_with=pulumi.get(__ret__, 'starts_with'),
152
- views=pulumi.get(__ret__, 'views'),
153
- with_describe=pulumi.get(__ret__, 'with_describe'))
111
+ schema=pulumi.get(__ret__, 'schema'),
112
+ views=pulumi.get(__ret__, 'views'))
154
113
 
155
114
 
156
115
  @_utilities.lift_output_func(get_views)
157
- def get_views_output(in_: Optional[pulumi.Input[Optional[Union['GetViewsInArgs', 'GetViewsInArgsDict']]]] = None,
158
- like: Optional[pulumi.Input[Optional[str]]] = None,
159
- limit: Optional[pulumi.Input[Optional[Union['GetViewsLimitArgs', 'GetViewsLimitArgsDict']]]] = None,
160
- starts_with: Optional[pulumi.Input[Optional[str]]] = None,
161
- with_describe: Optional[pulumi.Input[Optional[bool]]] = None,
116
+ def get_views_output(database: Optional[pulumi.Input[str]] = None,
117
+ schema: Optional[pulumi.Input[str]] = None,
162
118
  opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetViewsResult]:
163
119
  """
164
- Datasource used to get details of filtered views. Filtering is aligned with the current possibilities for [SHOW VIEWS](https://docs.snowflake.com/en/sql-reference/sql/show-views) query (only `like` is supported). The results of SHOW and DESCRIBE are encapsulated in one output collection `views`.
120
+ ## Example Usage
121
+
122
+ ```python
123
+ import pulumi
124
+ import pulumi_snowflake as snowflake
125
+
126
+ current = snowflake.get_views(database="MYDB",
127
+ schema="MYSCHEMA")
128
+ ```
165
129
 
166
130
 
167
- :param Union['GetViewsInArgs', 'GetViewsInArgsDict'] in_: IN clause to filter the list of views
168
- :param str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
169
- :param Union['GetViewsLimitArgs', 'GetViewsLimitArgsDict'] limit: Limits the number of rows returned. If the `limit.from` is set, then the limit wll start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern with `starts_with` or `like`.
170
- :param str starts_with: Filters the output with **case-sensitive** characters indicating the beginning of the object name.
171
- :param bool with_describe: Runs DESC VIEW for each view returned by SHOW VIEWS. The output of describe is saved to the description field. By default this value is set to true.
131
+ :param str database: The database from which to return the schemas from.
132
+ :param str schema: The schema from which to return the views from.
172
133
  """
173
134
  ...
@@ -98,7 +98,7 @@ def get_warehouses(like: Optional[str] = None,
98
98
  with_parameters: Optional[bool] = None,
99
99
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetWarehousesResult:
100
100
  """
101
- !> **V1 release candidate** This data source was reworked and is a release candidate for the V1. We do not expect significant changes in it before the V1. We will welcome any feedback and adjust the data source if needed. Any errors reported will be resolved with a higher priority. We encourage checking this data source out before the V1 release. Please follow the migration guide to use it.
101
+ !> **V1 release candidate** This resource was reworked and is a release candidate for the V1. We do not expect significant changes in it before the V1. We will welcome any feedback and adjust the resource if needed. Any errors reported will be resolved with a higher priority. We encourage checking this resource out before the V1 release. Please follow the migration guide to use it.
102
102
 
103
103
  Datasource used to get details of filtered warehouses. Filtering is aligned with the current possibilities for [SHOW WAREHOUSES](https://docs.snowflake.com/en/sql-reference/sql/show-warehouses) query (only `like` is supported). The results of SHOW, DESCRIBE, and SHOW PARAMETERS IN are encapsulated in one output collection.
104
104
 
@@ -128,7 +128,7 @@ def get_warehouses_output(like: Optional[pulumi.Input[Optional[str]]] = None,
128
128
  with_parameters: Optional[pulumi.Input[Optional[bool]]] = None,
129
129
  opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetWarehousesResult]:
130
130
  """
131
- !> **V1 release candidate** This data source was reworked and is a release candidate for the V1. We do not expect significant changes in it before the V1. We will welcome any feedback and adjust the data source if needed. Any errors reported will be resolved with a higher priority. We encourage checking this data source out before the V1 release. Please follow the migration guide to use it.
131
+ !> **V1 release candidate** This resource was reworked and is a release candidate for the V1. We do not expect significant changes in it before the V1. We will welcome any feedback and adjust the resource if needed. Any errors reported will be resolved with a higher priority. We encourage checking this resource out before the V1 release. Please follow the migration guide to use it.
132
132
 
133
133
  Datasource used to get details of filtered warehouses. Filtering is aligned with the current possibilities for [SHOW WAREHOUSES](https://docs.snowflake.com/en/sql-reference/sql/show-warehouses) query (only `like` is supported). The results of SHOW, DESCRIBE, and SHOW PARAMETERS IN are encapsulated in one output collection.
134
134