pulumi-snowflake 2.7.0a1759215867__py3-none-any.whl → 2.11.0a1766126285__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.
@@ -40,6 +40,7 @@ from .function_sql import *
40
40
  from .get_account_roles import *
41
41
  from .get_accounts import *
42
42
  from .get_alerts import *
43
+ from .get_authentication_policies import *
43
44
  from .get_compute_pools import *
44
45
  from .get_connections import *
45
46
  from .get_cortex_search_services import *
@@ -61,6 +62,7 @@ from .get_image_repositories import *
61
62
  from .get_masking_policies import *
62
63
  from .get_materialized_views import *
63
64
  from .get_network_policies import *
65
+ from .get_notebooks import *
64
66
  from .get_parameters import *
65
67
  from .get_pipes import *
66
68
  from .get_procedures import *
@@ -69,6 +71,7 @@ from .get_row_access_policies import *
69
71
  from .get_schemas import *
70
72
  from .get_secrets import *
71
73
  from .get_security_integrations import *
74
+ from .get_semantic_views import *
72
75
  from .get_sequences import *
73
76
  from .get_services import *
74
77
  from .get_shares import *
@@ -105,6 +108,7 @@ from .materialized_view import *
105
108
  from .network_policy import *
106
109
  from .network_policy_attachment import *
107
110
  from .network_rule import *
111
+ from .notebook import *
108
112
  from .notification_integration import *
109
113
  from .oauth_integration_for_custom_clients import *
110
114
  from .oauth_integration_for_partner_applications import *
@@ -129,6 +133,7 @@ from .secret_with_authorization_code_grant import *
129
133
  from .secret_with_basic_authentication import *
130
134
  from .secret_with_client_credentials import *
131
135
  from .secret_with_generic_string import *
136
+ from .semantic_view import *
132
137
  from .sequence import *
133
138
  from .service import *
134
139
  from .service_user import *
@@ -559,6 +564,14 @@ _utilities.register(
559
564
  "snowflake:index/networkRule:NetworkRule": "NetworkRule"
560
565
  }
561
566
  },
567
+ {
568
+ "pkg": "snowflake",
569
+ "mod": "index/notebook",
570
+ "fqn": "pulumi_snowflake",
571
+ "classes": {
572
+ "snowflake:index/notebook:Notebook": "Notebook"
573
+ }
574
+ },
562
575
  {
563
576
  "pkg": "snowflake",
564
577
  "mod": "index/notificationIntegration",
@@ -743,6 +756,14 @@ _utilities.register(
743
756
  "snowflake:index/secretWithGenericString:SecretWithGenericString": "SecretWithGenericString"
744
757
  }
745
758
  },
759
+ {
760
+ "pkg": "snowflake",
761
+ "mod": "index/semanticView",
762
+ "fqn": "pulumi_snowflake",
763
+ "classes": {
764
+ "snowflake:index/semanticView:SemanticView": "SemanticView"
765
+ }
766
+ },
746
767
  {
747
768
  "pkg": "snowflake",
748
769
  "mod": "index/sequence",