pulumi-databricks 1.75.0a1757354185__py3-none-any.whl → 1.76.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.
@@ -14972,6 +14972,11 @@ if not MYPY:
14972
14972
  Indicate whether this continuous job is paused or not. Either `PAUSED` or `UNPAUSED`. When the `pause_status` field is omitted in the block, the server will default to using `UNPAUSED` as a value for `pause_status`.
14973
14973
  """
14974
14974
  task_retry_mode: NotRequired[pulumi.Input[_builtins.str]]
14975
+ """
14976
+ Controls task level retry behaviour. Allowed values are:
14977
+ * `NEVER` (default): The failed task will not be retried.
14978
+ * `ON_FAILURE`: Retry a failed task if at least one other task in the job is still running its first attempt. When this condition is no longer met or the retry limit is reached, the job run is cancelled and a new run is started.
14979
+ """
14975
14980
  elif False:
14976
14981
  JobContinuousArgsDict: TypeAlias = Mapping[str, Any]
14977
14982
 
@@ -14982,6 +14987,9 @@ class JobContinuousArgs:
14982
14987
  task_retry_mode: Optional[pulumi.Input[_builtins.str]] = None):
14983
14988
  """
14984
14989
  :param pulumi.Input[_builtins.str] pause_status: Indicate whether this continuous job is paused or not. Either `PAUSED` or `UNPAUSED`. When the `pause_status` field is omitted in the block, the server will default to using `UNPAUSED` as a value for `pause_status`.
14990
+ :param pulumi.Input[_builtins.str] task_retry_mode: Controls task level retry behaviour. Allowed values are:
14991
+ * `NEVER` (default): The failed task will not be retried.
14992
+ * `ON_FAILURE`: Retry a failed task if at least one other task in the job is still running its first attempt. When this condition is no longer met or the retry limit is reached, the job run is cancelled and a new run is started.
14985
14993
  """
14986
14994
  if pause_status is not None:
14987
14995
  pulumi.set(__self__, "pause_status", pause_status)
@@ -15003,6 +15011,11 @@ class JobContinuousArgs:
15003
15011
  @_builtins.property
15004
15012
  @pulumi.getter(name="taskRetryMode")
15005
15013
  def task_retry_mode(self) -> Optional[pulumi.Input[_builtins.str]]:
15014
+ """
15015
+ Controls task level retry behaviour. Allowed values are:
15016
+ * `NEVER` (default): The failed task will not be retried.
15017
+ * `ON_FAILURE`: Retry a failed task if at least one other task in the job is still running its first attempt. When this condition is no longer met or the retry limit is reached, the job run is cancelled and a new run is started.
15018
+ """
15006
15019
  return pulumi.get(self, "task_retry_mode")
15007
15020
 
15008
15021
  @task_retry_mode.setter
@@ -38604,13 +38617,13 @@ class MwsNetworksGcpNetworkInfoArgs:
38604
38617
  pulumi.set(__self__, "subnet_region", subnet_region)
38605
38618
  pulumi.set(__self__, "vpc_id", vpc_id)
38606
38619
  if pod_ip_range_name is not None:
38607
- 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.88.0/docs/guides/gcp-workspace#creating-a-vpc""", DeprecationWarning)
38608
- 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.88.0/docs/guides/gcp-workspace#creating-a-vpc""")
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""")
38609
38622
  if pod_ip_range_name is not None:
38610
38623
  pulumi.set(__self__, "pod_ip_range_name", pod_ip_range_name)
38611
38624
  if service_ip_range_name is not None:
38612
- 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.88.0/docs/guides/gcp-workspace#creating-a-vpc""", DeprecationWarning)
38613
- 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.88.0/docs/guides/gcp-workspace#creating-a-vpc""")
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""")
38614
38627
  if service_ip_range_name is not None:
38615
38628
  pulumi.set(__self__, "service_ip_range_name", service_ip_range_name)
38616
38629
 
@@ -38664,7 +38677,7 @@ class MwsNetworksGcpNetworkInfoArgs:
38664
38677
 
38665
38678
  @_builtins.property
38666
38679
  @pulumi.getter(name="podIpRangeName")
38667
- @_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.88.0/docs/guides/gcp-workspace#creating-a-vpc""")
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""")
38668
38681
  def pod_ip_range_name(self) -> Optional[pulumi.Input[_builtins.str]]:
38669
38682
  return pulumi.get(self, "pod_ip_range_name")
38670
38683
 
@@ -38674,7 +38687,7 @@ class MwsNetworksGcpNetworkInfoArgs:
38674
38687
 
38675
38688
  @_builtins.property
38676
38689
  @pulumi.getter(name="serviceIpRangeName")
38677
- @_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.88.0/docs/guides/gcp-workspace#creating-a-vpc""")
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""")
38678
38691
  def service_ip_range_name(self) -> Optional[pulumi.Input[_builtins.str]]:
38679
38692
  return pulumi.get(self, "service_ip_range_name")
38680
38693
 
@@ -38950,13 +38963,13 @@ class MwsWorkspacesGcpManagedNetworkConfigArgs:
38950
38963
  gke_cluster_service_ip_range: Optional[pulumi.Input[_builtins.str]] = None):
38951
38964
  pulumi.set(__self__, "subnet_cidr", subnet_cidr)
38952
38965
  if gke_cluster_pod_ip_range is not None:
38953
- 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.88.0/docs/guides/gcp-workspace#creating-a-databricks-workspace""", DeprecationWarning)
38954
- 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.88.0/docs/guides/gcp-workspace#creating-a-databricks-workspace""")
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""")
38955
38968
  if gke_cluster_pod_ip_range is not None:
38956
38969
  pulumi.set(__self__, "gke_cluster_pod_ip_range", gke_cluster_pod_ip_range)
38957
38970
  if gke_cluster_service_ip_range is not None:
38958
- 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.88.0/docs/guides/gcp-workspace#creating-a-databricks-workspace""", DeprecationWarning)
38959
- 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.88.0/docs/guides/gcp-workspace#creating-a-databricks-workspace""")
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""")
38960
38973
  if gke_cluster_service_ip_range is not None:
38961
38974
  pulumi.set(__self__, "gke_cluster_service_ip_range", gke_cluster_service_ip_range)
38962
38975
 
@@ -38971,7 +38984,7 @@ class MwsWorkspacesGcpManagedNetworkConfigArgs:
38971
38984
 
38972
38985
  @_builtins.property
38973
38986
  @pulumi.getter(name="gkeClusterPodIpRange")
38974
- @_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.88.0/docs/guides/gcp-workspace#creating-a-databricks-workspace""")
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""")
38975
38988
  def gke_cluster_pod_ip_range(self) -> Optional[pulumi.Input[_builtins.str]]:
38976
38989
  return pulumi.get(self, "gke_cluster_pod_ip_range")
38977
38990
 
@@ -38981,7 +38994,7 @@ class MwsWorkspacesGcpManagedNetworkConfigArgs:
38981
38994
 
38982
38995
  @_builtins.property
38983
38996
  @pulumi.getter(name="gkeClusterServiceIpRange")
38984
- @_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.88.0/docs/guides/gcp-workspace#creating-a-databricks-workspace""")
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""")
38985
38998
  def gke_cluster_service_ip_range(self) -> Optional[pulumi.Input[_builtins.str]]:
38986
38999
  return pulumi.get(self, "gke_cluster_service_ip_range")
38987
39000
 
@@ -39368,12 +39381,24 @@ class NotificationDestinationConfigGenericWebhookArgs:
39368
39381
  if not MYPY:
39369
39382
  class NotificationDestinationConfigMicrosoftTeamsArgsDict(TypedDict):
39370
39383
  app_id: NotRequired[pulumi.Input[_builtins.str]]
39384
+ """
39385
+ App ID for Microsoft Teams App.
39386
+ """
39371
39387
  app_id_set: NotRequired[pulumi.Input[_builtins.bool]]
39372
39388
  auth_secret: NotRequired[pulumi.Input[_builtins.str]]
39389
+ """
39390
+ Secret for Microsoft Teams App authentication.
39391
+ """
39373
39392
  auth_secret_set: NotRequired[pulumi.Input[_builtins.bool]]
39374
39393
  channel_url: NotRequired[pulumi.Input[_builtins.str]]
39394
+ """
39395
+ Channel URL for Microsoft Teams App.
39396
+ """
39375
39397
  channel_url_set: NotRequired[pulumi.Input[_builtins.bool]]
39376
39398
  tenant_id: NotRequired[pulumi.Input[_builtins.str]]
39399
+ """
39400
+ Tenant ID for Microsoft Teams App.
39401
+ """
39377
39402
  tenant_id_set: NotRequired[pulumi.Input[_builtins.bool]]
39378
39403
  url: NotRequired[pulumi.Input[_builtins.str]]
39379
39404
  """
@@ -39397,6 +39422,10 @@ class NotificationDestinationConfigMicrosoftTeamsArgs:
39397
39422
  url: Optional[pulumi.Input[_builtins.str]] = None,
39398
39423
  url_set: Optional[pulumi.Input[_builtins.bool]] = None):
39399
39424
  """
39425
+ :param pulumi.Input[_builtins.str] app_id: App ID for Microsoft Teams App.
39426
+ :param pulumi.Input[_builtins.str] auth_secret: Secret for Microsoft Teams App authentication.
39427
+ :param pulumi.Input[_builtins.str] channel_url: Channel URL for Microsoft Teams App.
39428
+ :param pulumi.Input[_builtins.str] tenant_id: Tenant ID for Microsoft Teams App.
39400
39429
  :param pulumi.Input[_builtins.str] url: The Microsoft Teams webhook URL.
39401
39430
  """
39402
39431
  if app_id is not None:
@@ -39423,6 +39452,9 @@ class NotificationDestinationConfigMicrosoftTeamsArgs:
39423
39452
  @_builtins.property
39424
39453
  @pulumi.getter(name="appId")
39425
39454
  def app_id(self) -> Optional[pulumi.Input[_builtins.str]]:
39455
+ """
39456
+ App ID for Microsoft Teams App.
39457
+ """
39426
39458
  return pulumi.get(self, "app_id")
39427
39459
 
39428
39460
  @app_id.setter
@@ -39441,6 +39473,9 @@ class NotificationDestinationConfigMicrosoftTeamsArgs:
39441
39473
  @_builtins.property
39442
39474
  @pulumi.getter(name="authSecret")
39443
39475
  def auth_secret(self) -> Optional[pulumi.Input[_builtins.str]]:
39476
+ """
39477
+ Secret for Microsoft Teams App authentication.
39478
+ """
39444
39479
  return pulumi.get(self, "auth_secret")
39445
39480
 
39446
39481
  @auth_secret.setter
@@ -39459,6 +39494,9 @@ class NotificationDestinationConfigMicrosoftTeamsArgs:
39459
39494
  @_builtins.property
39460
39495
  @pulumi.getter(name="channelUrl")
39461
39496
  def channel_url(self) -> Optional[pulumi.Input[_builtins.str]]:
39497
+ """
39498
+ Channel URL for Microsoft Teams App.
39499
+ """
39462
39500
  return pulumi.get(self, "channel_url")
39463
39501
 
39464
39502
  @channel_url.setter
@@ -39477,6 +39515,9 @@ class NotificationDestinationConfigMicrosoftTeamsArgs:
39477
39515
  @_builtins.property
39478
39516
  @pulumi.getter(name="tenantId")
39479
39517
  def tenant_id(self) -> Optional[pulumi.Input[_builtins.str]]:
39518
+ """
39519
+ Tenant ID for Microsoft Teams App.
39520
+ """
39480
39521
  return pulumi.get(self, "tenant_id")
39481
39522
 
39482
39523
  @tenant_id.setter
@@ -0,0 +1,88 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import builtins as _builtins
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
+
17
+ accountId: Optional[str]
18
+
19
+ actionsIdTokenRequestToken: Optional[str]
20
+
21
+ actionsIdTokenRequestUrl: Optional[str]
22
+
23
+ audience: Optional[str]
24
+
25
+ authType: Optional[str]
26
+
27
+ azureClientId: Optional[str]
28
+
29
+ azureClientSecret: Optional[str]
30
+
31
+ azureEnvironment: Optional[str]
32
+
33
+ azureLoginAppId: Optional[str]
34
+
35
+ azureTenantId: Optional[str]
36
+
37
+ azureUseMsi: Optional[bool]
38
+
39
+ azureWorkspaceResourceId: Optional[str]
40
+
41
+ clientId: Optional[str]
42
+
43
+ clientSecret: Optional[str]
44
+
45
+ clusterId: Optional[str]
46
+
47
+ configFile: Optional[str]
48
+
49
+ databricksCliPath: Optional[str]
50
+
51
+ databricksIdTokenFilepath: Optional[str]
52
+
53
+ debugHeaders: Optional[bool]
54
+
55
+ debugTruncateBytes: Optional[int]
56
+
57
+ googleCredentials: Optional[str]
58
+
59
+ googleServiceAccount: Optional[str]
60
+
61
+ host: Optional[str]
62
+
63
+ httpTimeoutSeconds: Optional[int]
64
+
65
+ metadataServiceUrl: Optional[str]
66
+
67
+ oauthCallbackPort: Optional[int]
68
+
69
+ oidcTokenEnv: Optional[str]
70
+
71
+ password: Optional[str]
72
+
73
+ profile: Optional[str]
74
+
75
+ rateLimit: Optional[int]
76
+
77
+ retryTimeoutSeconds: Optional[int]
78
+
79
+ serverlessComputeId: Optional[str]
80
+
81
+ skipVerify: Optional[bool]
82
+
83
+ token: Optional[str]
84
+
85
+ username: Optional[str]
86
+
87
+ warehouseId: Optional[str]
88
+
@@ -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.88.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.88.0/docs/guides/gcp-workspace#creating-a-databricks-workspace""")
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.88.0/docs/guides/gcp-workspace#creating-a-databricks-workspace""")
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.88.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.88.0/docs/guides/gcp-workspace#creating-a-databricks-workspace""")
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.88.0/docs/guides/gcp-workspace#creating-a-databricks-workspace""")
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.88.0/docs/guides/gcp-workspace#creating-a-databricks-workspace""")
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
 
@@ -11343,6 +11343,9 @@ class JobContinuous(dict):
11343
11343
  task_retry_mode: Optional[_builtins.str] = None):
11344
11344
  """
11345
11345
  :param _builtins.str pause_status: Indicate whether this continuous job is paused or not. Either `PAUSED` or `UNPAUSED`. When the `pause_status` field is omitted in the block, the server will default to using `UNPAUSED` as a value for `pause_status`.
11346
+ :param _builtins.str task_retry_mode: Controls task level retry behaviour. Allowed values are:
11347
+ * `NEVER` (default): The failed task will not be retried.
11348
+ * `ON_FAILURE`: Retry a failed task if at least one other task in the job is still running its first attempt. When this condition is no longer met or the retry limit is reached, the job run is cancelled and a new run is started.
11346
11349
  """
11347
11350
  if pause_status is not None:
11348
11351
  pulumi.set(__self__, "pause_status", pause_status)
@@ -11360,6 +11363,11 @@ class JobContinuous(dict):
11360
11363
  @_builtins.property
11361
11364
  @pulumi.getter(name="taskRetryMode")
11362
11365
  def task_retry_mode(self) -> Optional[_builtins.str]:
11366
+ """
11367
+ Controls task level retry behaviour. Allowed values are:
11368
+ * `NEVER` (default): The failed task will not be retried.
11369
+ * `ON_FAILURE`: Retry a failed task if at least one other task in the job is still running its first attempt. When this condition is no longer met or the retry limit is reached, the job run is cancelled and a new run is started.
11370
+ """
11363
11371
  return pulumi.get(self, "task_retry_mode")
11364
11372
 
11365
11373
 
@@ -29841,13 +29849,13 @@ class MwsNetworksGcpNetworkInfo(dict):
29841
29849
 
29842
29850
  @_builtins.property
29843
29851
  @pulumi.getter(name="podIpRangeName")
29844
- @_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.88.0/docs/guides/gcp-workspace#creating-a-vpc""")
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""")
29845
29853
  def pod_ip_range_name(self) -> Optional[_builtins.str]:
29846
29854
  return pulumi.get(self, "pod_ip_range_name")
29847
29855
 
29848
29856
  @_builtins.property
29849
29857
  @pulumi.getter(name="serviceIpRangeName")
29850
- @_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.88.0/docs/guides/gcp-workspace#creating-a-vpc""")
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""")
29851
29859
  def service_ip_range_name(self) -> Optional[_builtins.str]:
29852
29860
  return pulumi.get(self, "service_ip_range_name")
29853
29861
 
@@ -30119,13 +30127,13 @@ class MwsWorkspacesGcpManagedNetworkConfig(dict):
30119
30127
 
30120
30128
  @_builtins.property
30121
30129
  @pulumi.getter(name="gkeClusterPodIpRange")
30122
- @_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.88.0/docs/guides/gcp-workspace#creating-a-databricks-workspace""")
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""")
30123
30131
  def gke_cluster_pod_ip_range(self) -> Optional[_builtins.str]:
30124
30132
  return pulumi.get(self, "gke_cluster_pod_ip_range")
30125
30133
 
30126
30134
  @_builtins.property
30127
30135
  @pulumi.getter(name="gkeClusterServiceIpRange")
30128
- @_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.88.0/docs/guides/gcp-workspace#creating-a-databricks-workspace""")
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""")
30129
30137
  def gke_cluster_service_ip_range(self) -> Optional[_builtins.str]:
30130
30138
  return pulumi.get(self, "gke_cluster_service_ip_range")
30131
30139
 
@@ -30482,6 +30490,10 @@ class NotificationDestinationConfigMicrosoftTeams(dict):
30482
30490
  url: Optional[_builtins.str] = None,
30483
30491
  url_set: Optional[_builtins.bool] = None):
30484
30492
  """
30493
+ :param _builtins.str app_id: App ID for Microsoft Teams App.
30494
+ :param _builtins.str auth_secret: Secret for Microsoft Teams App authentication.
30495
+ :param _builtins.str channel_url: Channel URL for Microsoft Teams App.
30496
+ :param _builtins.str tenant_id: Tenant ID for Microsoft Teams App.
30485
30497
  :param _builtins.str url: The Microsoft Teams webhook URL.
30486
30498
  """
30487
30499
  if app_id is not None:
@@ -30508,6 +30520,9 @@ class NotificationDestinationConfigMicrosoftTeams(dict):
30508
30520
  @_builtins.property
30509
30521
  @pulumi.getter(name="appId")
30510
30522
  def app_id(self) -> Optional[_builtins.str]:
30523
+ """
30524
+ App ID for Microsoft Teams App.
30525
+ """
30511
30526
  return pulumi.get(self, "app_id")
30512
30527
 
30513
30528
  @_builtins.property
@@ -30518,6 +30533,9 @@ class NotificationDestinationConfigMicrosoftTeams(dict):
30518
30533
  @_builtins.property
30519
30534
  @pulumi.getter(name="authSecret")
30520
30535
  def auth_secret(self) -> Optional[_builtins.str]:
30536
+ """
30537
+ Secret for Microsoft Teams App authentication.
30538
+ """
30521
30539
  return pulumi.get(self, "auth_secret")
30522
30540
 
30523
30541
  @_builtins.property
@@ -30528,6 +30546,9 @@ class NotificationDestinationConfigMicrosoftTeams(dict):
30528
30546
  @_builtins.property
30529
30547
  @pulumi.getter(name="channelUrl")
30530
30548
  def channel_url(self) -> Optional[_builtins.str]:
30549
+ """
30550
+ Channel URL for Microsoft Teams App.
30551
+ """
30531
30552
  return pulumi.get(self, "channel_url")
30532
30553
 
30533
30554
  @_builtins.property
@@ -30538,6 +30559,9 @@ class NotificationDestinationConfigMicrosoftTeams(dict):
30538
30559
  @_builtins.property
30539
30560
  @pulumi.getter(name="tenantId")
30540
30561
  def tenant_id(self) -> Optional[_builtins.str]:
30562
+ """
30563
+ Tenant ID for Microsoft Teams App.
30564
+ """
30541
30565
  return pulumi.get(self, "tenant_id")
30542
30566
 
30543
30567
  @_builtins.property
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "databricks",
4
- "version": "1.75.0-alpha.1757354185"
4
+ "version": "1.76.0"
5
5
  }
@@ -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,6 +1,6 @@
1
- Metadata-Version: 2.1
2
- Name: pulumi-databricks
3
- Version: 1.75.0a1757354185
1
+ Metadata-Version: 2.4
2
+ Name: pulumi_databricks
3
+ Version: 1.76.0
4
4
  Summary: A Pulumi package for creating and managing databricks cloud resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://www.pulumi.com
@@ -1,5 +1,5 @@
1
1
  pulumi_databricks/__init__.py,sha256=3CaqdHaMml72rj48sgQMiZRRKbVwy2ONr1ApmJVRVDo,33144
2
- pulumi_databricks/_inputs.py,sha256=7ZSXiY05O14WmDnOZbuE8gy2TRw3EP2RUmE6aXgMWos,3852700
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=M0zWQjrCxpToiuODlzpOPLjSPABYSscPvC9ToKMM98c,107897
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=1REv-n2BgWj9ueXZZcJwzvZvZ3ZXypo0yan-o1jCjaM,3074988
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=hikNynExE1SzYTh-4Oeh8fWXASHC43C0FSpiPnj0HVk,87
200
+ pulumi_databricks/pulumi-plugin.json,sha256=LuQN25bIWRHky3430kITmFpR1DXLZHh2pIhD2nSPe_E,70
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=zEJ_1-c8btwRfm2uEV_I9tmOfFuybNyI5kJ7GVFrYaw,60902
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
@@ -242,8 +242,9 @@ pulumi_databricks/workspace_file.py,sha256=XJljdEwr8KOIonpPahpMeNEi0VYx3HDky1KE8
242
242
  pulumi_databricks/workspace_network_option.py,sha256=csM2pppLQSLQS2dxJhUrQDs1TS_gckEXyPWe8lEfLzQ,13607
243
243
  pulumi_databricks/workspace_setting_v2.py,sha256=EmrTZ68uPdLQ1cXuVzzUKvyxmMGuneimVbf9cKNX3ls,54450
244
244
  pulumi_databricks/config/__init__.py,sha256=XWnQfVtc2oPapjSXXCdORFJvMpXt_SMJQASWdTRoPmc,296
245
+ pulumi_databricks/config/__init__.pyi,sha256=_PFCYOuBXO8dCC6MmZBVq_pbyacQT8NeSE-WCWQzf7Y,1630
245
246
  pulumi_databricks/config/vars.py,sha256=72ijpLu-AicKhGigCW1OsjqPsytxptFbYQcG7qOLZ4I,5017
246
- pulumi_databricks-1.75.0a1757354185.dist-info/METADATA,sha256=HXfzTEw4ZUruWP2nWhHhLfpX9wUV4EEzbGPZWOmUaZo,5089
247
- pulumi_databricks-1.75.0a1757354185.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
248
- pulumi_databricks-1.75.0a1757354185.dist-info/top_level.txt,sha256=-7icK4ByRQWvDZdDTyuHwfc-nyf7_3w8YdN_-h5wW5s,18
249
- pulumi_databricks-1.75.0a1757354185.dist-info/RECORD,,
247
+ pulumi_databricks-1.76.0.dist-info/METADATA,sha256=uMLYNiBOq59r7g8-D6rWGVoGdX1LHAmtRfVjm-57L74,5078
248
+ pulumi_databricks-1.76.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
249
+ pulumi_databricks-1.76.0.dist-info/top_level.txt,sha256=-7icK4ByRQWvDZdDTyuHwfc-nyf7_3w8YdN_-h5wW5s,18
250
+ pulumi_databricks-1.76.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.45.1)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5