pulumi-snowflake 0.59.0a1726827563__py3-none-any.whl → 0.59.0a1726831379__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/_inputs.py +859 -26
- pulumi_snowflake/get_database_roles.py +4 -0
- pulumi_snowflake/get_masking_policies.py +73 -48
- pulumi_snowflake/get_resource_monitors.py +28 -16
- pulumi_snowflake/get_row_access_policies.py +73 -48
- pulumi_snowflake/get_views.py +4 -0
- pulumi_snowflake/masking_policy.py +192 -234
- pulumi_snowflake/outputs.py +1101 -74
- pulumi_snowflake/pulumi-plugin.json +1 -1
- pulumi_snowflake/resource_monitor.py +83 -259
- pulumi_snowflake/row_access_policy.py +168 -114
- pulumi_snowflake/view.py +7 -7
- pulumi_snowflake/warehouse.py +4 -4
- {pulumi_snowflake-0.59.0a1726827563.dist-info → pulumi_snowflake-0.59.0a1726831379.dist-info}/METADATA +1 -1
- {pulumi_snowflake-0.59.0a1726827563.dist-info → pulumi_snowflake-0.59.0a1726831379.dist-info}/RECORD +17 -17
- {pulumi_snowflake-0.59.0a1726827563.dist-info → pulumi_snowflake-0.59.0a1726831379.dist-info}/WHEEL +0 -0
- {pulumi_snowflake-0.59.0a1726827563.dist-info → pulumi_snowflake-0.59.0a1726831379.dist-info}/top_level.txt +0 -0
pulumi_snowflake/warehouse.py
CHANGED
|
@@ -315,7 +315,7 @@ class _WarehouseState:
|
|
|
315
315
|
:param pulumi.Input[int] query_acceleration_max_scale_factor: Specifies the maximum scale factor for leasing compute resources for query acceleration. The scale factor is used as a multiplier based on warehouse size.
|
|
316
316
|
:param pulumi.Input[str] resource_monitor: Specifies the name of a resource monitor that is explicitly assigned to the warehouse.
|
|
317
317
|
:param pulumi.Input[str] scaling_policy: Specifies the policy for automatically starting and shutting down clusters in a multi-cluster warehouse running in Auto-scale mode. Valid values are (case-insensitive): `STANDARD` | `ECONOMY`.
|
|
318
|
-
:param pulumi.Input[Sequence[pulumi.Input['WarehouseShowOutputArgs']]] show_outputs: Outputs the result of `SHOW
|
|
318
|
+
:param pulumi.Input[Sequence[pulumi.Input['WarehouseShowOutputArgs']]] show_outputs: Outputs the result of `SHOW WAREHOUSES` for the given warehouse.
|
|
319
319
|
:param pulumi.Input[int] statement_queued_timeout_in_seconds: Object parameter that specifies the time, in seconds, a SQL statement (query, DDL, DML, etc.) can be queued on a warehouse before it is canceled by the system.
|
|
320
320
|
:param pulumi.Input[int] statement_timeout_in_seconds: Specifies the time, in seconds, after which a running SQL statement (query, DDL, DML, etc.) is canceled by the system
|
|
321
321
|
:param pulumi.Input[str] warehouse_size: Specifies the size of the virtual warehouse. Valid values are (case-insensitive): `XSMALL` | `X-SMALL` | `SMALL` | `MEDIUM` | `LARGE` | `XLARGE` | `X-LARGE` | `XXLARGE` | `X2LARGE` | `2X-LARGE` | `XXXLARGE` | `X3LARGE` | `3X-LARGE` | `X4LARGE` | `4X-LARGE` | `X5LARGE` | `5X-LARGE` | `X6LARGE` | `6X-LARGE`. Consult [warehouse documentation](https://docs.snowflake.com/en/sql-reference/sql/create-warehouse#optional-properties-objectproperties) for the details. Note: removing the size from config will result in the resource recreation.
|
|
@@ -532,7 +532,7 @@ class _WarehouseState:
|
|
|
532
532
|
@pulumi.getter(name="showOutputs")
|
|
533
533
|
def show_outputs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['WarehouseShowOutputArgs']]]]:
|
|
534
534
|
"""
|
|
535
|
-
Outputs the result of `SHOW
|
|
535
|
+
Outputs the result of `SHOW WAREHOUSES` for the given warehouse.
|
|
536
536
|
"""
|
|
537
537
|
return pulumi.get(self, "show_outputs")
|
|
538
538
|
|
|
@@ -759,7 +759,7 @@ class Warehouse(pulumi.CustomResource):
|
|
|
759
759
|
:param pulumi.Input[int] query_acceleration_max_scale_factor: Specifies the maximum scale factor for leasing compute resources for query acceleration. The scale factor is used as a multiplier based on warehouse size.
|
|
760
760
|
:param pulumi.Input[str] resource_monitor: Specifies the name of a resource monitor that is explicitly assigned to the warehouse.
|
|
761
761
|
:param pulumi.Input[str] scaling_policy: Specifies the policy for automatically starting and shutting down clusters in a multi-cluster warehouse running in Auto-scale mode. Valid values are (case-insensitive): `STANDARD` | `ECONOMY`.
|
|
762
|
-
:param pulumi.Input[Sequence[pulumi.Input[Union['WarehouseShowOutputArgs', 'WarehouseShowOutputArgsDict']]]] show_outputs: Outputs the result of `SHOW
|
|
762
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['WarehouseShowOutputArgs', 'WarehouseShowOutputArgsDict']]]] show_outputs: Outputs the result of `SHOW WAREHOUSES` for the given warehouse.
|
|
763
763
|
:param pulumi.Input[int] statement_queued_timeout_in_seconds: Object parameter that specifies the time, in seconds, a SQL statement (query, DDL, DML, etc.) can be queued on a warehouse before it is canceled by the system.
|
|
764
764
|
:param pulumi.Input[int] statement_timeout_in_seconds: Specifies the time, in seconds, after which a running SQL statement (query, DDL, DML, etc.) is canceled by the system
|
|
765
765
|
:param pulumi.Input[str] warehouse_size: Specifies the size of the virtual warehouse. Valid values are (case-insensitive): `XSMALL` | `X-SMALL` | `SMALL` | `MEDIUM` | `LARGE` | `XLARGE` | `X-LARGE` | `XXLARGE` | `X2LARGE` | `2X-LARGE` | `XXXLARGE` | `X3LARGE` | `3X-LARGE` | `X4LARGE` | `4X-LARGE` | `X5LARGE` | `5X-LARGE` | `X6LARGE` | `6X-LARGE`. Consult [warehouse documentation](https://docs.snowflake.com/en/sql-reference/sql/create-warehouse#optional-properties-objectproperties) for the details. Note: removing the size from config will result in the resource recreation.
|
|
@@ -906,7 +906,7 @@ class Warehouse(pulumi.CustomResource):
|
|
|
906
906
|
@pulumi.getter(name="showOutputs")
|
|
907
907
|
def show_outputs(self) -> pulumi.Output[Sequence['outputs.WarehouseShowOutput']]:
|
|
908
908
|
"""
|
|
909
|
-
Outputs the result of `SHOW
|
|
909
|
+
Outputs the result of `SHOW WAREHOUSES` for the given warehouse.
|
|
910
910
|
"""
|
|
911
911
|
return pulumi.get(self, "show_outputs")
|
|
912
912
|
|
{pulumi_snowflake-0.59.0a1726827563.dist-info → pulumi_snowflake-0.59.0a1726831379.dist-info}/RECORD
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
pulumi_snowflake/__init__.py,sha256=jLhHlQ_zLRRsNuX3MUUJZ6Zeo6ajiEG6dI7bTYnbqms,17867
|
|
2
|
-
pulumi_snowflake/_inputs.py,sha256=
|
|
2
|
+
pulumi_snowflake/_inputs.py,sha256=RJU1ioSMYRpwe2yUrJcdVqtXZ1jb2gLAK8FLHR-iwMM,782287
|
|
3
3
|
pulumi_snowflake/_utilities.py,sha256=aNnnaO6zRha3FhNHonuabR4fJLWGXANtK5dlh1Mz95k,10506
|
|
4
4
|
pulumi_snowflake/account.py,sha256=jH3DxskMHSTxox8DfeVZ3fmSH1gfu4KPz9bYEJMxCLQ,46986
|
|
5
5
|
pulumi_snowflake/account_parameter.py,sha256=NLCma6MdpBgH29t-flNQfwUQ_nUy4OMVo3c9s_YUs_0,8753
|
|
@@ -29,7 +29,7 @@ pulumi_snowflake/get_current_account.py,sha256=ekQYpY3r7i7TXxCTtMo8B9MdLVQEfgURV
|
|
|
29
29
|
pulumi_snowflake/get_current_role.py,sha256=8qctYLhiMpij40a-sTPUpxno0OBzyTpp4pp1v0Dm3OM,2532
|
|
30
30
|
pulumi_snowflake/get_database.py,sha256=-OCZl50Fyaz8OSDes2wLsaf9dsk927UHIlFuut5ACSw,6025
|
|
31
31
|
pulumi_snowflake/get_database_role.py,sha256=VgJGlvm4SNuYWpoaClTLlyIS8dszGaX2WZgUpASbdFE,4493
|
|
32
|
-
pulumi_snowflake/get_database_roles.py,sha256=
|
|
32
|
+
pulumi_snowflake/get_database_roles.py,sha256=Dar_Pgu9X5yTEqHo-yipz76_86uBNtAg41N5x8tirYw,7634
|
|
33
33
|
pulumi_snowflake/get_databases.py,sha256=eTr97oMUtON16CGdOSRr6NDzc4nw9KGMXXPEpBFhPV4,10215
|
|
34
34
|
pulumi_snowflake/get_dynamic_tables.py,sha256=n9IPEtqJ6IYk37eS-pXY_KP2F174TUzlaeBJjI7UCFA,7388
|
|
35
35
|
pulumi_snowflake/get_external_functions.py,sha256=-UoeIjSURHaxT-3F70gfowF1Xmy8TkbaKLNFpxYdEYo,4650
|
|
@@ -38,16 +38,16 @@ pulumi_snowflake/get_failover_groups.py,sha256=3_2DcfbgcxQ3vPE-2uE18f_41j1p3nYru
|
|
|
38
38
|
pulumi_snowflake/get_file_formats.py,sha256=nM16keOSoW2kFh4te0gpAE-xIc3VwyzrW2tx76jDukI,4352
|
|
39
39
|
pulumi_snowflake/get_functions.py,sha256=A8jzOryl_PloHXf8EIKEt1NCIP3oQSyAV8XMdVIwKKY,4221
|
|
40
40
|
pulumi_snowflake/get_grants.py,sha256=o8S62PUU6mNrmdSqft7_iXTlOgaY-MNq46UyExQUr3E,14011
|
|
41
|
-
pulumi_snowflake/get_masking_policies.py,sha256=
|
|
41
|
+
pulumi_snowflake/get_masking_policies.py,sha256=07KWL7xr_TCzV4-E67sB-G7fTDkB0k_vWj5r1GLRpo4,9166
|
|
42
42
|
pulumi_snowflake/get_materialized_views.py,sha256=SzrOyytKFC1L1Bxtf_k8PI0wXfP_zkvrAfRHdYJIovQ,4558
|
|
43
43
|
pulumi_snowflake/get_network_policies.py,sha256=7E5UrgcVlA202R1j141IjEjTOfgvgMLWgk50mDEQ6ns,6269
|
|
44
44
|
pulumi_snowflake/get_parameters.py,sha256=sziM3-TIrQKQutCRQddpm6ql82SaE5lie55lm1dNAOw,9700
|
|
45
45
|
pulumi_snowflake/get_pipes.py,sha256=S8EURVcZJze6r7br5sdFFEcxmf358EK3ept7Sft5CFE,4053
|
|
46
46
|
pulumi_snowflake/get_procedures.py,sha256=1DZvj-MhgKOW3BGB6EQVtofsGAha8Rg7Sh2P1jsDars,4263
|
|
47
|
-
pulumi_snowflake/get_resource_monitors.py,sha256=
|
|
47
|
+
pulumi_snowflake/get_resource_monitors.py,sha256=d3KAYmmrpfLfDJ2htdKYA2JrYfVNRBzb1MEqAmLkblE,4967
|
|
48
48
|
pulumi_snowflake/get_role.py,sha256=BvCk_WCi6C8GvQc9q4nlWprYwVt9pI1pHUYieW_2JRs,3392
|
|
49
49
|
pulumi_snowflake/get_roles.py,sha256=I48pxk_QaE14ls-FghgbZm-vagZ3TDzlqoGX764KMrs,5295
|
|
50
|
-
pulumi_snowflake/get_row_access_policies.py,sha256=
|
|
50
|
+
pulumi_snowflake/get_row_access_policies.py,sha256=arcyDYp1e45YIF4j6jNCIFzCsTErp590xsqWrn4jGow,9369
|
|
51
51
|
pulumi_snowflake/get_schemas.py,sha256=lZ4UCri1rHq65Zex7CXQ_GUcXyDCWOtETXa8tmNVpYU,10856
|
|
52
52
|
pulumi_snowflake/get_security_integrations.py,sha256=U9PAfYXQ9LflMrL0CiEnn-yhef9uEJbLM_iwMZQLERQ,6581
|
|
53
53
|
pulumi_snowflake/get_sequences.py,sha256=xp_duxQQTXk5R6MW7bhoqX9dEk7bATY1fk5F8vcuOoM,4221
|
|
@@ -63,7 +63,7 @@ pulumi_snowflake/get_system_get_snowflake_platform_info.py,sha256=QLFK-mEZVXbTSf
|
|
|
63
63
|
pulumi_snowflake/get_tables.py,sha256=AG1baNGUWbRj4ow9g7OY6dGqkL-eUvgDtCOydrHvN9Y,4095
|
|
64
64
|
pulumi_snowflake/get_tasks.py,sha256=lzEuSYuJHfOeGhkVeFH2MdR612BWq5Ywc14P6tawsjo,4053
|
|
65
65
|
pulumi_snowflake/get_users.py,sha256=UQ6g-zIgFjWO4YmN7O2zOFfzUZEAsw0ncZSbentfubM,10479
|
|
66
|
-
pulumi_snowflake/get_views.py,sha256=
|
|
66
|
+
pulumi_snowflake/get_views.py,sha256=djn0boWFGYz78j7nKMy4Dv0U6Hp3_eJe5qTA_n7mHI4,9386
|
|
67
67
|
pulumi_snowflake/get_warehouses.py,sha256=6KFeQL76lEbl-Oyutye0JlES_IkNCpjCt5d7Oryq2hU,7371
|
|
68
68
|
pulumi_snowflake/grant_account_role.py,sha256=lxR9N7ObN22MK1BITBAA31xwMzZRU6hHKuGNON3CBPw,11188
|
|
69
69
|
pulumi_snowflake/grant_application_role.py,sha256=UNm21GWjYep4EKt_oiLhHeP_HR4vMNeS7_Z0KEoLVXo,11971
|
|
@@ -73,7 +73,7 @@ pulumi_snowflake/grant_privileges_to_account_role.py,sha256=M1MzrwoYOWtSWrFYukLS
|
|
|
73
73
|
pulumi_snowflake/grant_privileges_to_database_role.py,sha256=BbcAkNXx9S2XwRQQRb4f5tBigVP9no7e0dFFjb3Uc7o,27860
|
|
74
74
|
pulumi_snowflake/grant_privileges_to_share.py,sha256=AeHSy5_z0cjg6H8YF2rCNyUjiClG10wtsXvYH3zejzk,24751
|
|
75
75
|
pulumi_snowflake/managed_account.py,sha256=opk6VJuTiojT3g2rOhj9eOxG0OTmYe9Mqshfsfostsw,22178
|
|
76
|
-
pulumi_snowflake/masking_policy.py,sha256=
|
|
76
|
+
pulumi_snowflake/masking_policy.py,sha256=gIa6fDauIYQUuDf2KLHU76EXOwz9sVd178ffJfATB0M,35457
|
|
77
77
|
pulumi_snowflake/materialized_view.py,sha256=np5uyds74dxI91To7fC8ZR6lh2rV9a_92DGO9WHeyAc,24326
|
|
78
78
|
pulumi_snowflake/network_policy.py,sha256=3xcb9r1Cx2r9QaGkr2RKydQ5iu1pwSUcjxnXuMIsZ1A,27498
|
|
79
79
|
pulumi_snowflake/network_policy_attachment.py,sha256=2fuljncw1CSP7DxpomHZ4PUdB0JcDjnkjt9dHcQeeXw,15190
|
|
@@ -83,16 +83,16 @@ pulumi_snowflake/oauth_integration.py,sha256=vQzP4Sl6mS6ZTqMX7tT-Uq_XcyjuhbXnJtD
|
|
|
83
83
|
pulumi_snowflake/oauth_integration_for_custom_clients.py,sha256=oIcLrB53zyWGaNdTBoPkGWMt-yq2zeNpdRqflwk0RCI,55841
|
|
84
84
|
pulumi_snowflake/oauth_integration_for_partner_applications.py,sha256=5QMmnM3Jplc8TyRoHd8zA8QG6g4Wt0J6P3hRTg9YFFk,36433
|
|
85
85
|
pulumi_snowflake/object_parameter.py,sha256=lEUHFXGrS2NNn4Md9-LIQMbB9wMle_DsIycm7mgYFNc,18541
|
|
86
|
-
pulumi_snowflake/outputs.py,sha256
|
|
86
|
+
pulumi_snowflake/outputs.py,sha256=UI3OR4IThdJP8MIbrHRCaFR_Wb3bRLbY5g90Kbf9XiA,946560
|
|
87
87
|
pulumi_snowflake/password_policy.py,sha256=sTR0Y7OnaA5rlltAwOw1D0XXHdD9PvvLI_Z69I2f4RU,53731
|
|
88
88
|
pulumi_snowflake/pipe.py,sha256=BWpaXzBs1SGB6gNZeimXBYecT0vxCR2zp_gnEJhjeSE,26239
|
|
89
89
|
pulumi_snowflake/procedure.py,sha256=XNUBvg9bF0dxBccqnQNnFAjl3MNSF1xGPc9sAfFJChY,45620
|
|
90
90
|
pulumi_snowflake/provider.py,sha256=PEyKukbl3zEttQSVtkbM_RY9u8Ro14hPbNYCTwCvOaw,85280
|
|
91
|
-
pulumi_snowflake/pulumi-plugin.json,sha256=
|
|
91
|
+
pulumi_snowflake/pulumi-plugin.json,sha256=b4q8qFppIJVTKVIdAFkAv1EEuIYwqHckQh4lNBWm_Ts,86
|
|
92
92
|
pulumi_snowflake/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
93
|
-
pulumi_snowflake/resource_monitor.py,sha256=
|
|
93
|
+
pulumi_snowflake/resource_monitor.py,sha256=Akd-swwiWg4lV4Bcoq5pKccYSd05yrLFLqIVxxOH2JE,41927
|
|
94
94
|
pulumi_snowflake/role.py,sha256=M5uy8EnOre_YL_BF_whhEDQQ1BREC8v8-yCVrVpB7cI,10717
|
|
95
|
-
pulumi_snowflake/row_access_policy.py,sha256=
|
|
95
|
+
pulumi_snowflake/row_access_policy.py,sha256=W97b9CuCF9dtkiyNSzaTrQwQa4kJDjpOwearV6JwI5s,27913
|
|
96
96
|
pulumi_snowflake/saml2_integration.py,sha256=jwNfpIX3Kj-xFZMEfS-09lyr77dD_QyMP3PEJJeTSkQ,76505
|
|
97
97
|
pulumi_snowflake/saml_integration.py,sha256=330aNgwiOsNj1x16vU4myGhA9zkaMJyvpIjaAmxgfDU,62471
|
|
98
98
|
pulumi_snowflake/schema.py,sha256=DA-UaAxx-jkiSpQ8b-ukhAfoMD17m82sONA4aNBVEgI,92318
|
|
@@ -117,13 +117,13 @@ pulumi_snowflake/unsafe_execute.py,sha256=PMd-Kt53tvGOsWPTOTExeSRvtDaT-t3uwZpydO
|
|
|
117
117
|
pulumi_snowflake/user.py,sha256=kVJI3Fe_jrS-Hc29LtBVIFxTRRt0fRC3ah6oqRour9I,334725
|
|
118
118
|
pulumi_snowflake/user_password_policy_attachment.py,sha256=SMTbHU2Qqy915fVV7Z9HTt9NjyTFYlgSDzPBi4t2x8w,8750
|
|
119
119
|
pulumi_snowflake/user_public_keys.py,sha256=Z8QaNFXe8bGM0pzxRwM3bPSlGvqXVOxejQLDbhQm5Ck,11278
|
|
120
|
-
pulumi_snowflake/view.py,sha256=
|
|
121
|
-
pulumi_snowflake/warehouse.py,sha256=
|
|
120
|
+
pulumi_snowflake/view.py,sha256=lTNhpEQiTBCKxk330Gtm0L0q_Bqc2nnfbp9umiq8b04,48974
|
|
121
|
+
pulumi_snowflake/warehouse.py,sha256=KrL-ARQuruzfEfw5XOp2ILIYbcoIzbjTQeQLeYCN8hI,58357
|
|
122
122
|
pulumi_snowflake/config/__init__.py,sha256=cfY0smRZD3fDVc93ZIAxEl_IM2pynmXB52n3Ahzi030,285
|
|
123
123
|
pulumi_snowflake/config/__init__.pyi,sha256=wA0KR9Mzb7OhcEV0M_FSljX8L_jCHB4hMilHnLcVwTo,9868
|
|
124
124
|
pulumi_snowflake/config/outputs.py,sha256=zm82Qv8RbeJ_iKb90mfdQeQBHOwjYRC8zHHII-DHiNs,3867
|
|
125
125
|
pulumi_snowflake/config/vars.py,sha256=D3v_7m-rX66OwF6n2t32KU1cRLebk5_u6vSbTuL9o-Y,15762
|
|
126
|
-
pulumi_snowflake-0.59.
|
|
127
|
-
pulumi_snowflake-0.59.
|
|
128
|
-
pulumi_snowflake-0.59.
|
|
129
|
-
pulumi_snowflake-0.59.
|
|
126
|
+
pulumi_snowflake-0.59.0a1726831379.dist-info/METADATA,sha256=I1lK3VCfqVCULW3ZXuSD-Re54ClMJ3IRONucVi6qCxI,4981
|
|
127
|
+
pulumi_snowflake-0.59.0a1726831379.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
|
|
128
|
+
pulumi_snowflake-0.59.0a1726831379.dist-info/top_level.txt,sha256=g3Beva1lYynlCe8hPZIQgjAlBgsI_1k3yHm8t4KhUN4,17
|
|
129
|
+
pulumi_snowflake-0.59.0a1726831379.dist-info/RECORD,,
|
{pulumi_snowflake-0.59.0a1726827563.dist-info → pulumi_snowflake-0.59.0a1726831379.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|