pulumi-databricks 1.76.0a1758001988__py3-none-any.whl → 1.77.0a1758692573__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.
- pulumi_databricks/_inputs.py +12 -12
- pulumi_databricks/mws_workspaces.py +7 -7
- pulumi_databricks/outputs.py +4 -4
- pulumi_databricks/pulumi-plugin.json +1 -1
- pulumi_databricks/sql_endpoint.py +47 -0
- {pulumi_databricks-1.76.0a1758001988.dist-info → pulumi_databricks-1.77.0a1758692573.dist-info}/METADATA +1 -1
- {pulumi_databricks-1.76.0a1758001988.dist-info → pulumi_databricks-1.77.0a1758692573.dist-info}/RECORD +9 -9
- {pulumi_databricks-1.76.0a1758001988.dist-info → pulumi_databricks-1.77.0a1758692573.dist-info}/WHEEL +0 -0
- {pulumi_databricks-1.76.0a1758001988.dist-info → pulumi_databricks-1.77.0a1758692573.dist-info}/top_level.txt +0 -0
pulumi_databricks/_inputs.py
CHANGED
|
@@ -38617,13 +38617,13 @@ class MwsNetworksGcpNetworkInfoArgs:
|
|
|
38617
38617
|
pulumi.set(__self__, "subnet_region", subnet_region)
|
|
38618
38618
|
pulumi.set(__self__, "vpc_id", vpc_id)
|
|
38619
38619
|
if pod_ip_range_name is not None:
|
|
38620
|
-
warnings.warn("""gcp_network_info.pod_ip_range_name is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.
|
|
38621
|
-
pulumi.log.warn("""pod_ip_range_name is deprecated: gcp_network_info.pod_ip_range_name is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.
|
|
38620
|
+
warnings.warn("""gcp_network_info.pod_ip_range_name is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.90.0/docs/guides/gcp-workspace#creating-a-vpc""", DeprecationWarning)
|
|
38621
|
+
pulumi.log.warn("""pod_ip_range_name is deprecated: gcp_network_info.pod_ip_range_name is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.90.0/docs/guides/gcp-workspace#creating-a-vpc""")
|
|
38622
38622
|
if pod_ip_range_name is not None:
|
|
38623
38623
|
pulumi.set(__self__, "pod_ip_range_name", pod_ip_range_name)
|
|
38624
38624
|
if service_ip_range_name is not None:
|
|
38625
|
-
warnings.warn("""gcp_network_info.service_ip_range_name is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.
|
|
38626
|
-
pulumi.log.warn("""service_ip_range_name is deprecated: gcp_network_info.service_ip_range_name is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.
|
|
38625
|
+
warnings.warn("""gcp_network_info.service_ip_range_name is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.90.0/docs/guides/gcp-workspace#creating-a-vpc""", DeprecationWarning)
|
|
38626
|
+
pulumi.log.warn("""service_ip_range_name is deprecated: gcp_network_info.service_ip_range_name is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.90.0/docs/guides/gcp-workspace#creating-a-vpc""")
|
|
38627
38627
|
if service_ip_range_name is not None:
|
|
38628
38628
|
pulumi.set(__self__, "service_ip_range_name", service_ip_range_name)
|
|
38629
38629
|
|
|
@@ -38677,7 +38677,7 @@ class MwsNetworksGcpNetworkInfoArgs:
|
|
|
38677
38677
|
|
|
38678
38678
|
@_builtins.property
|
|
38679
38679
|
@pulumi.getter(name="podIpRangeName")
|
|
38680
|
-
@_utilities.deprecated("""gcp_network_info.pod_ip_range_name is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.
|
|
38680
|
+
@_utilities.deprecated("""gcp_network_info.pod_ip_range_name is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.90.0/docs/guides/gcp-workspace#creating-a-vpc""")
|
|
38681
38681
|
def pod_ip_range_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
38682
38682
|
return pulumi.get(self, "pod_ip_range_name")
|
|
38683
38683
|
|
|
@@ -38687,7 +38687,7 @@ class MwsNetworksGcpNetworkInfoArgs:
|
|
|
38687
38687
|
|
|
38688
38688
|
@_builtins.property
|
|
38689
38689
|
@pulumi.getter(name="serviceIpRangeName")
|
|
38690
|
-
@_utilities.deprecated("""gcp_network_info.service_ip_range_name is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.
|
|
38690
|
+
@_utilities.deprecated("""gcp_network_info.service_ip_range_name is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.90.0/docs/guides/gcp-workspace#creating-a-vpc""")
|
|
38691
38691
|
def service_ip_range_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
38692
38692
|
return pulumi.get(self, "service_ip_range_name")
|
|
38693
38693
|
|
|
@@ -38963,13 +38963,13 @@ class MwsWorkspacesGcpManagedNetworkConfigArgs:
|
|
|
38963
38963
|
gke_cluster_service_ip_range: Optional[pulumi.Input[_builtins.str]] = None):
|
|
38964
38964
|
pulumi.set(__self__, "subnet_cidr", subnet_cidr)
|
|
38965
38965
|
if gke_cluster_pod_ip_range is not None:
|
|
38966
|
-
warnings.warn("""gcp_managed_network_config.gke_cluster_pod_ip_range is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.
|
|
38967
|
-
pulumi.log.warn("""gke_cluster_pod_ip_range is deprecated: gcp_managed_network_config.gke_cluster_pod_ip_range is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.
|
|
38966
|
+
warnings.warn("""gcp_managed_network_config.gke_cluster_pod_ip_range is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.90.0/docs/guides/gcp-workspace#creating-a-databricks-workspace""", DeprecationWarning)
|
|
38967
|
+
pulumi.log.warn("""gke_cluster_pod_ip_range is deprecated: gcp_managed_network_config.gke_cluster_pod_ip_range is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.90.0/docs/guides/gcp-workspace#creating-a-databricks-workspace""")
|
|
38968
38968
|
if gke_cluster_pod_ip_range is not None:
|
|
38969
38969
|
pulumi.set(__self__, "gke_cluster_pod_ip_range", gke_cluster_pod_ip_range)
|
|
38970
38970
|
if gke_cluster_service_ip_range is not None:
|
|
38971
|
-
warnings.warn("""gcp_managed_network_config.gke_cluster_service_ip_range is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.
|
|
38972
|
-
pulumi.log.warn("""gke_cluster_service_ip_range is deprecated: gcp_managed_network_config.gke_cluster_service_ip_range is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.
|
|
38971
|
+
warnings.warn("""gcp_managed_network_config.gke_cluster_service_ip_range is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.90.0/docs/guides/gcp-workspace#creating-a-databricks-workspace""", DeprecationWarning)
|
|
38972
|
+
pulumi.log.warn("""gke_cluster_service_ip_range is deprecated: gcp_managed_network_config.gke_cluster_service_ip_range is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.90.0/docs/guides/gcp-workspace#creating-a-databricks-workspace""")
|
|
38973
38973
|
if gke_cluster_service_ip_range is not None:
|
|
38974
38974
|
pulumi.set(__self__, "gke_cluster_service_ip_range", gke_cluster_service_ip_range)
|
|
38975
38975
|
|
|
@@ -38984,7 +38984,7 @@ class MwsWorkspacesGcpManagedNetworkConfigArgs:
|
|
|
38984
38984
|
|
|
38985
38985
|
@_builtins.property
|
|
38986
38986
|
@pulumi.getter(name="gkeClusterPodIpRange")
|
|
38987
|
-
@_utilities.deprecated("""gcp_managed_network_config.gke_cluster_pod_ip_range is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.
|
|
38987
|
+
@_utilities.deprecated("""gcp_managed_network_config.gke_cluster_pod_ip_range is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.90.0/docs/guides/gcp-workspace#creating-a-databricks-workspace""")
|
|
38988
38988
|
def gke_cluster_pod_ip_range(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
38989
38989
|
return pulumi.get(self, "gke_cluster_pod_ip_range")
|
|
38990
38990
|
|
|
@@ -38994,7 +38994,7 @@ class MwsWorkspacesGcpManagedNetworkConfigArgs:
|
|
|
38994
38994
|
|
|
38995
38995
|
@_builtins.property
|
|
38996
38996
|
@pulumi.getter(name="gkeClusterServiceIpRange")
|
|
38997
|
-
@_utilities.deprecated("""gcp_managed_network_config.gke_cluster_service_ip_range is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.
|
|
38997
|
+
@_utilities.deprecated("""gcp_managed_network_config.gke_cluster_service_ip_range is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.90.0/docs/guides/gcp-workspace#creating-a-databricks-workspace""")
|
|
38998
38998
|
def gke_cluster_service_ip_range(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
38999
38999
|
return pulumi.get(self, "gke_cluster_service_ip_range")
|
|
39000
39000
|
|
|
@@ -101,8 +101,8 @@ class MwsWorkspacesArgs:
|
|
|
101
101
|
if gcp_managed_network_config is not None:
|
|
102
102
|
pulumi.set(__self__, "gcp_managed_network_config", gcp_managed_network_config)
|
|
103
103
|
if gke_config is not None:
|
|
104
|
-
warnings.warn("""gke_config is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.
|
|
105
|
-
pulumi.log.warn("""gke_config is deprecated: gke_config is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.
|
|
104
|
+
warnings.warn("""gke_config is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.90.0/docs/guides/gcp-workspace#creating-a-databricks-workspace""", DeprecationWarning)
|
|
105
|
+
pulumi.log.warn("""gke_config is deprecated: gke_config is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.90.0/docs/guides/gcp-workspace#creating-a-databricks-workspace""")
|
|
106
106
|
if gke_config is not None:
|
|
107
107
|
pulumi.set(__self__, "gke_config", gke_config)
|
|
108
108
|
if is_no_public_ip_enabled is not None:
|
|
@@ -281,7 +281,7 @@ class MwsWorkspacesArgs:
|
|
|
281
281
|
|
|
282
282
|
@_builtins.property
|
|
283
283
|
@pulumi.getter(name="gkeConfig")
|
|
284
|
-
@_utilities.deprecated("""gke_config is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.
|
|
284
|
+
@_utilities.deprecated("""gke_config is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.90.0/docs/guides/gcp-workspace#creating-a-databricks-workspace""")
|
|
285
285
|
def gke_config(self) -> Optional[pulumi.Input['MwsWorkspacesGkeConfigArgs']]:
|
|
286
286
|
return pulumi.get(self, "gke_config")
|
|
287
287
|
|
|
@@ -531,8 +531,8 @@ class _MwsWorkspacesState:
|
|
|
531
531
|
if gcp_workspace_sa is not None:
|
|
532
532
|
pulumi.set(__self__, "gcp_workspace_sa", gcp_workspace_sa)
|
|
533
533
|
if gke_config is not None:
|
|
534
|
-
warnings.warn("""gke_config is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.
|
|
535
|
-
pulumi.log.warn("""gke_config is deprecated: gke_config is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.
|
|
534
|
+
warnings.warn("""gke_config is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.90.0/docs/guides/gcp-workspace#creating-a-databricks-workspace""", DeprecationWarning)
|
|
535
|
+
pulumi.log.warn("""gke_config is deprecated: gke_config is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.90.0/docs/guides/gcp-workspace#creating-a-databricks-workspace""")
|
|
536
536
|
if gke_config is not None:
|
|
537
537
|
pulumi.set(__self__, "gke_config", gke_config)
|
|
538
538
|
if is_no_public_ip_enabled is not None:
|
|
@@ -725,7 +725,7 @@ class _MwsWorkspacesState:
|
|
|
725
725
|
|
|
726
726
|
@_builtins.property
|
|
727
727
|
@pulumi.getter(name="gkeConfig")
|
|
728
|
-
@_utilities.deprecated("""gke_config is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.
|
|
728
|
+
@_utilities.deprecated("""gke_config is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.90.0/docs/guides/gcp-workspace#creating-a-databricks-workspace""")
|
|
729
729
|
def gke_config(self) -> Optional[pulumi.Input['MwsWorkspacesGkeConfigArgs']]:
|
|
730
730
|
return pulumi.get(self, "gke_config")
|
|
731
731
|
|
|
@@ -1716,7 +1716,7 @@ class MwsWorkspaces(pulumi.CustomResource):
|
|
|
1716
1716
|
|
|
1717
1717
|
@_builtins.property
|
|
1718
1718
|
@pulumi.getter(name="gkeConfig")
|
|
1719
|
-
@_utilities.deprecated("""gke_config is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.
|
|
1719
|
+
@_utilities.deprecated("""gke_config is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.90.0/docs/guides/gcp-workspace#creating-a-databricks-workspace""")
|
|
1720
1720
|
def gke_config(self) -> pulumi.Output[Optional['outputs.MwsWorkspacesGkeConfig']]:
|
|
1721
1721
|
return pulumi.get(self, "gke_config")
|
|
1722
1722
|
|
pulumi_databricks/outputs.py
CHANGED
|
@@ -29849,13 +29849,13 @@ class MwsNetworksGcpNetworkInfo(dict):
|
|
|
29849
29849
|
|
|
29850
29850
|
@_builtins.property
|
|
29851
29851
|
@pulumi.getter(name="podIpRangeName")
|
|
29852
|
-
@_utilities.deprecated("""gcp_network_info.pod_ip_range_name is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.
|
|
29852
|
+
@_utilities.deprecated("""gcp_network_info.pod_ip_range_name is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.90.0/docs/guides/gcp-workspace#creating-a-vpc""")
|
|
29853
29853
|
def pod_ip_range_name(self) -> Optional[_builtins.str]:
|
|
29854
29854
|
return pulumi.get(self, "pod_ip_range_name")
|
|
29855
29855
|
|
|
29856
29856
|
@_builtins.property
|
|
29857
29857
|
@pulumi.getter(name="serviceIpRangeName")
|
|
29858
|
-
@_utilities.deprecated("""gcp_network_info.service_ip_range_name is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.
|
|
29858
|
+
@_utilities.deprecated("""gcp_network_info.service_ip_range_name is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.90.0/docs/guides/gcp-workspace#creating-a-vpc""")
|
|
29859
29859
|
def service_ip_range_name(self) -> Optional[_builtins.str]:
|
|
29860
29860
|
return pulumi.get(self, "service_ip_range_name")
|
|
29861
29861
|
|
|
@@ -30127,13 +30127,13 @@ class MwsWorkspacesGcpManagedNetworkConfig(dict):
|
|
|
30127
30127
|
|
|
30128
30128
|
@_builtins.property
|
|
30129
30129
|
@pulumi.getter(name="gkeClusterPodIpRange")
|
|
30130
|
-
@_utilities.deprecated("""gcp_managed_network_config.gke_cluster_pod_ip_range is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.
|
|
30130
|
+
@_utilities.deprecated("""gcp_managed_network_config.gke_cluster_pod_ip_range is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.90.0/docs/guides/gcp-workspace#creating-a-databricks-workspace""")
|
|
30131
30131
|
def gke_cluster_pod_ip_range(self) -> Optional[_builtins.str]:
|
|
30132
30132
|
return pulumi.get(self, "gke_cluster_pod_ip_range")
|
|
30133
30133
|
|
|
30134
30134
|
@_builtins.property
|
|
30135
30135
|
@pulumi.getter(name="gkeClusterServiceIpRange")
|
|
30136
|
-
@_utilities.deprecated("""gcp_managed_network_config.gke_cluster_service_ip_range is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.
|
|
30136
|
+
@_utilities.deprecated("""gcp_managed_network_config.gke_cluster_service_ip_range is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.90.0/docs/guides/gcp-workspace#creating-a-databricks-workspace""")
|
|
30137
30137
|
def gke_cluster_service_ip_range(self) -> Optional[_builtins.str]:
|
|
30138
30138
|
return pulumi.get(self, "gke_cluster_service_ip_range")
|
|
30139
30139
|
|
|
@@ -31,6 +31,7 @@ class SqlEndpointArgs:
|
|
|
31
31
|
max_num_clusters: Optional[pulumi.Input[_builtins.int]] = None,
|
|
32
32
|
min_num_clusters: Optional[pulumi.Input[_builtins.int]] = None,
|
|
33
33
|
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
34
|
+
no_wait: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
34
35
|
spot_instance_policy: Optional[pulumi.Input[_builtins.str]] = None,
|
|
35
36
|
tags: Optional[pulumi.Input['SqlEndpointTagsArgs']] = None,
|
|
36
37
|
warehouse_type: Optional[pulumi.Input[_builtins.str]] = None):
|
|
@@ -47,6 +48,7 @@ class SqlEndpointArgs:
|
|
|
47
48
|
:param pulumi.Input[_builtins.int] max_num_clusters: Maximum number of clusters available when a SQL warehouse is running. This field is required. If multi-cluster load balancing is not enabled, this is default to `1`.
|
|
48
49
|
:param pulumi.Input[_builtins.int] min_num_clusters: Minimum number of clusters available when a SQL warehouse is running. The default is `1`.
|
|
49
50
|
:param pulumi.Input[_builtins.str] name: Name of the SQL warehouse. Must be unique.
|
|
51
|
+
:param pulumi.Input[_builtins.bool] no_wait: Whether to skip waiting for the SQL warehouse to start after creation. Default is `false`. When set to `true`, Pulumi will create the warehouse but won't wait for it to be in a running state before completing.
|
|
50
52
|
:param pulumi.Input[_builtins.str] spot_instance_policy: The spot policy to use for allocating instances to clusters: `COST_OPTIMIZED` or `RELIABILITY_OPTIMIZED`. This field is optional. Default is `COST_OPTIMIZED`.
|
|
51
53
|
:param pulumi.Input['SqlEndpointTagsArgs'] tags: Databricks tags all endpoint resources with these tags.
|
|
52
54
|
:param pulumi.Input[_builtins.str] warehouse_type: SQL warehouse type. See for [AWS](https://docs.databricks.com/sql/admin/sql-endpoints.html#switch-the-sql-warehouse-type-pro-classic-or-serverless) or [Azure](https://learn.microsoft.com/en-us/azure/databricks/sql/admin/create-sql-warehouse#--upgrade-a-pro-or-classic-sql-warehouse-to-a-serverless-sql-warehouse). Set to `PRO` or `CLASSIC`. If the field `enable_serverless_compute` has the value `true` either explicitly or through the default logic (see that field above for details), the default is `PRO`, which is required for serverless SQL warehouses. Otherwise, the default is `CLASSIC`.
|
|
@@ -70,6 +72,8 @@ class SqlEndpointArgs:
|
|
|
70
72
|
pulumi.set(__self__, "min_num_clusters", min_num_clusters)
|
|
71
73
|
if name is not None:
|
|
72
74
|
pulumi.set(__self__, "name", name)
|
|
75
|
+
if no_wait is not None:
|
|
76
|
+
pulumi.set(__self__, "no_wait", no_wait)
|
|
73
77
|
if spot_instance_policy is not None:
|
|
74
78
|
pulumi.set(__self__, "spot_instance_policy", spot_instance_policy)
|
|
75
79
|
if tags is not None:
|
|
@@ -196,6 +200,18 @@ class SqlEndpointArgs:
|
|
|
196
200
|
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
197
201
|
pulumi.set(self, "name", value)
|
|
198
202
|
|
|
203
|
+
@_builtins.property
|
|
204
|
+
@pulumi.getter(name="noWait")
|
|
205
|
+
def no_wait(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
206
|
+
"""
|
|
207
|
+
Whether to skip waiting for the SQL warehouse to start after creation. Default is `false`. When set to `true`, Pulumi will create the warehouse but won't wait for it to be in a running state before completing.
|
|
208
|
+
"""
|
|
209
|
+
return pulumi.get(self, "no_wait")
|
|
210
|
+
|
|
211
|
+
@no_wait.setter
|
|
212
|
+
def no_wait(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
213
|
+
pulumi.set(self, "no_wait", value)
|
|
214
|
+
|
|
199
215
|
@_builtins.property
|
|
200
216
|
@pulumi.getter(name="spotInstancePolicy")
|
|
201
217
|
def spot_instance_policy(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
@@ -249,6 +265,7 @@ class _SqlEndpointState:
|
|
|
249
265
|
max_num_clusters: Optional[pulumi.Input[_builtins.int]] = None,
|
|
250
266
|
min_num_clusters: Optional[pulumi.Input[_builtins.int]] = None,
|
|
251
267
|
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
268
|
+
no_wait: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
252
269
|
num_active_sessions: Optional[pulumi.Input[_builtins.int]] = None,
|
|
253
270
|
num_clusters: Optional[pulumi.Input[_builtins.int]] = None,
|
|
254
271
|
odbc_params: Optional[pulumi.Input['SqlEndpointOdbcParamsArgs']] = None,
|
|
@@ -272,6 +289,7 @@ class _SqlEndpointState:
|
|
|
272
289
|
:param pulumi.Input[_builtins.int] max_num_clusters: Maximum number of clusters available when a SQL warehouse is running. This field is required. If multi-cluster load balancing is not enabled, this is default to `1`.
|
|
273
290
|
:param pulumi.Input[_builtins.int] min_num_clusters: Minimum number of clusters available when a SQL warehouse is running. The default is `1`.
|
|
274
291
|
:param pulumi.Input[_builtins.str] name: Name of the SQL warehouse. Must be unique.
|
|
292
|
+
:param pulumi.Input[_builtins.bool] no_wait: Whether to skip waiting for the SQL warehouse to start after creation. Default is `false`. When set to `true`, Pulumi will create the warehouse but won't wait for it to be in a running state before completing.
|
|
275
293
|
:param pulumi.Input[_builtins.int] num_active_sessions: The current number of clusters used by the endpoint.
|
|
276
294
|
:param pulumi.Input[_builtins.int] num_clusters: The current number of clusters used by the endpoint.
|
|
277
295
|
:param pulumi.Input['SqlEndpointOdbcParamsArgs'] odbc_params: ODBC connection params: `odbc_params.hostname`, `odbc_params.path`, `odbc_params.protocol`, and `odbc_params.port`.
|
|
@@ -306,6 +324,8 @@ class _SqlEndpointState:
|
|
|
306
324
|
pulumi.set(__self__, "min_num_clusters", min_num_clusters)
|
|
307
325
|
if name is not None:
|
|
308
326
|
pulumi.set(__self__, "name", name)
|
|
327
|
+
if no_wait is not None:
|
|
328
|
+
pulumi.set(__self__, "no_wait", no_wait)
|
|
309
329
|
if num_active_sessions is not None:
|
|
310
330
|
pulumi.set(__self__, "num_active_sessions", num_active_sessions)
|
|
311
331
|
if num_clusters is not None:
|
|
@@ -476,6 +496,18 @@ class _SqlEndpointState:
|
|
|
476
496
|
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
477
497
|
pulumi.set(self, "name", value)
|
|
478
498
|
|
|
499
|
+
@_builtins.property
|
|
500
|
+
@pulumi.getter(name="noWait")
|
|
501
|
+
def no_wait(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
502
|
+
"""
|
|
503
|
+
Whether to skip waiting for the SQL warehouse to start after creation. Default is `false`. When set to `true`, Pulumi will create the warehouse but won't wait for it to be in a running state before completing.
|
|
504
|
+
"""
|
|
505
|
+
return pulumi.get(self, "no_wait")
|
|
506
|
+
|
|
507
|
+
@no_wait.setter
|
|
508
|
+
def no_wait(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
509
|
+
pulumi.set(self, "no_wait", value)
|
|
510
|
+
|
|
479
511
|
@_builtins.property
|
|
480
512
|
@pulumi.getter(name="numActiveSessions")
|
|
481
513
|
def num_active_sessions(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
@@ -577,6 +609,7 @@ class SqlEndpoint(pulumi.CustomResource):
|
|
|
577
609
|
max_num_clusters: Optional[pulumi.Input[_builtins.int]] = None,
|
|
578
610
|
min_num_clusters: Optional[pulumi.Input[_builtins.int]] = None,
|
|
579
611
|
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
612
|
+
no_wait: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
580
613
|
spot_instance_policy: Optional[pulumi.Input[_builtins.str]] = None,
|
|
581
614
|
tags: Optional[pulumi.Input[Union['SqlEndpointTagsArgs', 'SqlEndpointTagsArgsDict']]] = None,
|
|
582
615
|
warehouse_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
@@ -655,6 +688,7 @@ class SqlEndpoint(pulumi.CustomResource):
|
|
|
655
688
|
:param pulumi.Input[_builtins.int] max_num_clusters: Maximum number of clusters available when a SQL warehouse is running. This field is required. If multi-cluster load balancing is not enabled, this is default to `1`.
|
|
656
689
|
:param pulumi.Input[_builtins.int] min_num_clusters: Minimum number of clusters available when a SQL warehouse is running. The default is `1`.
|
|
657
690
|
:param pulumi.Input[_builtins.str] name: Name of the SQL warehouse. Must be unique.
|
|
691
|
+
:param pulumi.Input[_builtins.bool] no_wait: Whether to skip waiting for the SQL warehouse to start after creation. Default is `false`. When set to `true`, Pulumi will create the warehouse but won't wait for it to be in a running state before completing.
|
|
658
692
|
:param pulumi.Input[_builtins.str] spot_instance_policy: The spot policy to use for allocating instances to clusters: `COST_OPTIMIZED` or `RELIABILITY_OPTIMIZED`. This field is optional. Default is `COST_OPTIMIZED`.
|
|
659
693
|
:param pulumi.Input[Union['SqlEndpointTagsArgs', 'SqlEndpointTagsArgsDict']] tags: Databricks tags all endpoint resources with these tags.
|
|
660
694
|
:param pulumi.Input[_builtins.str] warehouse_type: SQL warehouse type. See for [AWS](https://docs.databricks.com/sql/admin/sql-endpoints.html#switch-the-sql-warehouse-type-pro-classic-or-serverless) or [Azure](https://learn.microsoft.com/en-us/azure/databricks/sql/admin/create-sql-warehouse#--upgrade-a-pro-or-classic-sql-warehouse-to-a-serverless-sql-warehouse). Set to `PRO` or `CLASSIC`. If the field `enable_serverless_compute` has the value `true` either explicitly or through the default logic (see that field above for details), the default is `PRO`, which is required for serverless SQL warehouses. Otherwise, the default is `CLASSIC`.
|
|
@@ -751,6 +785,7 @@ class SqlEndpoint(pulumi.CustomResource):
|
|
|
751
785
|
max_num_clusters: Optional[pulumi.Input[_builtins.int]] = None,
|
|
752
786
|
min_num_clusters: Optional[pulumi.Input[_builtins.int]] = None,
|
|
753
787
|
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
788
|
+
no_wait: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
754
789
|
spot_instance_policy: Optional[pulumi.Input[_builtins.str]] = None,
|
|
755
790
|
tags: Optional[pulumi.Input[Union['SqlEndpointTagsArgs', 'SqlEndpointTagsArgsDict']]] = None,
|
|
756
791
|
warehouse_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
@@ -775,6 +810,7 @@ class SqlEndpoint(pulumi.CustomResource):
|
|
|
775
810
|
__props__.__dict__["max_num_clusters"] = max_num_clusters
|
|
776
811
|
__props__.__dict__["min_num_clusters"] = min_num_clusters
|
|
777
812
|
__props__.__dict__["name"] = name
|
|
813
|
+
__props__.__dict__["no_wait"] = no_wait
|
|
778
814
|
__props__.__dict__["spot_instance_policy"] = spot_instance_policy
|
|
779
815
|
__props__.__dict__["tags"] = tags
|
|
780
816
|
__props__.__dict__["warehouse_type"] = warehouse_type
|
|
@@ -808,6 +844,7 @@ class SqlEndpoint(pulumi.CustomResource):
|
|
|
808
844
|
max_num_clusters: Optional[pulumi.Input[_builtins.int]] = None,
|
|
809
845
|
min_num_clusters: Optional[pulumi.Input[_builtins.int]] = None,
|
|
810
846
|
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
847
|
+
no_wait: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
811
848
|
num_active_sessions: Optional[pulumi.Input[_builtins.int]] = None,
|
|
812
849
|
num_clusters: Optional[pulumi.Input[_builtins.int]] = None,
|
|
813
850
|
odbc_params: Optional[pulumi.Input[Union['SqlEndpointOdbcParamsArgs', 'SqlEndpointOdbcParamsArgsDict']]] = None,
|
|
@@ -836,6 +873,7 @@ class SqlEndpoint(pulumi.CustomResource):
|
|
|
836
873
|
:param pulumi.Input[_builtins.int] max_num_clusters: Maximum number of clusters available when a SQL warehouse is running. This field is required. If multi-cluster load balancing is not enabled, this is default to `1`.
|
|
837
874
|
:param pulumi.Input[_builtins.int] min_num_clusters: Minimum number of clusters available when a SQL warehouse is running. The default is `1`.
|
|
838
875
|
:param pulumi.Input[_builtins.str] name: Name of the SQL warehouse. Must be unique.
|
|
876
|
+
:param pulumi.Input[_builtins.bool] no_wait: Whether to skip waiting for the SQL warehouse to start after creation. Default is `false`. When set to `true`, Pulumi will create the warehouse but won't wait for it to be in a running state before completing.
|
|
839
877
|
:param pulumi.Input[_builtins.int] num_active_sessions: The current number of clusters used by the endpoint.
|
|
840
878
|
:param pulumi.Input[_builtins.int] num_clusters: The current number of clusters used by the endpoint.
|
|
841
879
|
:param pulumi.Input[Union['SqlEndpointOdbcParamsArgs', 'SqlEndpointOdbcParamsArgsDict']] odbc_params: ODBC connection params: `odbc_params.hostname`, `odbc_params.path`, `odbc_params.protocol`, and `odbc_params.port`.
|
|
@@ -861,6 +899,7 @@ class SqlEndpoint(pulumi.CustomResource):
|
|
|
861
899
|
__props__.__dict__["max_num_clusters"] = max_num_clusters
|
|
862
900
|
__props__.__dict__["min_num_clusters"] = min_num_clusters
|
|
863
901
|
__props__.__dict__["name"] = name
|
|
902
|
+
__props__.__dict__["no_wait"] = no_wait
|
|
864
903
|
__props__.__dict__["num_active_sessions"] = num_active_sessions
|
|
865
904
|
__props__.__dict__["num_clusters"] = num_clusters
|
|
866
905
|
__props__.__dict__["odbc_params"] = odbc_params
|
|
@@ -973,6 +1012,14 @@ class SqlEndpoint(pulumi.CustomResource):
|
|
|
973
1012
|
"""
|
|
974
1013
|
return pulumi.get(self, "name")
|
|
975
1014
|
|
|
1015
|
+
@_builtins.property
|
|
1016
|
+
@pulumi.getter(name="noWait")
|
|
1017
|
+
def no_wait(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
1018
|
+
"""
|
|
1019
|
+
Whether to skip waiting for the SQL warehouse to start after creation. Default is `false`. When set to `true`, Pulumi will create the warehouse but won't wait for it to be in a running state before completing.
|
|
1020
|
+
"""
|
|
1021
|
+
return pulumi.get(self, "no_wait")
|
|
1022
|
+
|
|
976
1023
|
@_builtins.property
|
|
977
1024
|
@pulumi.getter(name="numActiveSessions")
|
|
978
1025
|
def num_active_sessions(self) -> pulumi.Output[_builtins.int]:
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
pulumi_databricks/__init__.py,sha256=3CaqdHaMml72rj48sgQMiZRRKbVwy2ONr1ApmJVRVDo,33144
|
|
2
|
-
pulumi_databricks/_inputs.py,sha256=
|
|
2
|
+
pulumi_databricks/_inputs.py,sha256=iH2LmElv26q30DJxWH62AsKestt6wNkYyrQ6hk5XPKw,3854844
|
|
3
3
|
pulumi_databricks/_utilities.py,sha256=66uLGQDI1oMFOI3Fe5igAphtexWhcSLDyuVW50jW3ik,10789
|
|
4
4
|
pulumi_databricks/access_control_rule_set.py,sha256=2p6Za9anaCar_kYZifwCMTt6PrhAU1w6ynJH37ejbYw,32217
|
|
5
5
|
pulumi_databricks/account_federation_policy.py,sha256=2ISf_H7cPvtOM2nRucqJg_7lGpZxfE6-IRzSVtwoew8,22352
|
|
@@ -185,19 +185,19 @@ pulumi_databricks/mws_permission_assignment.py,sha256=WVUqJ6AH6zMc6XhgL5UmmK96JO
|
|
|
185
185
|
pulumi_databricks/mws_private_access_settings.py,sha256=ZCddNVAs3W3c8--IE_ft1EIrYvMICY1cC5qlYaolu4w,40036
|
|
186
186
|
pulumi_databricks/mws_storage_configurations.py,sha256=BoJFhoZQtmW-UJJrE3M1mOtNdf2r2NbakKgyzEb_sW8,19862
|
|
187
187
|
pulumi_databricks/mws_vpc_endpoint.py,sha256=uyfTKCwJt7Cvse5EBZoOjvVj1zLVlN_ysBaAa6XuaCM,47670
|
|
188
|
-
pulumi_databricks/mws_workspaces.py,sha256=
|
|
188
|
+
pulumi_databricks/mws_workspaces.py,sha256=pYpoQg-D5WM3hIZvK0GaTb52lsiI0DEQq-LBCRo2e8E,107897
|
|
189
189
|
pulumi_databricks/notebook.py,sha256=oeAU99bXmvyV3wJRaGTxnKQLSXY7-VL9Kvi07HTXEYU,24390
|
|
190
190
|
pulumi_databricks/notification_destination.py,sha256=q-pIR3EnYOdwYKa6rXAOaToMJiIm9WxEAR_AZ4u5Nw4,17742
|
|
191
191
|
pulumi_databricks/obo_token.py,sha256=dzFo01ULI5N-Mtbv64z2rJvOKDM8pEm0wb1lkJ4ejNs,19837
|
|
192
192
|
pulumi_databricks/online_store.py,sha256=FYqd_uvuC72AAqGTXRi-PKNmL0tPu0fPkUHZ5sBLgrw,17615
|
|
193
193
|
pulumi_databricks/online_table.py,sha256=EExcECZkvttwqvWZT4p8NjkEmby40o0Xa2BKMlt3nXI,16201
|
|
194
|
-
pulumi_databricks/outputs.py,sha256=
|
|
194
|
+
pulumi_databricks/outputs.py,sha256=228D0e9HOk88lK1qfRVtOwf67AFqyC8Ma2nZ-DhJvxI,3076391
|
|
195
195
|
pulumi_databricks/permission_assignment.py,sha256=2kYOk6PE50enknS6xPoVMExlnM2EW5zrsIrwgzlBeOw,18525
|
|
196
196
|
pulumi_databricks/permissions.py,sha256=blaqIkrs6Mhiz57GpEfN7aWo9hLFTW9lwsNjy6TinBQ,121794
|
|
197
197
|
pulumi_databricks/pipeline.py,sha256=4bBXbrCwNXSIExszK1vjsSM-pyJmBYguuIruovm1_TQ,102654
|
|
198
198
|
pulumi_databricks/policy_info.py,sha256=lmgxNjhYUzfXdZOXR8QwkQ2fDaDZjI6mR9jRHNz4POA,52906
|
|
199
199
|
pulumi_databricks/provider.py,sha256=MQxc0NZIVz8AiW-SKNPBIzKydXewWwenGm7ZYz01t5c,38724
|
|
200
|
-
pulumi_databricks/pulumi-plugin.json,sha256=
|
|
200
|
+
pulumi_databricks/pulumi-plugin.json,sha256=0oaq5iENda4dJgoseTWQ9Q3gATr76RBvxZRa2BW8rVg,87
|
|
201
201
|
pulumi_databricks/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
202
202
|
pulumi_databricks/quality_monitor.py,sha256=tRr1MDskOhkc8jMcXLfzrgnNgB1KKy9CRWW5pg6OXto,66087
|
|
203
203
|
pulumi_databricks/quality_monitor_v2.py,sha256=F9SKHGEIUaKRtJ5fI0rqfVy8RS_u-LW0MBiKj4RY6nI,14529
|
|
@@ -218,7 +218,7 @@ pulumi_databricks/service_principal_secret.py,sha256=401U3h4tJo_3HPtCjPnUSveFLoh
|
|
|
218
218
|
pulumi_databricks/share.py,sha256=TaoqAvUaj4Xqa2qY3aEvoELLbzyjeHQ2Mh2TCjutRJ4,30187
|
|
219
219
|
pulumi_databricks/sql_alert.py,sha256=Wrg0tEnXS-97CmJcWsqs7m8Xb_WAC6Xd1VAfssNETGM,22630
|
|
220
220
|
pulumi_databricks/sql_dashboard.py,sha256=xJ6tJw7wqsC6mcLmLW9M7ioquqgD8iYA68ESg06LG-M,19176
|
|
221
|
-
pulumi_databricks/sql_endpoint.py,sha256=
|
|
221
|
+
pulumi_databricks/sql_endpoint.py,sha256=4QxyIAwLsX5wbcWKjca8IY_tH69hXPe0dyXSXQ_QA_Q,64080
|
|
222
222
|
pulumi_databricks/sql_global_config.py,sha256=Na6FqlXSAq9zKqc_bCQ5Z6K_HTrmAphxtg44syOuR5U,31608
|
|
223
223
|
pulumi_databricks/sql_permissions.py,sha256=1WPOBcGMIrKHraxm1aafL3tRFGCPImTRqb6pegZKTxc,30565
|
|
224
224
|
pulumi_databricks/sql_query.py,sha256=Nc7U1ZG8er_srZY9c1yk9Zm35rcYiFqbz4olDB6El3o,34474
|
|
@@ -244,7 +244,7 @@ pulumi_databricks/workspace_setting_v2.py,sha256=EmrTZ68uPdLQ1cXuVzzUKvyxmMGunei
|
|
|
244
244
|
pulumi_databricks/config/__init__.py,sha256=XWnQfVtc2oPapjSXXCdORFJvMpXt_SMJQASWdTRoPmc,296
|
|
245
245
|
pulumi_databricks/config/__init__.pyi,sha256=_PFCYOuBXO8dCC6MmZBVq_pbyacQT8NeSE-WCWQzf7Y,1630
|
|
246
246
|
pulumi_databricks/config/vars.py,sha256=72ijpLu-AicKhGigCW1OsjqPsytxptFbYQcG7qOLZ4I,5017
|
|
247
|
-
pulumi_databricks-1.
|
|
248
|
-
pulumi_databricks-1.
|
|
249
|
-
pulumi_databricks-1.
|
|
250
|
-
pulumi_databricks-1.
|
|
247
|
+
pulumi_databricks-1.77.0a1758692573.dist-info/METADATA,sha256=8CAs6t3xR9jHucpvQJnX045HLZFJIfHWLsT1r4KWIes,5089
|
|
248
|
+
pulumi_databricks-1.77.0a1758692573.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
249
|
+
pulumi_databricks-1.77.0a1758692573.dist-info/top_level.txt,sha256=-7icK4ByRQWvDZdDTyuHwfc-nyf7_3w8YdN_-h5wW5s,18
|
|
250
|
+
pulumi_databricks-1.77.0a1758692573.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|