pulumi-snowflake 1.2.0a1744439488__py3-none-any.whl → 1.3.0a1744699038__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.

Potentially problematic release.


This version of pulumi-snowflake might be problematic. Click here for more details.

Files changed (98) hide show
  1. pulumi_snowflake/_inputs.py +27 -27
  2. pulumi_snowflake/account.py +7 -7
  3. pulumi_snowflake/alert.py +7 -7
  4. pulumi_snowflake/api_authentication_integration_with_authorization_code_grant.py +7 -7
  5. pulumi_snowflake/api_authentication_integration_with_client_credentials.py +7 -7
  6. pulumi_snowflake/api_authentication_integration_with_jwt_bearer.py +7 -7
  7. pulumi_snowflake/api_integration.py +35 -35
  8. pulumi_snowflake/authentication_policy.py +7 -7
  9. pulumi_snowflake/dynamic_table.py +21 -21
  10. pulumi_snowflake/external_function.py +28 -28
  11. pulumi_snowflake/external_table.py +21 -21
  12. pulumi_snowflake/external_volume.py +13 -9
  13. pulumi_snowflake/failover_group.py +7 -7
  14. pulumi_snowflake/function_java.py +14 -14
  15. pulumi_snowflake/function_javascript.py +14 -14
  16. pulumi_snowflake/function_python.py +21 -21
  17. pulumi_snowflake/function_scala.py +14 -14
  18. pulumi_snowflake/function_sql.py +14 -14
  19. pulumi_snowflake/get_alerts.py +6 -2
  20. pulumi_snowflake/get_cortex_search_services.py +6 -2
  21. pulumi_snowflake/get_current_account.py +6 -2
  22. pulumi_snowflake/get_current_role.py +6 -2
  23. pulumi_snowflake/get_database.py +6 -2
  24. pulumi_snowflake/get_database_role.py +6 -2
  25. pulumi_snowflake/get_databases.py +6 -6
  26. pulumi_snowflake/get_dynamic_tables.py +6 -2
  27. pulumi_snowflake/get_external_functions.py +6 -2
  28. pulumi_snowflake/get_external_tables.py +6 -2
  29. pulumi_snowflake/get_failover_groups.py +6 -2
  30. pulumi_snowflake/get_file_formats.py +6 -2
  31. pulumi_snowflake/get_functions.py +6 -2
  32. pulumi_snowflake/get_grants.py +4 -0
  33. pulumi_snowflake/get_masking_policies.py +3 -3
  34. pulumi_snowflake/get_materialized_views.py +6 -2
  35. pulumi_snowflake/get_network_policies.py +3 -3
  36. pulumi_snowflake/get_parameters.py +9 -5
  37. pulumi_snowflake/get_pipes.py +6 -2
  38. pulumi_snowflake/get_procedures.py +6 -2
  39. pulumi_snowflake/get_row_access_policies.py +3 -3
  40. pulumi_snowflake/get_schemas.py +6 -6
  41. pulumi_snowflake/get_secrets.py +7 -3
  42. pulumi_snowflake/get_security_integrations.py +3 -3
  43. pulumi_snowflake/get_sequences.py +6 -2
  44. pulumi_snowflake/get_shares.py +6 -2
  45. pulumi_snowflake/get_stages.py +6 -2
  46. pulumi_snowflake/get_storage_integrations.py +6 -2
  47. pulumi_snowflake/get_streamlits.py +3 -3
  48. pulumi_snowflake/get_streams.py +3 -3
  49. pulumi_snowflake/get_system_generate_scim_access_token.py +6 -2
  50. pulumi_snowflake/get_system_get_aws_sns_iam_policy.py +4 -0
  51. pulumi_snowflake/get_system_get_private_link_config.py +6 -2
  52. pulumi_snowflake/get_system_get_snowflake_platform_info.py +6 -2
  53. pulumi_snowflake/get_tables.py +6 -2
  54. pulumi_snowflake/get_tasks.py +3 -3
  55. pulumi_snowflake/get_users.py +6 -6
  56. pulumi_snowflake/get_views.py +3 -3
  57. pulumi_snowflake/get_warehouses.py +6 -6
  58. pulumi_snowflake/grant_privileges_to_account_role.py +28 -28
  59. pulumi_snowflake/grant_privileges_to_database_role.py +21 -21
  60. pulumi_snowflake/legacy_service_user.py +21 -21
  61. pulumi_snowflake/managed_account.py +7 -7
  62. pulumi_snowflake/masking_policy.py +7 -7
  63. pulumi_snowflake/materialized_view.py +14 -14
  64. pulumi_snowflake/network_policy_attachment.py +7 -7
  65. pulumi_snowflake/notification_integration.py +20 -7
  66. pulumi_snowflake/oauth_integration_for_custom_clients.py +35 -35
  67. pulumi_snowflake/oauth_integration_for_partner_applications.py +21 -21
  68. pulumi_snowflake/object_parameter.py +7 -7
  69. pulumi_snowflake/outputs.py +18 -18
  70. pulumi_snowflake/password_policy.py +97 -93
  71. pulumi_snowflake/pipe.py +7 -7
  72. pulumi_snowflake/procedure_java.py +14 -14
  73. pulumi_snowflake/procedure_javascript.py +14 -14
  74. pulumi_snowflake/procedure_python.py +14 -14
  75. pulumi_snowflake/procedure_scala.py +14 -14
  76. pulumi_snowflake/procedure_sql.py +14 -14
  77. pulumi_snowflake/pulumi-plugin.json +1 -1
  78. pulumi_snowflake/saml2_integration.py +28 -28
  79. pulumi_snowflake/schema.py +14 -14
  80. pulumi_snowflake/scim_integration.py +7 -7
  81. pulumi_snowflake/sequence.py +21 -21
  82. pulumi_snowflake/service_user.py +14 -14
  83. pulumi_snowflake/storage_integration.py +65 -0
  84. pulumi_snowflake/stream_on_external_table.py +7 -7
  85. pulumi_snowflake/stream_on_table.py +7 -7
  86. pulumi_snowflake/stream_on_view.py +7 -7
  87. pulumi_snowflake/table.py +14 -14
  88. pulumi_snowflake/table_constraint.py +42 -42
  89. pulumi_snowflake/tag_association.py +7 -7
  90. pulumi_snowflake/task.py +7 -7
  91. pulumi_snowflake/user.py +21 -21
  92. pulumi_snowflake/view.py +14 -14
  93. pulumi_snowflake/warehouse.py +28 -28
  94. {pulumi_snowflake-1.2.0a1744439488.dist-info → pulumi_snowflake-1.3.0a1744699038.dist-info}/METADATA +1 -1
  95. pulumi_snowflake-1.3.0a1744699038.dist-info/RECORD +148 -0
  96. pulumi_snowflake-1.2.0a1744439488.dist-info/RECORD +0 -148
  97. {pulumi_snowflake-1.2.0a1744439488.dist-info → pulumi_snowflake-1.3.0a1744699038.dist-info}/WHEEL +0 -0
  98. {pulumi_snowflake-1.2.0a1744439488.dist-info → pulumi_snowflake-1.3.0a1744699038.dist-info}/top_level.txt +0 -0
@@ -42,8 +42,8 @@ class FunctionSqlArgs:
42
42
  :param pulumi.Input[builtins.str] return_type: Specifies the results returned by the UDF, which determines the UDF type. Use `<result_data_type>` to create a scalar UDF that returns a single value with the specified data type. Use `TABLE (col_name col_data_type, ...)` to creates a table UDF that returns tabular results with the specified table column(s) and column type(s). For the details, consult the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages).
43
43
  :param pulumi.Input[builtins.str] schema: The schema in which to create the function. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
44
44
  :param pulumi.Input[Sequence[pulumi.Input['FunctionSqlArgumentArgs']]] arguments: List of the arguments for the function. Consult the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages) for more details.
45
- :param pulumi.Input[builtins.str] comment: Specifies a comment for the function.
46
- :param pulumi.Input[builtins.bool] enable_console_output: Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG*LEVEL). For more information, check [ENABLE*CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output).
45
+ :param pulumi.Input[builtins.str] comment: (Default: `user-defined function`) Specifies a comment for the function.
46
+ :param pulumi.Input[builtins.bool] enable_console_output: Enable stdout/stderr fast path logging for anonymous stored procs. This is a public parameter (similar to LOG*LEVEL). For more information, check [ENABLE*CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output).
47
47
  :param pulumi.Input[builtins.str] log_level: LOG*LEVEL to use when filtering events For more information, check [LOG*LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level).
48
48
  :param pulumi.Input[builtins.str] metric_level: METRIC*LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC*LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level).
49
49
  :param pulumi.Input[builtins.str] name: The name of the function; the identifier does not need to be unique for the schema in which the function is created because UDFs are identified and resolved by the combination of the name and argument types. Check the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
@@ -137,7 +137,7 @@ class FunctionSqlArgs:
137
137
  @pulumi.getter
138
138
  def comment(self) -> Optional[pulumi.Input[builtins.str]]:
139
139
  """
140
- Specifies a comment for the function.
140
+ (Default: `user-defined function`) Specifies a comment for the function.
141
141
  """
142
142
  return pulumi.get(self, "comment")
143
143
 
@@ -149,7 +149,7 @@ class FunctionSqlArgs:
149
149
  @pulumi.getter(name="enableConsoleOutput")
150
150
  def enable_console_output(self) -> Optional[pulumi.Input[builtins.bool]]:
151
151
  """
152
- Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG*LEVEL). For more information, check [ENABLE*CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output).
152
+ Enable stdout/stderr fast path logging for anonymous stored procs. This is a public parameter (similar to LOG*LEVEL). For more information, check [ENABLE*CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output).
153
153
  """
154
154
  return pulumi.get(self, "enable_console_output")
155
155
 
@@ -250,9 +250,9 @@ class _FunctionSqlState:
250
250
  """
251
251
  Input properties used for looking up and filtering FunctionSql resources.
252
252
  :param pulumi.Input[Sequence[pulumi.Input['FunctionSqlArgumentArgs']]] arguments: List of the arguments for the function. Consult the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages) for more details.
253
- :param pulumi.Input[builtins.str] comment: Specifies a comment for the function.
253
+ :param pulumi.Input[builtins.str] comment: (Default: `user-defined function`) Specifies a comment for the function.
254
254
  :param pulumi.Input[builtins.str] database: The database in which to create the function. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
255
- :param pulumi.Input[builtins.bool] enable_console_output: Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG*LEVEL). For more information, check [ENABLE*CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output).
255
+ :param pulumi.Input[builtins.bool] enable_console_output: Enable stdout/stderr fast path logging for anonymous stored procs. This is a public parameter (similar to LOG*LEVEL). For more information, check [ENABLE*CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output).
256
256
  :param pulumi.Input[builtins.str] fully_qualified_name: Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
257
257
  :param pulumi.Input[builtins.str] function_definition: Defines the handler code executed when the UDF is called. Wrapping `$$` signs are added by the provider automatically; do not include them. The `function_definition` value must be SQL source code. For more information, see [Introduction to SQL UDFs](https://docs.snowflake.com/en/developer-guide/udf/sql/udf-sql-introduction). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant.
258
258
  :param pulumi.Input[builtins.str] function_language: Specifies language for the user. Used to detect external changes.
@@ -317,7 +317,7 @@ class _FunctionSqlState:
317
317
  @pulumi.getter
318
318
  def comment(self) -> Optional[pulumi.Input[builtins.str]]:
319
319
  """
320
- Specifies a comment for the function.
320
+ (Default: `user-defined function`) Specifies a comment for the function.
321
321
  """
322
322
  return pulumi.get(self, "comment")
323
323
 
@@ -341,7 +341,7 @@ class _FunctionSqlState:
341
341
  @pulumi.getter(name="enableConsoleOutput")
342
342
  def enable_console_output(self) -> Optional[pulumi.Input[builtins.bool]]:
343
343
  """
344
- Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG*LEVEL). For more information, check [ENABLE*CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output).
344
+ Enable stdout/stderr fast path logging for anonymous stored procs. This is a public parameter (similar to LOG*LEVEL). For more information, check [ENABLE*CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output).
345
345
  """
346
346
  return pulumi.get(self, "enable_console_output")
347
347
 
@@ -536,9 +536,9 @@ class FunctionSql(pulumi.CustomResource):
536
536
  :param str resource_name: The name of the resource.
537
537
  :param pulumi.ResourceOptions opts: Options for the resource.
538
538
  :param pulumi.Input[Sequence[pulumi.Input[Union['FunctionSqlArgumentArgs', 'FunctionSqlArgumentArgsDict']]]] arguments: List of the arguments for the function. Consult the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages) for more details.
539
- :param pulumi.Input[builtins.str] comment: Specifies a comment for the function.
539
+ :param pulumi.Input[builtins.str] comment: (Default: `user-defined function`) Specifies a comment for the function.
540
540
  :param pulumi.Input[builtins.str] database: The database in which to create the function. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
541
- :param pulumi.Input[builtins.bool] enable_console_output: Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG*LEVEL). For more information, check [ENABLE*CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output).
541
+ :param pulumi.Input[builtins.bool] enable_console_output: Enable stdout/stderr fast path logging for anonymous stored procs. This is a public parameter (similar to LOG*LEVEL). For more information, check [ENABLE*CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output).
542
542
  :param pulumi.Input[builtins.str] function_definition: Defines the handler code executed when the UDF is called. Wrapping `$$` signs are added by the provider automatically; do not include them. The `function_definition` value must be SQL source code. For more information, see [Introduction to SQL UDFs](https://docs.snowflake.com/en/developer-guide/udf/sql/udf-sql-introduction). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant.
543
543
  :param pulumi.Input[builtins.str] log_level: LOG*LEVEL to use when filtering events For more information, check [LOG*LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level).
544
544
  :param pulumi.Input[builtins.str] metric_level: METRIC*LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC*LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level).
@@ -662,9 +662,9 @@ class FunctionSql(pulumi.CustomResource):
662
662
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
663
663
  :param pulumi.ResourceOptions opts: Options for the resource.
664
664
  :param pulumi.Input[Sequence[pulumi.Input[Union['FunctionSqlArgumentArgs', 'FunctionSqlArgumentArgsDict']]]] arguments: List of the arguments for the function. Consult the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages) for more details.
665
- :param pulumi.Input[builtins.str] comment: Specifies a comment for the function.
665
+ :param pulumi.Input[builtins.str] comment: (Default: `user-defined function`) Specifies a comment for the function.
666
666
  :param pulumi.Input[builtins.str] database: The database in which to create the function. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
667
- :param pulumi.Input[builtins.bool] enable_console_output: Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG*LEVEL). For more information, check [ENABLE*CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output).
667
+ :param pulumi.Input[builtins.bool] enable_console_output: Enable stdout/stderr fast path logging for anonymous stored procs. This is a public parameter (similar to LOG*LEVEL). For more information, check [ENABLE*CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output).
668
668
  :param pulumi.Input[builtins.str] fully_qualified_name: Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
669
669
  :param pulumi.Input[builtins.str] function_definition: Defines the handler code executed when the UDF is called. Wrapping `$$` signs are added by the provider automatically; do not include them. The `function_definition` value must be SQL source code. For more information, see [Introduction to SQL UDFs](https://docs.snowflake.com/en/developer-guide/udf/sql/udf-sql-introduction). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant.
670
670
  :param pulumi.Input[builtins.str] function_language: Specifies language for the user. Used to detect external changes.
@@ -713,7 +713,7 @@ class FunctionSql(pulumi.CustomResource):
713
713
  @pulumi.getter
714
714
  def comment(self) -> pulumi.Output[Optional[builtins.str]]:
715
715
  """
716
- Specifies a comment for the function.
716
+ (Default: `user-defined function`) Specifies a comment for the function.
717
717
  """
718
718
  return pulumi.get(self, "comment")
719
719
 
@@ -729,7 +729,7 @@ class FunctionSql(pulumi.CustomResource):
729
729
  @pulumi.getter(name="enableConsoleOutput")
730
730
  def enable_console_output(self) -> pulumi.Output[builtins.bool]:
731
731
  """
732
- Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG*LEVEL). For more information, check [ENABLE*CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output).
732
+ Enable stdout/stderr fast path logging for anonymous stored procs. This is a public parameter (similar to LOG*LEVEL). For more information, check [ENABLE*CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output).
733
733
  """
734
734
  return pulumi.get(self, "enable_console_output")
735
735
 
@@ -104,7 +104,7 @@ def get_alerts(database: Optional[builtins.str] = None,
104
104
  schema: Optional[builtins.str] = None,
105
105
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAlertsResult:
106
106
  """
107
- !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
107
+ !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled` field in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
108
108
 
109
109
  ## Example Usage
110
110
 
@@ -116,6 +116,8 @@ def get_alerts(database: Optional[builtins.str] = None,
116
116
  schema="MYSCHEMA")
117
117
  ```
118
118
 
119
+ > **Note** If a field has a default value, it is shown next to the type in the schema.
120
+
119
121
 
120
122
  :param builtins.str database: The database from which to return the alerts from.
121
123
  :param builtins.str pattern: Filters the command output by object name.
@@ -139,7 +141,7 @@ def get_alerts_output(database: Optional[pulumi.Input[Optional[builtins.str]]] =
139
141
  schema: Optional[pulumi.Input[Optional[builtins.str]]] = None,
140
142
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetAlertsResult]:
141
143
  """
142
- !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
144
+ !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled` field in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
143
145
 
144
146
  ## Example Usage
145
147
 
@@ -151,6 +153,8 @@ def get_alerts_output(database: Optional[pulumi.Input[Optional[builtins.str]]] =
151
153
  schema="MYSCHEMA")
152
154
  ```
153
155
 
156
+ > **Note** If a field has a default value, it is shown next to the type in the schema.
157
+
154
158
 
155
159
  :param builtins.str database: The database from which to return the alerts from.
156
160
  :param builtins.str pattern: Filters the command output by object name.
@@ -118,7 +118,7 @@ def get_cortex_search_services(in_: Optional[Union['GetCortexSearchServicesInArg
118
118
  starts_with: Optional[builtins.str] = None,
119
119
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetCortexSearchServicesResult:
120
120
  """
121
- !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
121
+ !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled` field in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
122
122
 
123
123
  ## Example Usage
124
124
 
@@ -143,6 +143,8 @@ def get_cortex_search_services(in_: Optional[Union['GetCortexSearchServicesInArg
143
143
  pulumi.export("limitOutput", limit.cortex_search_services)
144
144
  ```
145
145
 
146
+ > **Note** If a field has a default value, it is shown next to the type in the schema.
147
+
146
148
 
147
149
  :param Union['GetCortexSearchServicesInArgs', 'GetCortexSearchServicesInArgsDict'] in_: IN clause to filter the list of cortex search services.
148
150
  :param builtins.str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
@@ -170,7 +172,7 @@ def get_cortex_search_services_output(in_: Optional[pulumi.Input[Optional[Union[
170
172
  starts_with: Optional[pulumi.Input[Optional[builtins.str]]] = None,
171
173
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetCortexSearchServicesResult]:
172
174
  """
173
- !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
175
+ !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled` field in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
174
176
 
175
177
  ## Example Usage
176
178
 
@@ -195,6 +197,8 @@ def get_cortex_search_services_output(in_: Optional[pulumi.Input[Optional[Union[
195
197
  pulumi.export("limitOutput", limit.cortex_search_services)
196
198
  ```
197
199
 
200
+ > **Note** If a field has a default value, it is shown next to the type in the schema.
201
+
198
202
 
199
203
  :param Union['GetCortexSearchServicesInArgs', 'GetCortexSearchServicesInArgsDict'] in_: IN clause to filter the list of cortex search services.
200
204
  :param builtins.str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
@@ -88,7 +88,7 @@ class AwaitableGetCurrentAccountResult(GetCurrentAccountResult):
88
88
 
89
89
  def get_current_account(opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetCurrentAccountResult:
90
90
  """
91
- !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
91
+ !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled` field in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
92
92
 
93
93
  ## Example Usage
94
94
 
@@ -103,6 +103,8 @@ def get_current_account(opts: Optional[pulumi.InvokeOptions] = None) -> Awaitabl
103
103
  type=String,
104
104
  value=this.url)
105
105
  ```
106
+
107
+ > **Note** If a field has a default value, it is shown next to the type in the schema.
106
108
  """
107
109
  __args__ = dict()
108
110
  opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
@@ -115,7 +117,7 @@ def get_current_account(opts: Optional[pulumi.InvokeOptions] = None) -> Awaitabl
115
117
  url=pulumi.get(__ret__, 'url'))
116
118
  def get_current_account_output(opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetCurrentAccountResult]:
117
119
  """
118
- !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
120
+ !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled` field in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
119
121
 
120
122
  ## Example Usage
121
123
 
@@ -130,6 +132,8 @@ def get_current_account_output(opts: Optional[Union[pulumi.InvokeOptions, pulumi
130
132
  type=String,
131
133
  value=this.url)
132
134
  ```
135
+
136
+ > **Note** If a field has a default value, it is shown next to the type in the schema.
133
137
  """
134
138
  __args__ = dict()
135
139
  opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
@@ -64,7 +64,9 @@ class AwaitableGetCurrentRoleResult(GetCurrentRoleResult):
64
64
 
65
65
  def get_current_role(opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetCurrentRoleResult:
66
66
  """
67
- !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
67
+ !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled` field in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
68
+
69
+ > **Note** If a field has a default value, it is shown next to the type in the schema.
68
70
  """
69
71
  __args__ = dict()
70
72
  opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
@@ -75,7 +77,9 @@ def get_current_role(opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGe
75
77
  name=pulumi.get(__ret__, 'name'))
76
78
  def get_current_role_output(opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetCurrentRoleResult]:
77
79
  """
78
- !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
80
+ !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled` field in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
81
+
82
+ > **Note** If a field has a default value, it is shown next to the type in the schema.
79
83
  """
80
84
  __args__ = dict()
81
85
  opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
@@ -137,7 +137,7 @@ class AwaitableGetDatabaseResult(GetDatabaseResult):
137
137
  def get_database(name: Optional[builtins.str] = None,
138
138
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetDatabaseResult:
139
139
  """
140
- !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
140
+ !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled` field in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
141
141
 
142
142
  ## Example Usage
143
143
 
@@ -148,6 +148,8 @@ def get_database(name: Optional[builtins.str] = None,
148
148
  this = snowflake.get_database(name="DEMO_DB")
149
149
  ```
150
150
 
151
+ > **Note** If a field has a default value, it is shown next to the type in the schema.
152
+
151
153
 
152
154
  :param builtins.str name: The database from which to return its metadata.
153
155
  """
@@ -170,7 +172,7 @@ def get_database(name: Optional[builtins.str] = None,
170
172
  def get_database_output(name: Optional[pulumi.Input[builtins.str]] = None,
171
173
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetDatabaseResult]:
172
174
  """
173
- !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
175
+ !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled` field in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
174
176
 
175
177
  ## Example Usage
176
178
 
@@ -181,6 +183,8 @@ def get_database_output(name: Optional[pulumi.Input[builtins.str]] = None,
181
183
  this = snowflake.get_database(name="DEMO_DB")
182
184
  ```
183
185
 
186
+ > **Note** If a field has a default value, it is shown next to the type in the schema.
187
+
184
188
 
185
189
  :param builtins.str name: The database from which to return its metadata.
186
190
  """
@@ -102,7 +102,7 @@ def get_database_role(database: Optional[builtins.str] = None,
102
102
  name: Optional[builtins.str] = None,
103
103
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetDatabaseRoleResult:
104
104
  """
105
- !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
105
+ !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled` field in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
106
106
 
107
107
  ## Example Usage
108
108
 
@@ -114,6 +114,8 @@ def get_database_role(database: Optional[builtins.str] = None,
114
114
  name="DBROLE")
115
115
  ```
116
116
 
117
+ > **Note** If a field has a default value, it is shown next to the type in the schema.
118
+
117
119
 
118
120
  :param builtins.str database: The database from which to return the database role from.
119
121
  :param builtins.str name: Database role name.
@@ -134,7 +136,7 @@ def get_database_role_output(database: Optional[pulumi.Input[builtins.str]] = No
134
136
  name: Optional[pulumi.Input[builtins.str]] = None,
135
137
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetDatabaseRoleResult]:
136
138
  """
137
- !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
139
+ !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled` field in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
138
140
 
139
141
  ## Example Usage
140
142
 
@@ -146,6 +148,8 @@ def get_database_role_output(database: Optional[pulumi.Input[builtins.str]] = No
146
148
  name="DBROLE")
147
149
  ```
148
150
 
151
+ > **Note** If a field has a default value, it is shown next to the type in the schema.
152
+
149
153
 
150
154
  :param builtins.str database: The database from which to return the database role from.
151
155
  :param builtins.str name: Database role name.
@@ -96,7 +96,7 @@ class GetDatabasesResult:
96
96
  @pulumi.getter(name="withDescribe")
97
97
  def with_describe(self) -> Optional[builtins.bool]:
98
98
  """
99
- Runs DESC DATABASE for each database returned by SHOW DATABASES. The output of describe is saved to the description field. By default this value is set to true.
99
+ (Default: `true`) Runs DESC DATABASE for each database returned by SHOW DATABASES. The output of describe is saved to the description field. By default this value is set to true.
100
100
  """
101
101
  return pulumi.get(self, "with_describe")
102
102
 
@@ -104,7 +104,7 @@ class GetDatabasesResult:
104
104
  @pulumi.getter(name="withParameters")
105
105
  def with_parameters(self) -> Optional[builtins.bool]:
106
106
  """
107
- Runs SHOW PARAMETERS FOR DATABASE for each database returned by SHOW DATABASES. The output of describe is saved to the parameters field as a map. By default this value is set to true.
107
+ (Default: `true`) Runs SHOW PARAMETERS FOR DATABASE for each database returned by SHOW DATABASES. The output of describe is saved to the parameters field as a map. By default this value is set to true.
108
108
  """
109
109
  return pulumi.get(self, "with_parameters")
110
110
 
@@ -137,8 +137,8 @@ def get_databases(like: Optional[builtins.str] = None,
137
137
  :param builtins.str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
138
138
  :param Union['GetDatabasesLimitArgs', 'GetDatabasesLimitArgsDict'] 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`.
139
139
  :param builtins.str starts_with: Filters the output with **case-sensitive** characters indicating the beginning of the object name.
140
- :param builtins.bool with_describe: Runs DESC DATABASE for each database returned by SHOW DATABASES. The output of describe is saved to the description field. By default this value is set to true.
141
- :param builtins.bool with_parameters: Runs SHOW PARAMETERS FOR DATABASE for each database returned by SHOW DATABASES. The output of describe is saved to the parameters field as a map. By default this value is set to true.
140
+ :param builtins.bool with_describe: (Default: `true`) Runs DESC DATABASE for each database returned by SHOW DATABASES. The output of describe is saved to the description field. By default this value is set to true.
141
+ :param builtins.bool with_parameters: (Default: `true`) Runs SHOW PARAMETERS FOR DATABASE for each database returned by SHOW DATABASES. The output of describe is saved to the parameters field as a map. By default this value is set to true.
142
142
  """
143
143
  __args__ = dict()
144
144
  __args__['like'] = like
@@ -170,8 +170,8 @@ def get_databases_output(like: Optional[pulumi.Input[Optional[builtins.str]]] =
170
170
  :param builtins.str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
171
171
  :param Union['GetDatabasesLimitArgs', 'GetDatabasesLimitArgsDict'] 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`.
172
172
  :param builtins.str starts_with: Filters the output with **case-sensitive** characters indicating the beginning of the object name.
173
- :param builtins.bool with_describe: Runs DESC DATABASE for each database returned by SHOW DATABASES. The output of describe is saved to the description field. By default this value is set to true.
174
- :param builtins.bool with_parameters: Runs SHOW PARAMETERS FOR DATABASE for each database returned by SHOW DATABASES. The output of describe is saved to the parameters field as a map. By default this value is set to true.
173
+ :param builtins.bool with_describe: (Default: `true`) Runs DESC DATABASE for each database returned by SHOW DATABASES. The output of describe is saved to the description field. By default this value is set to true.
174
+ :param builtins.bool with_parameters: (Default: `true`) Runs SHOW PARAMETERS FOR DATABASE for each database returned by SHOW DATABASES. The output of describe is saved to the parameters field as a map. By default this value is set to true.
175
175
  """
176
176
  __args__ = dict()
177
177
  __args__['like'] = like
@@ -118,7 +118,9 @@ def get_dynamic_tables(in_: Optional[Union['GetDynamicTablesInArgs', 'GetDynamic
118
118
  starts_with: Optional[builtins.str] = None,
119
119
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetDynamicTablesResult:
120
120
  """
121
- !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
121
+ !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled` field in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
122
+
123
+ > **Note** If a field has a default value, it is shown next to the type in the schema.
122
124
 
123
125
 
124
126
  :param Union['GetDynamicTablesInArgs', 'GetDynamicTablesInArgsDict'] in_: IN clause to filter the list of dynamic tables.
@@ -147,7 +149,9 @@ def get_dynamic_tables_output(in_: Optional[pulumi.Input[Optional[Union['GetDyna
147
149
  starts_with: Optional[pulumi.Input[Optional[builtins.str]]] = None,
148
150
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetDynamicTablesResult]:
149
151
  """
150
- !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
152
+ !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled` field in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
153
+
154
+ > **Note** If a field has a default value, it is shown next to the type in the schema.
151
155
 
152
156
 
153
157
  :param Union['GetDynamicTablesInArgs', 'GetDynamicTablesInArgsDict'] in_: IN clause to filter the list of dynamic tables.
@@ -91,7 +91,7 @@ def get_external_functions(database: Optional[builtins.str] = None,
91
91
  schema: Optional[builtins.str] = None,
92
92
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetExternalFunctionsResult:
93
93
  """
94
- !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
94
+ !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled` field in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
95
95
 
96
96
  ## Example Usage
97
97
 
@@ -103,6 +103,8 @@ def get_external_functions(database: Optional[builtins.str] = None,
103
103
  schema="MYSCHEMA")
104
104
  ```
105
105
 
106
+ > **Note** If a field has a default value, it is shown next to the type in the schema.
107
+
106
108
 
107
109
  :param builtins.str database: The database from which to return the schemas from.
108
110
  :param builtins.str schema: The schema from which to return the external functions from.
@@ -122,7 +124,7 @@ def get_external_functions_output(database: Optional[pulumi.Input[Optional[built
122
124
  schema: Optional[pulumi.Input[Optional[builtins.str]]] = None,
123
125
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetExternalFunctionsResult]:
124
126
  """
125
- !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
127
+ !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled` field in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
126
128
 
127
129
  ## Example Usage
128
130
 
@@ -134,6 +136,8 @@ def get_external_functions_output(database: Optional[pulumi.Input[Optional[built
134
136
  schema="MYSCHEMA")
135
137
  ```
136
138
 
139
+ > **Note** If a field has a default value, it is shown next to the type in the schema.
140
+
137
141
 
138
142
  :param builtins.str database: The database from which to return the schemas from.
139
143
  :param builtins.str schema: The schema from which to return the external functions from.
@@ -91,7 +91,7 @@ def get_external_tables(database: Optional[builtins.str] = None,
91
91
  schema: Optional[builtins.str] = None,
92
92
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetExternalTablesResult:
93
93
  """
94
- !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
94
+ !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled` field in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
95
95
 
96
96
  ## Example Usage
97
97
 
@@ -103,6 +103,8 @@ def get_external_tables(database: Optional[builtins.str] = None,
103
103
  schema="MYSCHEMA")
104
104
  ```
105
105
 
106
+ > **Note** If a field has a default value, it is shown next to the type in the schema.
107
+
106
108
 
107
109
  :param builtins.str database: The database from which to return the schemas from.
108
110
  :param builtins.str schema: The schema from which to return the external tables from.
@@ -122,7 +124,7 @@ def get_external_tables_output(database: Optional[pulumi.Input[builtins.str]] =
122
124
  schema: Optional[pulumi.Input[builtins.str]] = None,
123
125
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetExternalTablesResult]:
124
126
  """
125
- !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
127
+ !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled` field in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
126
128
 
127
129
  ## Example Usage
128
130
 
@@ -134,6 +136,8 @@ def get_external_tables_output(database: Optional[pulumi.Input[builtins.str]] =
134
136
  schema="MYSCHEMA")
135
137
  ```
136
138
 
139
+ > **Note** If a field has a default value, it is shown next to the type in the schema.
140
+
137
141
 
138
142
  :param builtins.str database: The database from which to return the schemas from.
139
143
  :param builtins.str schema: The schema from which to return the external tables from.
@@ -78,7 +78,9 @@ class AwaitableGetFailoverGroupsResult(GetFailoverGroupsResult):
78
78
  def get_failover_groups(in_account: Optional[builtins.str] = None,
79
79
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetFailoverGroupsResult:
80
80
  """
81
- !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
81
+ !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled` field in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
82
+
83
+ > **Note** If a field has a default value, it is shown next to the type in the schema.
82
84
 
83
85
 
84
86
  :param builtins.str in_account: Specifies the identifier for the account
@@ -95,7 +97,9 @@ def get_failover_groups(in_account: Optional[builtins.str] = None,
95
97
  def get_failover_groups_output(in_account: Optional[pulumi.Input[Optional[builtins.str]]] = None,
96
98
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetFailoverGroupsResult]:
97
99
  """
98
- !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
100
+ !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled` field in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
101
+
102
+ > **Note** If a field has a default value, it is shown next to the type in the schema.
99
103
 
100
104
 
101
105
  :param builtins.str in_account: Specifies the identifier for the account
@@ -91,7 +91,7 @@ def get_file_formats(database: Optional[builtins.str] = None,
91
91
  schema: Optional[builtins.str] = None,
92
92
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetFileFormatsResult:
93
93
  """
94
- !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
94
+ !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled` field in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
95
95
 
96
96
  ## Example Usage
97
97
 
@@ -103,6 +103,8 @@ def get_file_formats(database: Optional[builtins.str] = None,
103
103
  schema="MYSCHEMA")
104
104
  ```
105
105
 
106
+ > **Note** If a field has a default value, it is shown next to the type in the schema.
107
+
106
108
 
107
109
  :param builtins.str database: The database from which to return the schemas from.
108
110
  :param builtins.str schema: The schema from which to return the file formats from.
@@ -122,7 +124,7 @@ def get_file_formats_output(database: Optional[pulumi.Input[builtins.str]] = Non
122
124
  schema: Optional[pulumi.Input[builtins.str]] = None,
123
125
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetFileFormatsResult]:
124
126
  """
125
- !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
127
+ !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled` field in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
126
128
 
127
129
  ## Example Usage
128
130
 
@@ -134,6 +136,8 @@ def get_file_formats_output(database: Optional[pulumi.Input[builtins.str]] = Non
134
136
  schema="MYSCHEMA")
135
137
  ```
136
138
 
139
+ > **Note** If a field has a default value, it is shown next to the type in the schema.
140
+
137
141
 
138
142
  :param builtins.str database: The database from which to return the schemas from.
139
143
  :param builtins.str schema: The schema from which to return the file formats from.
@@ -91,7 +91,7 @@ def get_functions(database: Optional[builtins.str] = None,
91
91
  schema: Optional[builtins.str] = None,
92
92
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetFunctionsResult:
93
93
  """
94
- !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
94
+ !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled` field in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
95
95
 
96
96
  ## Example Usage
97
97
 
@@ -103,6 +103,8 @@ def get_functions(database: Optional[builtins.str] = None,
103
103
  schema="MYSCHEMA")
104
104
  ```
105
105
 
106
+ > **Note** If a field has a default value, it is shown next to the type in the schema.
107
+
106
108
 
107
109
  :param builtins.str database: The database from which to return the schemas from.
108
110
  :param builtins.str schema: The schema from which to return the functions from.
@@ -122,7 +124,7 @@ def get_functions_output(database: Optional[pulumi.Input[builtins.str]] = None,
122
124
  schema: Optional[pulumi.Input[builtins.str]] = None,
123
125
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetFunctionsResult]:
124
126
  """
125
- !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
127
+ !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled` field in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
126
128
 
127
129
  ## Example Usage
128
130
 
@@ -134,6 +136,8 @@ def get_functions_output(database: Optional[pulumi.Input[builtins.str]] = None,
134
136
  schema="MYSCHEMA")
135
137
  ```
136
138
 
139
+ > **Note** If a field has a default value, it is shown next to the type in the schema.
140
+
137
141
 
138
142
  :param builtins.str database: The database from which to return the schemas from.
139
143
  :param builtins.str schema: The schema from which to return the functions from.
@@ -219,6 +219,8 @@ def get_grants(future_grants_in: Optional[Union['GetGrantsFutureGrantsInArgs', '
219
219
  })
220
220
  ```
221
221
 
222
+ > **Note** If a field has a default value, it is shown next to the type in the schema.
223
+
222
224
 
223
225
  :param Union['GetGrantsFutureGrantsInArgs', 'GetGrantsFutureGrantsInArgsDict'] future_grants_in: Lists all privileges on new (i.e. future) objects.
224
226
  :param Union['GetGrantsFutureGrantsToArgs', 'GetGrantsFutureGrantsToArgsDict'] future_grants_to: Lists all privileges granted to the object on new (i.e. future) objects.
@@ -338,6 +340,8 @@ def get_grants_output(future_grants_in: Optional[pulumi.Input[Optional[Union['Ge
338
340
  })
339
341
  ```
340
342
 
343
+ > **Note** If a field has a default value, it is shown next to the type in the schema.
344
+
341
345
 
342
346
  :param Union['GetGrantsFutureGrantsInArgs', 'GetGrantsFutureGrantsInArgsDict'] future_grants_in: Lists all privileges on new (i.e. future) objects.
343
347
  :param Union['GetGrantsFutureGrantsToArgs', 'GetGrantsFutureGrantsToArgsDict'] future_grants_to: Lists all privileges granted to the object on new (i.e. future) objects.