pulumi-snowflake 0.57.2__py3-none-any.whl → 0.58.0__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 (81) hide show
  1. pulumi_snowflake/_inputs.py +5859 -127
  2. pulumi_snowflake/account.py +28 -50
  3. pulumi_snowflake/account_parameter.py +0 -28
  4. pulumi_snowflake/account_password_policy_attachment.py +2 -30
  5. pulumi_snowflake/account_role.py +41 -36
  6. pulumi_snowflake/alert.py +28 -40
  7. pulumi_snowflake/api_authentication_integration_with_authorization_code_grant.py +35 -15
  8. pulumi_snowflake/api_authentication_integration_with_client_credentials.py +35 -15
  9. pulumi_snowflake/api_authentication_integration_with_jwt_bearer.py +35 -15
  10. pulumi_snowflake/api_integration.py +28 -54
  11. pulumi_snowflake/cortex_search_service.py +28 -76
  12. pulumi_snowflake/database.py +82 -15
  13. pulumi_snowflake/database_old.py +0 -72
  14. pulumi_snowflake/database_role.py +76 -42
  15. pulumi_snowflake/dynamic_table.py +28 -38
  16. pulumi_snowflake/email_notification_integration.py +28 -26
  17. pulumi_snowflake/external_function.py +28 -52
  18. pulumi_snowflake/external_oauth_integration.py +35 -15
  19. pulumi_snowflake/external_table.py +28 -48
  20. pulumi_snowflake/failover_group.py +28 -72
  21. pulumi_snowflake/file_format.py +28 -26
  22. pulumi_snowflake/function.py +28 -4
  23. pulumi_snowflake/get_database_roles.py +61 -38
  24. pulumi_snowflake/get_users.py +96 -33
  25. pulumi_snowflake/get_views.py +92 -53
  26. pulumi_snowflake/grant_account_role.py +0 -4
  27. pulumi_snowflake/grant_application_role.py +0 -4
  28. pulumi_snowflake/grant_database_role.py +0 -4
  29. pulumi_snowflake/grant_privileges_to_account_role.py +4 -4
  30. pulumi_snowflake/grant_privileges_to_database_role.py +6 -2
  31. pulumi_snowflake/grant_privileges_to_share.py +49 -2
  32. pulumi_snowflake/managed_account.py +28 -4
  33. pulumi_snowflake/masking_policy.py +28 -84
  34. pulumi_snowflake/materialized_view.py +28 -34
  35. pulumi_snowflake/network_policy.py +35 -15
  36. pulumi_snowflake/network_policy_attachment.py +0 -30
  37. pulumi_snowflake/network_rule.py +28 -66
  38. pulumi_snowflake/notification_integration.py +28 -34
  39. pulumi_snowflake/oauth_integration.py +0 -34
  40. pulumi_snowflake/oauth_integration_for_custom_clients.py +35 -101
  41. pulumi_snowflake/oauth_integration_for_partner_applications.py +35 -15
  42. pulumi_snowflake/object_parameter.py +0 -98
  43. pulumi_snowflake/outputs.py +11648 -3842
  44. pulumi_snowflake/password_policy.py +28 -28
  45. pulumi_snowflake/pipe.py +28 -4
  46. pulumi_snowflake/procedure.py +28 -4
  47. pulumi_snowflake/provider.py +14 -14
  48. pulumi_snowflake/pulumi-plugin.json +1 -1
  49. pulumi_snowflake/resource_monitor.py +28 -48
  50. pulumi_snowflake/role.py +41 -36
  51. pulumi_snowflake/row_access_policy.py +28 -34
  52. pulumi_snowflake/saml2_integration.py +35 -15
  53. pulumi_snowflake/saml_integration.py +0 -34
  54. pulumi_snowflake/schema.py +39 -19
  55. pulumi_snowflake/scim_integration.py +35 -15
  56. pulumi_snowflake/secondary_database.py +35 -19
  57. pulumi_snowflake/sequence.py +4 -36
  58. pulumi_snowflake/session_parameter.py +0 -32
  59. pulumi_snowflake/share.py +28 -28
  60. pulumi_snowflake/shared_database.py +35 -15
  61. pulumi_snowflake/stage.py +28 -28
  62. pulumi_snowflake/storage_integration.py +28 -4
  63. pulumi_snowflake/stream.py +28 -4
  64. pulumi_snowflake/streamlit.py +36 -16
  65. pulumi_snowflake/table.py +28 -32
  66. pulumi_snowflake/table_column_masking_policy_application.py +2 -14
  67. pulumi_snowflake/table_constraint.py +0 -152
  68. pulumi_snowflake/tag.py +28 -40
  69. pulumi_snowflake/tag_association.py +0 -120
  70. pulumi_snowflake/tag_masking_policy_association.py +0 -4
  71. pulumi_snowflake/task.py +28 -92
  72. pulumi_snowflake/unsafe_execute.py +2 -20
  73. pulumi_snowflake/user.py +3341 -368
  74. pulumi_snowflake/user_password_policy_attachment.py +0 -36
  75. pulumi_snowflake/view.py +465 -185
  76. pulumi_snowflake/warehouse.py +35 -39
  77. {pulumi_snowflake-0.57.2.dist-info → pulumi_snowflake-0.58.0.dist-info}/METADATA +1 -1
  78. pulumi_snowflake-0.58.0.dist-info/RECORD +129 -0
  79. {pulumi_snowflake-0.57.2.dist-info → pulumi_snowflake-0.58.0.dist-info}/WHEEL +1 -1
  80. pulumi_snowflake-0.57.2.dist-info/RECORD +0 -129
  81. {pulumi_snowflake-0.57.2.dist-info → pulumi_snowflake-0.58.0.dist-info}/top_level.txt +0 -0
@@ -147,16 +147,7 @@ class UnsafeExecute(pulumi.CustomResource):
147
147
  revert: Optional[pulumi.Input[str]] = None,
148
148
  __props__=None):
149
149
  """
150
- !> **Warning** This is a dangerous resource that allows executing **ANY** SQL statement. It may destroy resources if used incorrectly. It may behave incorrectly combined with other resources. Use at your own risk.
151
-
152
- > **Note** This resource will be included in the V1 (check here.
153
-
154
- > **Note** It can be theoretically used to manage resource that are not supported by the provider. This is risky and may brake other resources if used incorrectly.
155
-
156
- > **Note** Use `query` parameter with caution. It will fetch **ALL** the results returned by the query provided. Try to limit the number of results by writing query with filters. Query failure does not stop resource creation; it simply results in `query_results` being empty.
157
-
158
- Experimental resource allowing execution of ANY SQL statement. It may destroy resources if used incorrectly. It may behave incorrectly combined with other resources. Use at your own risk.
159
-
150
+ Create a UnsafeExecute resource with the given unique name, props, and options.
160
151
  :param str resource_name: The name of the resource.
161
152
  :param pulumi.ResourceOptions opts: Options for the resource.
162
153
  :param pulumi.Input[str] execute: SQL statement to execute. Forces recreation of resource on change.
@@ -170,16 +161,7 @@ class UnsafeExecute(pulumi.CustomResource):
170
161
  args: UnsafeExecuteArgs,
171
162
  opts: Optional[pulumi.ResourceOptions] = None):
172
163
  """
173
- !> **Warning** This is a dangerous resource that allows executing **ANY** SQL statement. It may destroy resources if used incorrectly. It may behave incorrectly combined with other resources. Use at your own risk.
174
-
175
- > **Note** This resource will be included in the V1 (check here.
176
-
177
- > **Note** It can be theoretically used to manage resource that are not supported by the provider. This is risky and may brake other resources if used incorrectly.
178
-
179
- > **Note** Use `query` parameter with caution. It will fetch **ALL** the results returned by the query provided. Try to limit the number of results by writing query with filters. Query failure does not stop resource creation; it simply results in `query_results` being empty.
180
-
181
- Experimental resource allowing execution of ANY SQL statement. It may destroy resources if used incorrectly. It may behave incorrectly combined with other resources. Use at your own risk.
182
-
164
+ Create a UnsafeExecute resource with the given unique name, props, and options.
183
165
  :param str resource_name: The name of the resource.
184
166
  :param UnsafeExecuteArgs args: The arguments to use to populate this resource's properties.
185
167
  :param pulumi.ResourceOptions opts: Options for the resource.