pulumi-snowflake 0.63.0a1734416430__py3-none-any.whl → 1.0.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.
Potentially problematic release.
This version of pulumi-snowflake might be problematic. Click here for more details.
- pulumi_snowflake/__init__.py +82 -74
- pulumi_snowflake/_inputs.py +12705 -4876
- pulumi_snowflake/account.py +156 -163
- pulumi_snowflake/account_parameter.py +16 -16
- pulumi_snowflake/account_role.py +9 -9
- pulumi_snowflake/api_authentication_integration_with_authorization_code_grant.py +9 -22
- pulumi_snowflake/api_authentication_integration_with_client_credentials.py +9 -22
- pulumi_snowflake/api_authentication_integration_with_jwt_bearer.py +9 -22
- pulumi_snowflake/authentication_policy.py +21 -21
- pulumi_snowflake/config/__init__.pyi +8 -86
- pulumi_snowflake/config/vars.py +10 -110
- pulumi_snowflake/database.py +9 -9
- pulumi_snowflake/database_role.py +14 -14
- pulumi_snowflake/{unsafe_execute.py → execute.py} +35 -25
- pulumi_snowflake/external_oauth_integration.py +27 -27
- pulumi_snowflake/external_volume.py +11 -7
- pulumi_snowflake/function_java.py +1211 -0
- pulumi_snowflake/function_javascript.py +882 -0
- pulumi_snowflake/function_python.py +1212 -0
- pulumi_snowflake/function_scala.py +1212 -0
- pulumi_snowflake/function_sql.py +835 -0
- pulumi_snowflake/get_account_roles.py +129 -0
- pulumi_snowflake/get_accounts.py +41 -19
- pulumi_snowflake/get_alerts.py +4 -0
- pulumi_snowflake/get_connections.py +2 -40
- pulumi_snowflake/get_cortex_search_services.py +4 -0
- pulumi_snowflake/get_current_account.py +4 -0
- pulumi_snowflake/get_current_role.py +2 -2
- pulumi_snowflake/get_database.py +4 -0
- pulumi_snowflake/get_database_role.py +4 -0
- pulumi_snowflake/get_database_roles.py +2 -6
- pulumi_snowflake/get_databases.py +2 -6
- pulumi_snowflake/get_dynamic_tables.py +4 -2
- pulumi_snowflake/get_external_functions.py +4 -0
- pulumi_snowflake/get_external_tables.py +4 -0
- pulumi_snowflake/get_failover_groups.py +4 -2
- pulumi_snowflake/get_file_formats.py +4 -0
- pulumi_snowflake/get_functions.py +4 -0
- pulumi_snowflake/get_grants.py +0 -4
- pulumi_snowflake/get_masking_policies.py +2 -6
- pulumi_snowflake/get_materialized_views.py +4 -0
- pulumi_snowflake/get_network_policies.py +2 -6
- pulumi_snowflake/get_parameters.py +4 -0
- pulumi_snowflake/get_pipes.py +4 -0
- pulumi_snowflake/get_procedures.py +4 -0
- pulumi_snowflake/get_resource_monitors.py +2 -6
- pulumi_snowflake/get_row_access_policies.py +2 -6
- pulumi_snowflake/get_schemas.py +6 -4
- pulumi_snowflake/get_secrets.py +2 -6
- pulumi_snowflake/get_security_integrations.py +2 -6
- pulumi_snowflake/get_sequences.py +4 -0
- pulumi_snowflake/get_shares.py +4 -0
- pulumi_snowflake/get_stages.py +4 -0
- pulumi_snowflake/get_storage_integrations.py +4 -0
- pulumi_snowflake/get_streamlits.py +2 -6
- pulumi_snowflake/get_streams.py +2 -6
- pulumi_snowflake/get_system_generate_scim_access_token.py +4 -0
- pulumi_snowflake/get_system_get_private_link_config.py +4 -0
- pulumi_snowflake/get_system_get_snowflake_platform_info.py +2 -2
- pulumi_snowflake/get_tables.py +4 -0
- pulumi_snowflake/get_tags.py +2 -6
- pulumi_snowflake/get_tasks.py +0 -4
- pulumi_snowflake/get_users.py +2 -6
- pulumi_snowflake/get_views.py +2 -6
- pulumi_snowflake/get_warehouses.py +2 -6
- pulumi_snowflake/grant_account_role.py +21 -21
- pulumi_snowflake/grant_application_role.py +7 -7
- pulumi_snowflake/grant_database_role.py +28 -28
- pulumi_snowflake/grant_ownership.py +14 -14
- pulumi_snowflake/grant_privileges_to_account_role.py +14 -14
- pulumi_snowflake/grant_privileges_to_database_role.py +14 -14
- pulumi_snowflake/grant_privileges_to_share.py +42 -42
- pulumi_snowflake/legacy_service_user.py +21 -21
- pulumi_snowflake/masking_policy.py +21 -21
- pulumi_snowflake/network_policy.py +23 -23
- pulumi_snowflake/oauth_integration_for_custom_clients.py +73 -46
- pulumi_snowflake/oauth_integration_for_partner_applications.py +57 -30
- pulumi_snowflake/outputs.py +10029 -4056
- pulumi_snowflake/password_policy.py +12 -2
- pulumi_snowflake/primary_connection.py +16 -16
- pulumi_snowflake/procedure_java.py +1273 -0
- pulumi_snowflake/procedure_javascript.py +895 -0
- pulumi_snowflake/procedure_python.py +1226 -0
- pulumi_snowflake/procedure_scala.py +1273 -0
- pulumi_snowflake/procedure_sql.py +895 -0
- pulumi_snowflake/provider.py +40 -527
- pulumi_snowflake/pulumi-plugin.json +1 -1
- pulumi_snowflake/resource_monitor.py +16 -20
- pulumi_snowflake/row_access_policy.py +21 -21
- pulumi_snowflake/saml2_integration.py +9 -9
- pulumi_snowflake/schema.py +14 -18
- pulumi_snowflake/scim_integration.py +16 -16
- pulumi_snowflake/secondary_connection.py +16 -16
- pulumi_snowflake/secondary_database.py +16 -16
- pulumi_snowflake/secret_with_authorization_code_grant.py +28 -28
- pulumi_snowflake/secret_with_basic_authentication.py +21 -21
- pulumi_snowflake/secret_with_client_credentials.py +28 -28
- pulumi_snowflake/secret_with_generic_string.py +21 -21
- pulumi_snowflake/service_user.py +21 -21
- pulumi_snowflake/shared_database.py +16 -16
- pulumi_snowflake/stream_on_directory_table.py +28 -41
- pulumi_snowflake/stream_on_external_table.py +28 -41
- pulumi_snowflake/stream_on_table.py +28 -41
- pulumi_snowflake/stream_on_view.py +28 -41
- pulumi_snowflake/streamlit.py +42 -46
- pulumi_snowflake/tag.py +28 -28
- pulumi_snowflake/tag_association.py +28 -86
- pulumi_snowflake/task.py +58 -62
- pulumi_snowflake/user.py +21 -21
- pulumi_snowflake/view.py +28 -41
- pulumi_snowflake/warehouse.py +16 -16
- {pulumi_snowflake-0.63.0a1734416430.dist-info → pulumi_snowflake-1.0.0.dist-info}/METADATA +1 -1
- pulumi_snowflake-1.0.0.dist-info/RECORD +148 -0
- pulumi_snowflake/database_old.py +0 -489
- pulumi_snowflake/function.py +0 -901
- pulumi_snowflake/get_role.py +0 -126
- pulumi_snowflake/get_roles.py +0 -133
- pulumi_snowflake/oauth_integration.py +0 -610
- pulumi_snowflake/procedure.py +0 -910
- pulumi_snowflake/role.py +0 -250
- pulumi_snowflake/saml_integration.py +0 -916
- pulumi_snowflake/session_parameter.py +0 -301
- pulumi_snowflake/stream.py +0 -643
- pulumi_snowflake/tag_masking_policy_association.py +0 -211
- pulumi_snowflake-0.63.0a1734416430.dist-info/RECORD +0 -148
- {pulumi_snowflake-0.63.0a1734416430.dist-info → pulumi_snowflake-1.0.0.dist-info}/WHEEL +0 -0
- {pulumi_snowflake-0.63.0a1734416430.dist-info → pulumi_snowflake-1.0.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from . import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
|
|
18
|
+
__all__ = [
|
|
19
|
+
'GetAccountRolesResult',
|
|
20
|
+
'AwaitableGetAccountRolesResult',
|
|
21
|
+
'get_account_roles',
|
|
22
|
+
'get_account_roles_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetAccountRolesResult:
|
|
27
|
+
"""
|
|
28
|
+
A collection of values returned by getAccountRoles.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, account_roles=None, id=None, in_class=None, like=None):
|
|
31
|
+
if account_roles and not isinstance(account_roles, list):
|
|
32
|
+
raise TypeError("Expected argument 'account_roles' to be a list")
|
|
33
|
+
pulumi.set(__self__, "account_roles", account_roles)
|
|
34
|
+
if id and not isinstance(id, str):
|
|
35
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
36
|
+
pulumi.set(__self__, "id", id)
|
|
37
|
+
if in_class and not isinstance(in_class, str):
|
|
38
|
+
raise TypeError("Expected argument 'in_class' to be a str")
|
|
39
|
+
pulumi.set(__self__, "in_class", in_class)
|
|
40
|
+
if like and not isinstance(like, str):
|
|
41
|
+
raise TypeError("Expected argument 'like' to be a str")
|
|
42
|
+
pulumi.set(__self__, "like", like)
|
|
43
|
+
|
|
44
|
+
@property
|
|
45
|
+
@pulumi.getter(name="accountRoles")
|
|
46
|
+
def account_roles(self) -> Sequence['outputs.GetAccountRolesAccountRoleResult']:
|
|
47
|
+
"""
|
|
48
|
+
Holds the aggregated output of all account role details queries.
|
|
49
|
+
"""
|
|
50
|
+
return pulumi.get(self, "account_roles")
|
|
51
|
+
|
|
52
|
+
@property
|
|
53
|
+
@pulumi.getter
|
|
54
|
+
def id(self) -> str:
|
|
55
|
+
"""
|
|
56
|
+
The provider-assigned unique ID for this managed resource.
|
|
57
|
+
"""
|
|
58
|
+
return pulumi.get(self, "id")
|
|
59
|
+
|
|
60
|
+
@property
|
|
61
|
+
@pulumi.getter(name="inClass")
|
|
62
|
+
def in_class(self) -> Optional[str]:
|
|
63
|
+
"""
|
|
64
|
+
Filters the SHOW GRANTS output by class name.
|
|
65
|
+
"""
|
|
66
|
+
return pulumi.get(self, "in_class")
|
|
67
|
+
|
|
68
|
+
@property
|
|
69
|
+
@pulumi.getter
|
|
70
|
+
def like(self) -> Optional[str]:
|
|
71
|
+
"""
|
|
72
|
+
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
|
|
73
|
+
"""
|
|
74
|
+
return pulumi.get(self, "like")
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
class AwaitableGetAccountRolesResult(GetAccountRolesResult):
|
|
78
|
+
# pylint: disable=using-constant-test
|
|
79
|
+
def __await__(self):
|
|
80
|
+
if False:
|
|
81
|
+
yield self
|
|
82
|
+
return GetAccountRolesResult(
|
|
83
|
+
account_roles=self.account_roles,
|
|
84
|
+
id=self.id,
|
|
85
|
+
in_class=self.in_class,
|
|
86
|
+
like=self.like)
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
def get_account_roles(in_class: Optional[str] = None,
|
|
90
|
+
like: Optional[str] = None,
|
|
91
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAccountRolesResult:
|
|
92
|
+
"""
|
|
93
|
+
Data source used to get details of filtered account 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.
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
:param str in_class: Filters the SHOW GRANTS output by class name.
|
|
97
|
+
:param str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
|
|
98
|
+
"""
|
|
99
|
+
__args__ = dict()
|
|
100
|
+
__args__['inClass'] = in_class
|
|
101
|
+
__args__['like'] = like
|
|
102
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
103
|
+
__ret__ = pulumi.runtime.invoke('snowflake:index/getAccountRoles:getAccountRoles', __args__, opts=opts, typ=GetAccountRolesResult).value
|
|
104
|
+
|
|
105
|
+
return AwaitableGetAccountRolesResult(
|
|
106
|
+
account_roles=pulumi.get(__ret__, 'account_roles'),
|
|
107
|
+
id=pulumi.get(__ret__, 'id'),
|
|
108
|
+
in_class=pulumi.get(__ret__, 'in_class'),
|
|
109
|
+
like=pulumi.get(__ret__, 'like'))
|
|
110
|
+
def get_account_roles_output(in_class: Optional[pulumi.Input[Optional[str]]] = None,
|
|
111
|
+
like: Optional[pulumi.Input[Optional[str]]] = None,
|
|
112
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetAccountRolesResult]:
|
|
113
|
+
"""
|
|
114
|
+
Data source used to get details of filtered account 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.
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
:param str in_class: Filters the SHOW GRANTS output by class name.
|
|
118
|
+
:param str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
|
|
119
|
+
"""
|
|
120
|
+
__args__ = dict()
|
|
121
|
+
__args__['inClass'] = in_class
|
|
122
|
+
__args__['like'] = like
|
|
123
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
124
|
+
__ret__ = pulumi.runtime.invoke_output('snowflake:index/getAccountRoles:getAccountRoles', __args__, opts=opts, typ=GetAccountRolesResult)
|
|
125
|
+
return __ret__.apply(lambda __response__: GetAccountRolesResult(
|
|
126
|
+
account_roles=pulumi.get(__response__, 'account_roles'),
|
|
127
|
+
id=pulumi.get(__response__, 'id'),
|
|
128
|
+
in_class=pulumi.get(__response__, 'in_class'),
|
|
129
|
+
like=pulumi.get(__response__, 'like')))
|
pulumi_snowflake/get_accounts.py
CHANGED
|
@@ -27,22 +27,25 @@ class GetAccountsResult:
|
|
|
27
27
|
"""
|
|
28
28
|
A collection of values returned by getAccounts.
|
|
29
29
|
"""
|
|
30
|
-
def __init__(__self__, accounts=None, id=None,
|
|
30
|
+
def __init__(__self__, accounts=None, id=None, like=None, with_history=None):
|
|
31
31
|
if accounts and not isinstance(accounts, list):
|
|
32
32
|
raise TypeError("Expected argument 'accounts' to be a list")
|
|
33
33
|
pulumi.set(__self__, "accounts", accounts)
|
|
34
34
|
if id and not isinstance(id, str):
|
|
35
35
|
raise TypeError("Expected argument 'id' to be a str")
|
|
36
36
|
pulumi.set(__self__, "id", id)
|
|
37
|
-
if
|
|
38
|
-
raise TypeError("Expected argument '
|
|
39
|
-
pulumi.set(__self__, "
|
|
37
|
+
if like and not isinstance(like, str):
|
|
38
|
+
raise TypeError("Expected argument 'like' to be a str")
|
|
39
|
+
pulumi.set(__self__, "like", like)
|
|
40
|
+
if with_history and not isinstance(with_history, bool):
|
|
41
|
+
raise TypeError("Expected argument 'with_history' to be a bool")
|
|
42
|
+
pulumi.set(__self__, "with_history", with_history)
|
|
40
43
|
|
|
41
44
|
@property
|
|
42
45
|
@pulumi.getter
|
|
43
46
|
def accounts(self) -> Sequence['outputs.GetAccountsAccountResult']:
|
|
44
47
|
"""
|
|
45
|
-
|
|
48
|
+
Holds the aggregated output of all accounts details queries.
|
|
46
49
|
"""
|
|
47
50
|
return pulumi.get(self, "accounts")
|
|
48
51
|
|
|
@@ -56,11 +59,19 @@ class GetAccountsResult:
|
|
|
56
59
|
|
|
57
60
|
@property
|
|
58
61
|
@pulumi.getter
|
|
59
|
-
def
|
|
62
|
+
def like(self) -> Optional[str]:
|
|
60
63
|
"""
|
|
61
|
-
|
|
64
|
+
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
|
|
62
65
|
"""
|
|
63
|
-
return pulumi.get(self, "
|
|
66
|
+
return pulumi.get(self, "like")
|
|
67
|
+
|
|
68
|
+
@property
|
|
69
|
+
@pulumi.getter(name="withHistory")
|
|
70
|
+
def with_history(self) -> Optional[bool]:
|
|
71
|
+
"""
|
|
72
|
+
Includes dropped accounts that have not yet been deleted.
|
|
73
|
+
"""
|
|
74
|
+
return pulumi.get(self, "with_history")
|
|
64
75
|
|
|
65
76
|
|
|
66
77
|
class AwaitableGetAccountsResult(GetAccountsResult):
|
|
@@ -71,37 +82,48 @@ class AwaitableGetAccountsResult(GetAccountsResult):
|
|
|
71
82
|
return GetAccountsResult(
|
|
72
83
|
accounts=self.accounts,
|
|
73
84
|
id=self.id,
|
|
74
|
-
|
|
85
|
+
like=self.like,
|
|
86
|
+
with_history=self.with_history)
|
|
75
87
|
|
|
76
88
|
|
|
77
|
-
def get_accounts(
|
|
89
|
+
def get_accounts(like: Optional[str] = None,
|
|
90
|
+
with_history: Optional[bool] = None,
|
|
78
91
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAccountsResult:
|
|
79
92
|
"""
|
|
80
|
-
|
|
93
|
+
Data source used to get details of filtered accounts. Filtering is aligned with the current possibilities for [SHOW ACCOUNTS](https://docs.snowflake.com/en/sql-reference/sql/show-accounts) query. The results of SHOW are encapsulated in one output collection `accounts`.
|
|
94
|
+
|
|
81
95
|
|
|
82
|
-
:param str
|
|
96
|
+
:param str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
|
|
97
|
+
:param bool with_history: Includes dropped accounts that have not yet been deleted.
|
|
83
98
|
"""
|
|
84
99
|
__args__ = dict()
|
|
85
|
-
__args__['
|
|
100
|
+
__args__['like'] = like
|
|
101
|
+
__args__['withHistory'] = with_history
|
|
86
102
|
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
87
103
|
__ret__ = pulumi.runtime.invoke('snowflake:index/getAccounts:getAccounts', __args__, opts=opts, typ=GetAccountsResult).value
|
|
88
104
|
|
|
89
105
|
return AwaitableGetAccountsResult(
|
|
90
106
|
accounts=pulumi.get(__ret__, 'accounts'),
|
|
91
107
|
id=pulumi.get(__ret__, 'id'),
|
|
92
|
-
|
|
93
|
-
|
|
108
|
+
like=pulumi.get(__ret__, 'like'),
|
|
109
|
+
with_history=pulumi.get(__ret__, 'with_history'))
|
|
110
|
+
def get_accounts_output(like: Optional[pulumi.Input[Optional[str]]] = None,
|
|
111
|
+
with_history: Optional[pulumi.Input[Optional[bool]]] = None,
|
|
94
112
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetAccountsResult]:
|
|
95
113
|
"""
|
|
96
|
-
|
|
114
|
+
Data source used to get details of filtered accounts. Filtering is aligned with the current possibilities for [SHOW ACCOUNTS](https://docs.snowflake.com/en/sql-reference/sql/show-accounts) query. The results of SHOW are encapsulated in one output collection `accounts`.
|
|
115
|
+
|
|
97
116
|
|
|
98
|
-
:param str
|
|
117
|
+
:param str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
|
|
118
|
+
:param bool with_history: Includes dropped accounts that have not yet been deleted.
|
|
99
119
|
"""
|
|
100
120
|
__args__ = dict()
|
|
101
|
-
__args__['
|
|
121
|
+
__args__['like'] = like
|
|
122
|
+
__args__['withHistory'] = with_history
|
|
102
123
|
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
103
124
|
__ret__ = pulumi.runtime.invoke_output('snowflake:index/getAccounts:getAccounts', __args__, opts=opts, typ=GetAccountsResult)
|
|
104
125
|
return __ret__.apply(lambda __response__: GetAccountsResult(
|
|
105
126
|
accounts=pulumi.get(__response__, 'accounts'),
|
|
106
127
|
id=pulumi.get(__response__, 'id'),
|
|
107
|
-
|
|
128
|
+
like=pulumi.get(__response__, 'like'),
|
|
129
|
+
with_history=pulumi.get(__response__, 'with_history')))
|
pulumi_snowflake/get_alerts.py
CHANGED
|
@@ -103,6 +103,8 @@ def get_alerts(database: Optional[str] = None,
|
|
|
103
103
|
schema: Optional[str] = None,
|
|
104
104
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAlertsResult:
|
|
105
105
|
"""
|
|
106
|
+
!> **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
|
+
|
|
106
108
|
## Example Usage
|
|
107
109
|
|
|
108
110
|
```python
|
|
@@ -136,6 +138,8 @@ def get_alerts_output(database: Optional[pulumi.Input[Optional[str]]] = None,
|
|
|
136
138
|
schema: Optional[pulumi.Input[Optional[str]]] = None,
|
|
137
139
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetAlertsResult]:
|
|
138
140
|
"""
|
|
141
|
+
!> **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.
|
|
142
|
+
|
|
139
143
|
## Example Usage
|
|
140
144
|
|
|
141
145
|
```python
|
|
@@ -77,26 +77,7 @@ class AwaitableGetConnectionsResult(GetConnectionsResult):
|
|
|
77
77
|
def get_connections(like: Optional[str] = None,
|
|
78
78
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetConnectionsResult:
|
|
79
79
|
"""
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
Datasource used to get details of filtered connections. Filtering is aligned with the current possibilities for [SHOW CONNECTIONS](https://docs.snowflake.com/en/sql-reference/sql/show-connections) query. The results of SHOW is encapsulated in one output collection `connections`.
|
|
83
|
-
|
|
84
|
-
## Example Usage
|
|
85
|
-
|
|
86
|
-
```python
|
|
87
|
-
import pulumi
|
|
88
|
-
import pulumi_snowflake as snowflake
|
|
89
|
-
|
|
90
|
-
# Simple usage
|
|
91
|
-
simple = snowflake.get_connections()
|
|
92
|
-
pulumi.export("simpleOutput", simple.connections)
|
|
93
|
-
# Filtering (like)
|
|
94
|
-
like = snowflake.get_connections(like="connection-name")
|
|
95
|
-
pulumi.export("likeOutput", like.connections)
|
|
96
|
-
# Filtering by prefix (like)
|
|
97
|
-
like_prefix = snowflake.get_connections(like="prefix%")
|
|
98
|
-
pulumi.export("likePrefixOutput", like_prefix.connections)
|
|
99
|
-
```
|
|
80
|
+
Data source used to get details of filtered connections. Filtering is aligned with the current possibilities for [SHOW CONNECTIONS](https://docs.snowflake.com/en/sql-reference/sql/show-connections) query. The results of SHOW is encapsulated in one output collection `connections`.
|
|
100
81
|
|
|
101
82
|
|
|
102
83
|
:param str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
|
|
@@ -113,26 +94,7 @@ def get_connections(like: Optional[str] = None,
|
|
|
113
94
|
def get_connections_output(like: Optional[pulumi.Input[Optional[str]]] = None,
|
|
114
95
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetConnectionsResult]:
|
|
115
96
|
"""
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
Datasource used to get details of filtered connections. Filtering is aligned with the current possibilities for [SHOW CONNECTIONS](https://docs.snowflake.com/en/sql-reference/sql/show-connections) query. The results of SHOW is encapsulated in one output collection `connections`.
|
|
119
|
-
|
|
120
|
-
## Example Usage
|
|
121
|
-
|
|
122
|
-
```python
|
|
123
|
-
import pulumi
|
|
124
|
-
import pulumi_snowflake as snowflake
|
|
125
|
-
|
|
126
|
-
# Simple usage
|
|
127
|
-
simple = snowflake.get_connections()
|
|
128
|
-
pulumi.export("simpleOutput", simple.connections)
|
|
129
|
-
# Filtering (like)
|
|
130
|
-
like = snowflake.get_connections(like="connection-name")
|
|
131
|
-
pulumi.export("likeOutput", like.connections)
|
|
132
|
-
# Filtering by prefix (like)
|
|
133
|
-
like_prefix = snowflake.get_connections(like="prefix%")
|
|
134
|
-
pulumi.export("likePrefixOutput", like_prefix.connections)
|
|
135
|
-
```
|
|
97
|
+
Data source used to get details of filtered connections. Filtering is aligned with the current possibilities for [SHOW CONNECTIONS](https://docs.snowflake.com/en/sql-reference/sql/show-connections) query. The results of SHOW is encapsulated in one output collection `connections`.
|
|
136
98
|
|
|
137
99
|
|
|
138
100
|
:param str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
|
|
@@ -117,6 +117,8 @@ def get_cortex_search_services(in_: Optional[Union['GetCortexSearchServicesInArg
|
|
|
117
117
|
starts_with: Optional[str] = None,
|
|
118
118
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetCortexSearchServicesResult:
|
|
119
119
|
"""
|
|
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.
|
|
121
|
+
|
|
120
122
|
## Example Usage
|
|
121
123
|
|
|
122
124
|
```python
|
|
@@ -167,6 +169,8 @@ def get_cortex_search_services_output(in_: Optional[pulumi.Input[Optional[Union[
|
|
|
167
169
|
starts_with: Optional[pulumi.Input[Optional[str]]] = None,
|
|
168
170
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetCortexSearchServicesResult]:
|
|
169
171
|
"""
|
|
172
|
+
!> **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.
|
|
173
|
+
|
|
170
174
|
## Example Usage
|
|
171
175
|
|
|
172
176
|
```python
|
|
@@ -87,6 +87,8 @@ class AwaitableGetCurrentAccountResult(GetCurrentAccountResult):
|
|
|
87
87
|
|
|
88
88
|
def get_current_account(opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetCurrentAccountResult:
|
|
89
89
|
"""
|
|
90
|
+
!> **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
|
+
|
|
90
92
|
## Example Usage
|
|
91
93
|
|
|
92
94
|
```python
|
|
@@ -112,6 +114,8 @@ def get_current_account(opts: Optional[pulumi.InvokeOptions] = None) -> Awaitabl
|
|
|
112
114
|
url=pulumi.get(__ret__, 'url'))
|
|
113
115
|
def get_current_account_output(opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetCurrentAccountResult]:
|
|
114
116
|
"""
|
|
117
|
+
!> **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.
|
|
118
|
+
|
|
115
119
|
## Example Usage
|
|
116
120
|
|
|
117
121
|
```python
|
|
@@ -63,7 +63,7 @@ class AwaitableGetCurrentRoleResult(GetCurrentRoleResult):
|
|
|
63
63
|
|
|
64
64
|
def get_current_role(opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetCurrentRoleResult:
|
|
65
65
|
"""
|
|
66
|
-
|
|
66
|
+
!> **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
67
|
"""
|
|
68
68
|
__args__ = dict()
|
|
69
69
|
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
@@ -74,7 +74,7 @@ def get_current_role(opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGe
|
|
|
74
74
|
name=pulumi.get(__ret__, 'name'))
|
|
75
75
|
def get_current_role_output(opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetCurrentRoleResult]:
|
|
76
76
|
"""
|
|
77
|
-
|
|
77
|
+
!> **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.
|
|
78
78
|
"""
|
|
79
79
|
__args__ = dict()
|
|
80
80
|
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
pulumi_snowflake/get_database.py
CHANGED
|
@@ -136,6 +136,8 @@ class AwaitableGetDatabaseResult(GetDatabaseResult):
|
|
|
136
136
|
def get_database(name: Optional[str] = None,
|
|
137
137
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetDatabaseResult:
|
|
138
138
|
"""
|
|
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.
|
|
140
|
+
|
|
139
141
|
## Example Usage
|
|
140
142
|
|
|
141
143
|
```python
|
|
@@ -167,6 +169,8 @@ def get_database(name: Optional[str] = None,
|
|
|
167
169
|
def get_database_output(name: Optional[pulumi.Input[str]] = None,
|
|
168
170
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetDatabaseResult]:
|
|
169
171
|
"""
|
|
172
|
+
!> **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.
|
|
173
|
+
|
|
170
174
|
## Example Usage
|
|
171
175
|
|
|
172
176
|
```python
|
|
@@ -101,6 +101,8 @@ def get_database_role(database: Optional[str] = None,
|
|
|
101
101
|
name: Optional[str] = None,
|
|
102
102
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetDatabaseRoleResult:
|
|
103
103
|
"""
|
|
104
|
+
!> **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
|
+
|
|
104
106
|
## Example Usage
|
|
105
107
|
|
|
106
108
|
```python
|
|
@@ -131,6 +133,8 @@ def get_database_role_output(database: Optional[pulumi.Input[str]] = None,
|
|
|
131
133
|
name: Optional[pulumi.Input[str]] = None,
|
|
132
134
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetDatabaseRoleResult]:
|
|
133
135
|
"""
|
|
136
|
+
!> **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.
|
|
137
|
+
|
|
134
138
|
## Example Usage
|
|
135
139
|
|
|
136
140
|
```python
|
|
@@ -104,9 +104,7 @@ def get_database_roles(in_database: Optional[str] = None,
|
|
|
104
104
|
limit: Optional[Union['GetDatabaseRolesLimitArgs', 'GetDatabaseRolesLimitArgsDict']] = None,
|
|
105
105
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetDatabaseRolesResult:
|
|
106
106
|
"""
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
Datasource used to get details of filtered database roles. Filtering is aligned with the current possibilities for [SHOW DATABASE ROLES](https://docs.snowflake.com/en/sql-reference/sql/show-database-roles) query (`like` and `limit` are supported). The results of SHOW is encapsulated in show_output collection.
|
|
107
|
+
Data source used to get details of filtered database roles. Filtering is aligned with the current possibilities for [SHOW DATABASE ROLES](https://docs.snowflake.com/en/sql-reference/sql/show-database-roles) query (`like` and `limit` are supported). The results of SHOW is encapsulated in show_output collection.
|
|
110
108
|
|
|
111
109
|
|
|
112
110
|
:param str in_database: The database from which to return the database roles from.
|
|
@@ -131,9 +129,7 @@ def get_database_roles_output(in_database: Optional[pulumi.Input[str]] = None,
|
|
|
131
129
|
limit: Optional[pulumi.Input[Optional[Union['GetDatabaseRolesLimitArgs', 'GetDatabaseRolesLimitArgsDict']]]] = None,
|
|
132
130
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetDatabaseRolesResult]:
|
|
133
131
|
"""
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
Datasource used to get details of filtered database roles. Filtering is aligned with the current possibilities for [SHOW DATABASE ROLES](https://docs.snowflake.com/en/sql-reference/sql/show-database-roles) query (`like` and `limit` are supported). The results of SHOW is encapsulated in show_output collection.
|
|
132
|
+
Data source used to get details of filtered database roles. Filtering is aligned with the current possibilities for [SHOW DATABASE ROLES](https://docs.snowflake.com/en/sql-reference/sql/show-database-roles) query (`like` and `limit` are supported). The results of SHOW is encapsulated in show_output collection.
|
|
137
133
|
|
|
138
134
|
|
|
139
135
|
:param str in_database: The database from which to return the database roles from.
|
|
@@ -130,9 +130,7 @@ def get_databases(like: Optional[str] = None,
|
|
|
130
130
|
with_parameters: Optional[bool] = None,
|
|
131
131
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetDatabasesResult:
|
|
132
132
|
"""
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
Datasource used to get details of filtered databases. Filtering is aligned with the current possibilities for [SHOW DATABASES](https://docs.snowflake.com/en/sql-reference/sql/show-databases) query (`like`, `starts_with`, and `limit` are all supported). The results of SHOW, DESCRIBE, and SHOW PARAMETERS IN are encapsulated in one output collection.
|
|
133
|
+
Data source used to get details of filtered databases. Filtering is aligned with the current possibilities for [SHOW DATABASES](https://docs.snowflake.com/en/sql-reference/sql/show-databases) query (`like`, `starts_with`, and `limit` are all supported). The results of SHOW, DESCRIBE, and SHOW PARAMETERS IN are encapsulated in one output collection.
|
|
136
134
|
|
|
137
135
|
|
|
138
136
|
:param str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
|
|
@@ -165,9 +163,7 @@ def get_databases_output(like: Optional[pulumi.Input[Optional[str]]] = None,
|
|
|
165
163
|
with_parameters: Optional[pulumi.Input[Optional[bool]]] = None,
|
|
166
164
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetDatabasesResult]:
|
|
167
165
|
"""
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
Datasource used to get details of filtered databases. Filtering is aligned with the current possibilities for [SHOW DATABASES](https://docs.snowflake.com/en/sql-reference/sql/show-databases) query (`like`, `starts_with`, and `limit` are all supported). The results of SHOW, DESCRIBE, and SHOW PARAMETERS IN are encapsulated in one output collection.
|
|
166
|
+
Data source used to get details of filtered databases. Filtering is aligned with the current possibilities for [SHOW DATABASES](https://docs.snowflake.com/en/sql-reference/sql/show-databases) query (`like`, `starts_with`, and `limit` are all supported). The results of SHOW, DESCRIBE, and SHOW PARAMETERS IN are encapsulated in one output collection.
|
|
171
167
|
|
|
172
168
|
|
|
173
169
|
:param str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
|
|
@@ -117,7 +117,8 @@ def get_dynamic_tables(in_: Optional[Union['GetDynamicTablesInArgs', 'GetDynamic
|
|
|
117
117
|
starts_with: Optional[str] = None,
|
|
118
118
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetDynamicTablesResult:
|
|
119
119
|
"""
|
|
120
|
-
|
|
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.
|
|
121
|
+
|
|
121
122
|
|
|
122
123
|
:param Union['GetDynamicTablesInArgs', 'GetDynamicTablesInArgsDict'] in_: IN clause to filter the list of dynamic tables.
|
|
123
124
|
:param Union['GetDynamicTablesLikeArgs', 'GetDynamicTablesLikeArgsDict'] like: LIKE clause to filter the list of dynamic tables.
|
|
@@ -145,7 +146,8 @@ def get_dynamic_tables_output(in_: Optional[pulumi.Input[Optional[Union['GetDyna
|
|
|
145
146
|
starts_with: Optional[pulumi.Input[Optional[str]]] = None,
|
|
146
147
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetDynamicTablesResult]:
|
|
147
148
|
"""
|
|
148
|
-
|
|
149
|
+
!> **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.
|
|
150
|
+
|
|
149
151
|
|
|
150
152
|
:param Union['GetDynamicTablesInArgs', 'GetDynamicTablesInArgsDict'] in_: IN clause to filter the list of dynamic tables.
|
|
151
153
|
:param Union['GetDynamicTablesLikeArgs', 'GetDynamicTablesLikeArgsDict'] like: LIKE clause to filter the list of dynamic tables.
|
|
@@ -90,6 +90,8 @@ def get_external_functions(database: Optional[str] = None,
|
|
|
90
90
|
schema: Optional[str] = None,
|
|
91
91
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetExternalFunctionsResult:
|
|
92
92
|
"""
|
|
93
|
+
!> **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
|
+
|
|
93
95
|
## Example Usage
|
|
94
96
|
|
|
95
97
|
```python
|
|
@@ -119,6 +121,8 @@ def get_external_functions_output(database: Optional[pulumi.Input[Optional[str]]
|
|
|
119
121
|
schema: Optional[pulumi.Input[Optional[str]]] = None,
|
|
120
122
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetExternalFunctionsResult]:
|
|
121
123
|
"""
|
|
124
|
+
!> **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.
|
|
125
|
+
|
|
122
126
|
## Example Usage
|
|
123
127
|
|
|
124
128
|
```python
|
|
@@ -90,6 +90,8 @@ def get_external_tables(database: Optional[str] = None,
|
|
|
90
90
|
schema: Optional[str] = None,
|
|
91
91
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetExternalTablesResult:
|
|
92
92
|
"""
|
|
93
|
+
!> **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
|
+
|
|
93
95
|
## Example Usage
|
|
94
96
|
|
|
95
97
|
```python
|
|
@@ -119,6 +121,8 @@ def get_external_tables_output(database: Optional[pulumi.Input[str]] = None,
|
|
|
119
121
|
schema: Optional[pulumi.Input[str]] = None,
|
|
120
122
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetExternalTablesResult]:
|
|
121
123
|
"""
|
|
124
|
+
!> **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.
|
|
125
|
+
|
|
122
126
|
## Example Usage
|
|
123
127
|
|
|
124
128
|
```python
|
|
@@ -77,7 +77,8 @@ class AwaitableGetFailoverGroupsResult(GetFailoverGroupsResult):
|
|
|
77
77
|
def get_failover_groups(in_account: Optional[str] = None,
|
|
78
78
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetFailoverGroupsResult:
|
|
79
79
|
"""
|
|
80
|
-
|
|
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
|
+
|
|
81
82
|
|
|
82
83
|
:param str in_account: Specifies the identifier for the account
|
|
83
84
|
"""
|
|
@@ -93,7 +94,8 @@ def get_failover_groups(in_account: Optional[str] = None,
|
|
|
93
94
|
def get_failover_groups_output(in_account: Optional[pulumi.Input[Optional[str]]] = None,
|
|
94
95
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetFailoverGroupsResult]:
|
|
95
96
|
"""
|
|
96
|
-
|
|
97
|
+
!> **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.
|
|
98
|
+
|
|
97
99
|
|
|
98
100
|
:param str in_account: Specifies the identifier for the account
|
|
99
101
|
"""
|
|
@@ -90,6 +90,8 @@ def get_file_formats(database: Optional[str] = None,
|
|
|
90
90
|
schema: Optional[str] = None,
|
|
91
91
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetFileFormatsResult:
|
|
92
92
|
"""
|
|
93
|
+
!> **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
|
+
|
|
93
95
|
## Example Usage
|
|
94
96
|
|
|
95
97
|
```python
|
|
@@ -119,6 +121,8 @@ def get_file_formats_output(database: Optional[pulumi.Input[str]] = None,
|
|
|
119
121
|
schema: Optional[pulumi.Input[str]] = None,
|
|
120
122
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetFileFormatsResult]:
|
|
121
123
|
"""
|
|
124
|
+
!> **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.
|
|
125
|
+
|
|
122
126
|
## Example Usage
|
|
123
127
|
|
|
124
128
|
```python
|
|
@@ -90,6 +90,8 @@ def get_functions(database: Optional[str] = None,
|
|
|
90
90
|
schema: Optional[str] = None,
|
|
91
91
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetFunctionsResult:
|
|
92
92
|
"""
|
|
93
|
+
!> **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
|
+
|
|
93
95
|
## Example Usage
|
|
94
96
|
|
|
95
97
|
```python
|
|
@@ -119,6 +121,8 @@ def get_functions_output(database: Optional[pulumi.Input[str]] = None,
|
|
|
119
121
|
schema: Optional[pulumi.Input[str]] = None,
|
|
120
122
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetFunctionsResult]:
|
|
121
123
|
"""
|
|
124
|
+
!> **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.
|
|
125
|
+
|
|
122
126
|
## Example Usage
|
|
123
127
|
|
|
124
128
|
```python
|
pulumi_snowflake/get_grants.py
CHANGED
|
@@ -130,8 +130,6 @@ def get_grants(future_grants_in: Optional[Union['GetGrantsFutureGrantsInArgs', '
|
|
|
130
130
|
grants_to: Optional[Union['GetGrantsGrantsToArgs', 'GetGrantsGrantsToArgsDict']] = None,
|
|
131
131
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetGrantsResult:
|
|
132
132
|
"""
|
|
133
|
-
!> **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 resource if needed. Any errors reported will be resolved with a higher priority. We encourage checking this resource out before the V1 release. To migrate from older grant resources please follow the migration guide.
|
|
134
|
-
|
|
135
133
|
## Example Usage
|
|
136
134
|
|
|
137
135
|
```python
|
|
@@ -251,8 +249,6 @@ def get_grants_output(future_grants_in: Optional[pulumi.Input[Optional[Union['Ge
|
|
|
251
249
|
grants_to: Optional[pulumi.Input[Optional[Union['GetGrantsGrantsToArgs', 'GetGrantsGrantsToArgsDict']]]] = None,
|
|
252
250
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetGrantsResult]:
|
|
253
251
|
"""
|
|
254
|
-
!> **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 resource if needed. Any errors reported will be resolved with a higher priority. We encourage checking this resource out before the V1 release. To migrate from older grant resources please follow the migration guide.
|
|
255
|
-
|
|
256
252
|
## Example Usage
|
|
257
253
|
|
|
258
254
|
```python
|