pulumi-databricks 1.74.0a1753335781__py3-none-any.whl → 1.77.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.
- pulumi_databricks/__init__.py +185 -12
- pulumi_databricks/_inputs.py +30467 -20225
- pulumi_databricks/access_control_rule_set.py +28 -29
- pulumi_databricks/account_federation_policy.py +473 -0
- pulumi_databricks/account_network_policy.py +74 -43
- pulumi_databricks/account_setting_v2.py +759 -0
- pulumi_databricks/aibi_dashboard_embedding_access_policy_setting.py +30 -31
- pulumi_databricks/aibi_dashboard_embedding_approved_domains_setting.py +30 -31
- pulumi_databricks/alert.py +185 -186
- pulumi_databricks/alert_v2.py +369 -211
- pulumi_databricks/app.py +315 -209
- pulumi_databricks/apps_settings_custom_template.py +531 -0
- pulumi_databricks/artifact_allowlist.py +72 -73
- pulumi_databricks/automatic_cluster_update_workspace_setting.py +30 -31
- pulumi_databricks/budget.py +84 -85
- pulumi_databricks/budget_policy.py +75 -53
- pulumi_databricks/catalog.py +544 -225
- pulumi_databricks/catalog_workspace_binding.py +82 -83
- pulumi_databricks/cluster.py +561 -683
- pulumi_databricks/cluster_policy.py +115 -116
- pulumi_databricks/compliance_security_profile_workspace_setting.py +30 -31
- pulumi_databricks/config/__init__.py +1 -1
- pulumi_databricks/config/__init__.pyi +3 -2
- pulumi_databricks/config/vars.py +40 -37
- pulumi_databricks/connection.py +346 -211
- pulumi_databricks/credential.py +262 -263
- pulumi_databricks/custom_app_integration.py +175 -176
- pulumi_databricks/dashboard.py +207 -208
- pulumi_databricks/data_quality_monitor.py +453 -0
- pulumi_databricks/data_quality_refresh.py +492 -0
- pulumi_databricks/database_database_catalog.py +437 -0
- pulumi_databricks/database_instance.py +938 -137
- pulumi_databricks/database_synced_database_table.py +589 -0
- pulumi_databricks/dbfs_file.py +87 -84
- pulumi_databricks/default_namespace_setting.py +30 -31
- pulumi_databricks/directory.py +61 -62
- pulumi_databricks/disable_legacy_access_setting.py +109 -33
- pulumi_databricks/disable_legacy_dbfs_setting.py +58 -39
- pulumi_databricks/disable_legacy_features_setting.py +62 -37
- pulumi_databricks/enhanced_security_monitoring_workspace_setting.py +30 -31
- pulumi_databricks/entitlements.py +148 -149
- pulumi_databricks/entity_tag_assignment.py +409 -0
- pulumi_databricks/external_location.py +276 -290
- pulumi_databricks/external_metadata.py +726 -0
- pulumi_databricks/feature_engineering_feature.py +480 -0
- pulumi_databricks/feature_engineering_materialized_feature.py +397 -0
- pulumi_databricks/file.py +96 -97
- pulumi_databricks/get_account_federation_policies.py +127 -0
- pulumi_databricks/get_account_federation_policy.py +214 -0
- pulumi_databricks/get_account_network_policies.py +36 -7
- pulumi_databricks/get_account_network_policy.py +33 -29
- pulumi_databricks/get_account_setting_v2.py +331 -0
- pulumi_databricks/get_alert_v2.py +100 -84
- pulumi_databricks/get_alerts_v2.py +35 -17
- pulumi_databricks/get_app.py +31 -20
- pulumi_databricks/get_apps.py +26 -15
- pulumi_databricks/get_apps_settings_custom_template.py +207 -0
- pulumi_databricks/get_apps_settings_custom_templates.py +133 -0
- pulumi_databricks/get_aws_assume_role_policy.py +27 -28
- pulumi_databricks/get_aws_bucket_policy.py +39 -40
- pulumi_databricks/get_aws_cross_account_policy.py +47 -48
- pulumi_databricks/get_aws_unity_catalog_assume_role_policy.py +35 -36
- pulumi_databricks/get_aws_unity_catalog_policy.py +35 -36
- pulumi_databricks/get_budget_policies.py +74 -11
- pulumi_databricks/get_budget_policy.py +43 -39
- pulumi_databricks/get_catalog.py +35 -19
- pulumi_databricks/get_catalogs.py +32 -14
- pulumi_databricks/get_cluster.py +41 -25
- pulumi_databricks/get_cluster_policy.py +72 -54
- pulumi_databricks/get_clusters.py +41 -25
- pulumi_databricks/get_current_config.py +23 -24
- pulumi_databricks/get_current_metastore.py +29 -13
- pulumi_databricks/get_current_user.py +17 -18
- pulumi_databricks/get_dashboards.py +34 -15
- pulumi_databricks/get_data_quality_monitor.py +210 -0
- pulumi_databricks/get_data_quality_monitors.py +143 -0
- pulumi_databricks/get_data_quality_refresh.py +270 -0
- pulumi_databricks/get_data_quality_refreshes.py +207 -0
- pulumi_databricks/get_database_database_catalog.py +176 -0
- pulumi_databricks/get_database_database_catalogs.py +120 -0
- pulumi_databricks/get_database_instance.py +274 -50
- pulumi_databricks/get_database_instances.py +35 -11
- pulumi_databricks/get_database_synced_database_table.py +225 -0
- pulumi_databricks/get_database_synced_database_tables.py +120 -0
- pulumi_databricks/get_dbfs_file.py +19 -20
- pulumi_databricks/get_dbfs_file_paths.py +16 -17
- pulumi_databricks/get_directory.py +43 -25
- pulumi_databricks/get_entity_tag_assignment.py +202 -0
- pulumi_databricks/get_entity_tag_assignments.py +187 -0
- pulumi_databricks/get_external_location.py +35 -19
- pulumi_databricks/get_external_locations.py +32 -14
- pulumi_databricks/get_external_metadata.py +292 -0
- pulumi_databricks/get_external_metadatas.py +135 -0
- pulumi_databricks/get_feature_engineering_feature.py +179 -0
- pulumi_databricks/get_feature_engineering_features.py +103 -0
- pulumi_databricks/get_feature_engineering_materialized_feature.py +180 -0
- pulumi_databricks/get_feature_engineering_materialized_features.py +123 -0
- pulumi_databricks/get_functions.py +38 -24
- pulumi_databricks/get_group.py +85 -86
- pulumi_databricks/get_instance_pool.py +10 -11
- pulumi_databricks/get_instance_profiles.py +25 -9
- pulumi_databricks/get_job.py +22 -23
- pulumi_databricks/get_jobs.py +44 -26
- pulumi_databricks/get_materialized_features_feature_tag.py +102 -0
- pulumi_databricks/get_materialized_features_feature_tags.py +133 -0
- pulumi_databricks/get_metastore.py +28 -29
- pulumi_databricks/get_metastores.py +9 -10
- pulumi_databricks/get_mlflow_experiment.py +62 -46
- pulumi_databricks/get_mlflow_model.py +47 -31
- pulumi_databricks/get_mlflow_models.py +32 -14
- pulumi_databricks/get_mws_credentials.py +9 -10
- pulumi_databricks/get_mws_network_connectivity_config.py +40 -41
- pulumi_databricks/get_mws_network_connectivity_configs.py +15 -16
- pulumi_databricks/get_mws_workspaces.py +5 -6
- pulumi_databricks/get_node_type.py +123 -87
- pulumi_databricks/get_notebook.py +37 -38
- pulumi_databricks/get_notebook_paths.py +16 -17
- pulumi_databricks/get_notification_destinations.py +33 -18
- pulumi_databricks/get_online_store.py +36 -27
- pulumi_databricks/get_online_stores.py +33 -13
- pulumi_databricks/get_pipelines.py +49 -31
- pulumi_databricks/get_policy_info.py +338 -0
- pulumi_databricks/get_policy_infos.py +169 -0
- pulumi_databricks/get_quality_monitor_v2.py +21 -18
- pulumi_databricks/get_quality_monitors_v2.py +26 -8
- pulumi_databricks/get_registered_model.py +41 -27
- pulumi_databricks/get_registered_model_versions.py +29 -15
- pulumi_databricks/get_rfa_access_request_destinations.py +126 -0
- pulumi_databricks/get_schema.py +32 -16
- pulumi_databricks/get_schemas.py +38 -20
- pulumi_databricks/get_service_principal.py +80 -58
- pulumi_databricks/get_service_principal_federation_policies.py +151 -0
- pulumi_databricks/get_service_principal_federation_policy.py +220 -0
- pulumi_databricks/get_service_principals.py +16 -17
- pulumi_databricks/get_serving_endpoints.py +23 -9
- pulumi_databricks/get_share.py +130 -32
- pulumi_databricks/get_shares.py +29 -11
- pulumi_databricks/get_spark_version.py +87 -69
- pulumi_databricks/get_sql_warehouse.py +124 -110
- pulumi_databricks/get_sql_warehouses.py +37 -19
- pulumi_databricks/get_storage_credential.py +32 -16
- pulumi_databricks/get_storage_credentials.py +32 -14
- pulumi_databricks/get_table.py +30 -14
- pulumi_databricks/get_tables.py +41 -23
- pulumi_databricks/get_tag_policies.py +139 -0
- pulumi_databricks/get_tag_policy.py +175 -0
- pulumi_databricks/get_user.py +33 -34
- pulumi_databricks/get_views.py +41 -23
- pulumi_databricks/get_volume.py +32 -16
- pulumi_databricks/get_volumes.py +41 -23
- pulumi_databricks/get_workspace_network_option.py +45 -26
- pulumi_databricks/get_workspace_setting_v2.py +331 -0
- pulumi_databricks/get_zones.py +39 -21
- pulumi_databricks/git_credential.py +242 -76
- pulumi_databricks/global_init_script.py +99 -100
- pulumi_databricks/grant.py +215 -212
- pulumi_databricks/grants.py +200 -211
- pulumi_databricks/group.py +176 -177
- pulumi_databricks/group_instance_profile.py +37 -38
- pulumi_databricks/group_member.py +37 -38
- pulumi_databricks/group_role.py +37 -38
- pulumi_databricks/instance_pool.py +168 -169
- pulumi_databricks/instance_profile.py +69 -70
- pulumi_databricks/ip_access_list.py +71 -72
- pulumi_databricks/job.py +426 -346
- pulumi_databricks/lakehouse_monitor.py +199 -200
- pulumi_databricks/library.py +264 -99
- pulumi_databricks/materialized_features_feature_tag.py +213 -0
- pulumi_databricks/metastore.py +254 -255
- pulumi_databricks/metastore_assignment.py +52 -53
- pulumi_databricks/metastore_data_access.py +153 -154
- pulumi_databricks/metastore_provider.py +69 -70
- pulumi_databricks/mlflow_experiment.py +108 -109
- pulumi_databricks/mlflow_model.py +45 -46
- pulumi_databricks/mlflow_webhook.py +75 -76
- pulumi_databricks/model_serving.py +195 -74
- pulumi_databricks/model_serving_provisioned_throughput.py +100 -54
- pulumi_databricks/mount.py +103 -104
- pulumi_databricks/mws_credentials.py +99 -100
- pulumi_databricks/mws_customer_managed_keys.py +75 -76
- pulumi_databricks/mws_log_delivery.py +188 -189
- pulumi_databricks/mws_ncc_binding.py +35 -36
- pulumi_databricks/mws_ncc_private_endpoint_rule.py +312 -289
- pulumi_databricks/mws_network_connectivity_config.py +136 -98
- pulumi_databricks/mws_networks.py +159 -160
- pulumi_databricks/mws_permission_assignment.py +70 -71
- pulumi_databricks/mws_private_access_settings.py +116 -117
- pulumi_databricks/mws_storage_configurations.py +74 -75
- pulumi_databricks/mws_vpc_endpoint.py +149 -150
- pulumi_databricks/mws_workspaces.py +464 -418
- pulumi_databricks/notebook.py +143 -144
- pulumi_databricks/notification_destination.py +38 -39
- pulumi_databricks/obo_token.py +63 -64
- pulumi_databricks/online_store.py +121 -70
- pulumi_databricks/online_table.py +41 -42
- pulumi_databricks/outputs.py +47821 -30802
- pulumi_databricks/permission_assignment.py +298 -57
- pulumi_databricks/permissions.py +523 -362
- pulumi_databricks/pipeline.py +515 -480
- pulumi_databricks/policy_info.py +916 -0
- pulumi_databricks/provider.py +283 -269
- pulumi_databricks/pulumi-plugin.json +1 -1
- pulumi_databricks/quality_monitor.py +263 -217
- pulumi_databricks/quality_monitor_v2.py +49 -46
- pulumi_databricks/query.py +227 -228
- pulumi_databricks/recipient.py +208 -209
- pulumi_databricks/registered_model.py +393 -122
- pulumi_databricks/repo.py +117 -118
- pulumi_databricks/restrict_workspace_admins_setting.py +30 -31
- pulumi_databricks/rfa_access_request_destinations.py +286 -0
- pulumi_databricks/schema.py +159 -160
- pulumi_databricks/secret.py +72 -73
- pulumi_databricks/secret_acl.py +52 -53
- pulumi_databricks/secret_scope.py +55 -56
- pulumi_databricks/service_principal.py +279 -278
- pulumi_databricks/service_principal_federation_policy.py +469 -0
- pulumi_databricks/service_principal_role.py +35 -36
- pulumi_databricks/service_principal_secret.py +156 -157
- pulumi_databricks/share.py +186 -187
- pulumi_databricks/sql_alert.py +98 -99
- pulumi_databricks/sql_dashboard.py +94 -95
- pulumi_databricks/sql_endpoint.py +298 -266
- pulumi_databricks/sql_global_config.py +103 -104
- pulumi_databricks/sql_permissions.py +121 -122
- pulumi_databricks/sql_query.py +150 -151
- pulumi_databricks/sql_table.py +310 -283
- pulumi_databricks/sql_visualization.py +92 -93
- pulumi_databricks/sql_widget.py +91 -88
- pulumi_databricks/storage_credential.py +236 -184
- pulumi_databricks/system_schema.py +50 -51
- pulumi_databricks/table.py +147 -148
- pulumi_databricks/tag_policy.py +357 -0
- pulumi_databricks/token.py +83 -84
- pulumi_databricks/user.py +284 -285
- pulumi_databricks/user_instance_profile.py +35 -36
- pulumi_databricks/user_role.py +35 -36
- pulumi_databricks/vector_search_endpoint.py +117 -118
- pulumi_databricks/vector_search_index.py +86 -87
- pulumi_databricks/volume.py +129 -130
- pulumi_databricks/workspace_binding.py +82 -131
- pulumi_databricks/workspace_conf.py +18 -19
- pulumi_databricks/workspace_file.py +100 -101
- pulumi_databricks/workspace_network_option.py +89 -40
- pulumi_databricks/workspace_setting_v2.py +759 -0
- {pulumi_databricks-1.74.0a1753335781.dist-info → pulumi_databricks-1.77.0.dist-info}/METADATA +1 -1
- pulumi_databricks-1.77.0.dist-info/RECORD +250 -0
- pulumi_databricks/get_recipient_federation_policies.py +0 -83
- pulumi_databricks/get_recipient_federation_policy.py +0 -166
- pulumi_databricks/recipient_federation_policy.py +0 -347
- pulumi_databricks-1.74.0a1753335781.dist-info/RECORD +0 -205
- {pulumi_databricks-1.74.0a1753335781.dist-info → pulumi_databricks-1.77.0.dist-info}/WHEEL +0 -0
- {pulumi_databricks-1.74.0a1753335781.dist-info → pulumi_databricks-1.77.0.dist-info}/top_level.txt +0 -0
|
@@ -2,8 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
-
import builtins
|
|
6
|
-
import copy
|
|
5
|
+
import builtins as _builtins
|
|
7
6
|
import warnings
|
|
8
7
|
import sys
|
|
9
8
|
import pulumi
|
|
@@ -15,6 +14,7 @@ else:
|
|
|
15
14
|
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
16
15
|
from . import _utilities
|
|
17
16
|
from . import outputs
|
|
17
|
+
from ._inputs import *
|
|
18
18
|
|
|
19
19
|
__all__ = [
|
|
20
20
|
'GetNotificationDestinationsResult',
|
|
@@ -28,7 +28,7 @@ class GetNotificationDestinationsResult:
|
|
|
28
28
|
"""
|
|
29
29
|
A collection of values returned by getNotificationDestinations.
|
|
30
30
|
"""
|
|
31
|
-
def __init__(__self__, display_name_contains=None, id=None, notification_destinations=None, type=None):
|
|
31
|
+
def __init__(__self__, display_name_contains=None, id=None, notification_destinations=None, provider_config=None, type=None):
|
|
32
32
|
if display_name_contains and not isinstance(display_name_contains, str):
|
|
33
33
|
raise TypeError("Expected argument 'display_name_contains' to be a str")
|
|
34
34
|
pulumi.set(__self__, "display_name_contains", display_name_contains)
|
|
@@ -38,24 +38,27 @@ class GetNotificationDestinationsResult:
|
|
|
38
38
|
if notification_destinations and not isinstance(notification_destinations, list):
|
|
39
39
|
raise TypeError("Expected argument 'notification_destinations' to be a list")
|
|
40
40
|
pulumi.set(__self__, "notification_destinations", notification_destinations)
|
|
41
|
+
if provider_config and not isinstance(provider_config, dict):
|
|
42
|
+
raise TypeError("Expected argument 'provider_config' to be a dict")
|
|
43
|
+
pulumi.set(__self__, "provider_config", provider_config)
|
|
41
44
|
if type and not isinstance(type, str):
|
|
42
45
|
raise TypeError("Expected argument 'type' to be a str")
|
|
43
46
|
pulumi.set(__self__, "type", type)
|
|
44
47
|
|
|
45
|
-
@property
|
|
48
|
+
@_builtins.property
|
|
46
49
|
@pulumi.getter(name="displayNameContains")
|
|
47
|
-
def display_name_contains(self) -> Optional[
|
|
50
|
+
def display_name_contains(self) -> Optional[_builtins.str]:
|
|
48
51
|
return pulumi.get(self, "display_name_contains")
|
|
49
52
|
|
|
50
|
-
@property
|
|
53
|
+
@_builtins.property
|
|
51
54
|
@pulumi.getter
|
|
52
|
-
def id(self) ->
|
|
55
|
+
def id(self) -> _builtins.str:
|
|
53
56
|
"""
|
|
54
57
|
The provider-assigned unique ID for this managed resource.
|
|
55
58
|
"""
|
|
56
59
|
return pulumi.get(self, "id")
|
|
57
60
|
|
|
58
|
-
@property
|
|
61
|
+
@_builtins.property
|
|
59
62
|
@pulumi.getter(name="notificationDestinations")
|
|
60
63
|
def notification_destinations(self) -> Sequence['outputs.GetNotificationDestinationsNotificationDestinationResult']:
|
|
61
64
|
"""
|
|
@@ -63,9 +66,14 @@ class GetNotificationDestinationsResult:
|
|
|
63
66
|
"""
|
|
64
67
|
return pulumi.get(self, "notification_destinations")
|
|
65
68
|
|
|
66
|
-
@property
|
|
69
|
+
@_builtins.property
|
|
70
|
+
@pulumi.getter(name="providerConfig")
|
|
71
|
+
def provider_config(self) -> Optional['outputs.GetNotificationDestinationsProviderConfigResult']:
|
|
72
|
+
return pulumi.get(self, "provider_config")
|
|
73
|
+
|
|
74
|
+
@_builtins.property
|
|
67
75
|
@pulumi.getter
|
|
68
|
-
def type(self) -> Optional[
|
|
76
|
+
def type(self) -> Optional[_builtins.str]:
|
|
69
77
|
return pulumi.get(self, "type")
|
|
70
78
|
|
|
71
79
|
|
|
@@ -78,11 +86,13 @@ class AwaitableGetNotificationDestinationsResult(GetNotificationDestinationsResu
|
|
|
78
86
|
display_name_contains=self.display_name_contains,
|
|
79
87
|
id=self.id,
|
|
80
88
|
notification_destinations=self.notification_destinations,
|
|
89
|
+
provider_config=self.provider_config,
|
|
81
90
|
type=self.type)
|
|
82
91
|
|
|
83
92
|
|
|
84
|
-
def get_notification_destinations(display_name_contains: Optional[
|
|
85
|
-
|
|
93
|
+
def get_notification_destinations(display_name_contains: Optional[_builtins.str] = None,
|
|
94
|
+
provider_config: Optional[Union['GetNotificationDestinationsProviderConfigArgs', 'GetNotificationDestinationsProviderConfigArgsDict']] = None,
|
|
95
|
+
type: Optional[_builtins.str] = None,
|
|
86
96
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetNotificationDestinationsResult:
|
|
87
97
|
"""
|
|
88
98
|
This data source allows you to retrieve information about [Notification Destinations](https://docs.databricks.com/api/workspace/notificationdestinations). Notification Destinations are used to send notifications for query alerts and jobs to external systems such as email, Slack, Microsoft Teams, PagerDuty, or generic webhooks.
|
|
@@ -117,8 +127,8 @@ def get_notification_destinations(display_name_contains: Optional[builtins.str]
|
|
|
117
127
|
```
|
|
118
128
|
|
|
119
129
|
|
|
120
|
-
:param
|
|
121
|
-
:param
|
|
130
|
+
:param _builtins.str display_name_contains: A **case-insensitive** substring to filter Notification Destinations by their display name.
|
|
131
|
+
:param _builtins.str type: The type of the Notification Destination to filter by. Valid values are:
|
|
122
132
|
* `EMAIL` - Filters Notification Destinations of type Email.
|
|
123
133
|
* `MICROSOFT_TEAMS` - Filters Notification Destinations of type Microsoft Teams.
|
|
124
134
|
* `PAGERDUTY` - Filters Notification Destinations of type PagerDuty.
|
|
@@ -127,6 +137,7 @@ def get_notification_destinations(display_name_contains: Optional[builtins.str]
|
|
|
127
137
|
"""
|
|
128
138
|
__args__ = dict()
|
|
129
139
|
__args__['displayNameContains'] = display_name_contains
|
|
140
|
+
__args__['providerConfig'] = provider_config
|
|
130
141
|
__args__['type'] = type
|
|
131
142
|
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
132
143
|
__ret__ = pulumi.runtime.invoke('databricks:index/getNotificationDestinations:getNotificationDestinations', __args__, opts=opts, typ=GetNotificationDestinationsResult).value
|
|
@@ -135,9 +146,11 @@ def get_notification_destinations(display_name_contains: Optional[builtins.str]
|
|
|
135
146
|
display_name_contains=pulumi.get(__ret__, 'display_name_contains'),
|
|
136
147
|
id=pulumi.get(__ret__, 'id'),
|
|
137
148
|
notification_destinations=pulumi.get(__ret__, 'notification_destinations'),
|
|
149
|
+
provider_config=pulumi.get(__ret__, 'provider_config'),
|
|
138
150
|
type=pulumi.get(__ret__, 'type'))
|
|
139
|
-
def get_notification_destinations_output(display_name_contains: Optional[pulumi.Input[Optional[
|
|
140
|
-
|
|
151
|
+
def get_notification_destinations_output(display_name_contains: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
152
|
+
provider_config: Optional[pulumi.Input[Optional[Union['GetNotificationDestinationsProviderConfigArgs', 'GetNotificationDestinationsProviderConfigArgsDict']]]] = None,
|
|
153
|
+
type: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
141
154
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetNotificationDestinationsResult]:
|
|
142
155
|
"""
|
|
143
156
|
This data source allows you to retrieve information about [Notification Destinations](https://docs.databricks.com/api/workspace/notificationdestinations). Notification Destinations are used to send notifications for query alerts and jobs to external systems such as email, Slack, Microsoft Teams, PagerDuty, or generic webhooks.
|
|
@@ -172,8 +185,8 @@ def get_notification_destinations_output(display_name_contains: Optional[pulumi.
|
|
|
172
185
|
```
|
|
173
186
|
|
|
174
187
|
|
|
175
|
-
:param
|
|
176
|
-
:param
|
|
188
|
+
:param _builtins.str display_name_contains: A **case-insensitive** substring to filter Notification Destinations by their display name.
|
|
189
|
+
:param _builtins.str type: The type of the Notification Destination to filter by. Valid values are:
|
|
177
190
|
* `EMAIL` - Filters Notification Destinations of type Email.
|
|
178
191
|
* `MICROSOFT_TEAMS` - Filters Notification Destinations of type Microsoft Teams.
|
|
179
192
|
* `PAGERDUTY` - Filters Notification Destinations of type PagerDuty.
|
|
@@ -182,6 +195,7 @@ def get_notification_destinations_output(display_name_contains: Optional[pulumi.
|
|
|
182
195
|
"""
|
|
183
196
|
__args__ = dict()
|
|
184
197
|
__args__['displayNameContains'] = display_name_contains
|
|
198
|
+
__args__['providerConfig'] = provider_config
|
|
185
199
|
__args__['type'] = type
|
|
186
200
|
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
187
201
|
__ret__ = pulumi.runtime.invoke_output('databricks:index/getNotificationDestinations:getNotificationDestinations', __args__, opts=opts, typ=GetNotificationDestinationsResult)
|
|
@@ -189,4 +203,5 @@ def get_notification_destinations_output(display_name_contains: Optional[pulumi.
|
|
|
189
203
|
display_name_contains=pulumi.get(__response__, 'display_name_contains'),
|
|
190
204
|
id=pulumi.get(__response__, 'id'),
|
|
191
205
|
notification_destinations=pulumi.get(__response__, 'notification_destinations'),
|
|
206
|
+
provider_config=pulumi.get(__response__, 'provider_config'),
|
|
192
207
|
type=pulumi.get(__response__, 'type')))
|
|
@@ -2,8 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
-
import builtins
|
|
6
|
-
import copy
|
|
5
|
+
import builtins as _builtins
|
|
7
6
|
import warnings
|
|
8
7
|
import sys
|
|
9
8
|
import pulumi
|
|
@@ -27,7 +26,7 @@ class GetOnlineStoreResult:
|
|
|
27
26
|
"""
|
|
28
27
|
A collection of values returned by getOnlineStore.
|
|
29
28
|
"""
|
|
30
|
-
def __init__(__self__, capacity=None, creation_time=None, creator=None, id=None, name=None, state=None):
|
|
29
|
+
def __init__(__self__, capacity=None, creation_time=None, creator=None, id=None, name=None, read_replica_count=None, state=None):
|
|
31
30
|
if capacity and not isinstance(capacity, str):
|
|
32
31
|
raise TypeError("Expected argument 'capacity' to be a str")
|
|
33
32
|
pulumi.set(__self__, "capacity", capacity)
|
|
@@ -43,53 +42,64 @@ class GetOnlineStoreResult:
|
|
|
43
42
|
if name and not isinstance(name, str):
|
|
44
43
|
raise TypeError("Expected argument 'name' to be a str")
|
|
45
44
|
pulumi.set(__self__, "name", name)
|
|
45
|
+
if read_replica_count and not isinstance(read_replica_count, int):
|
|
46
|
+
raise TypeError("Expected argument 'read_replica_count' to be a int")
|
|
47
|
+
pulumi.set(__self__, "read_replica_count", read_replica_count)
|
|
46
48
|
if state and not isinstance(state, str):
|
|
47
49
|
raise TypeError("Expected argument 'state' to be a str")
|
|
48
50
|
pulumi.set(__self__, "state", state)
|
|
49
51
|
|
|
50
|
-
@property
|
|
52
|
+
@_builtins.property
|
|
51
53
|
@pulumi.getter
|
|
52
|
-
def capacity(self) ->
|
|
54
|
+
def capacity(self) -> _builtins.str:
|
|
53
55
|
"""
|
|
54
56
|
(string) - The capacity of the online store. Valid values are "CU_1", "CU_2", "CU_4", "CU_8"
|
|
55
57
|
"""
|
|
56
58
|
return pulumi.get(self, "capacity")
|
|
57
59
|
|
|
58
|
-
@property
|
|
60
|
+
@_builtins.property
|
|
59
61
|
@pulumi.getter(name="creationTime")
|
|
60
|
-
def creation_time(self) ->
|
|
62
|
+
def creation_time(self) -> _builtins.str:
|
|
61
63
|
"""
|
|
62
64
|
(string) - The timestamp when the online store was created
|
|
63
65
|
"""
|
|
64
66
|
return pulumi.get(self, "creation_time")
|
|
65
67
|
|
|
66
|
-
@property
|
|
68
|
+
@_builtins.property
|
|
67
69
|
@pulumi.getter
|
|
68
|
-
def creator(self) ->
|
|
70
|
+
def creator(self) -> _builtins.str:
|
|
69
71
|
"""
|
|
70
72
|
(string) - The email of the creator of the online store
|
|
71
73
|
"""
|
|
72
74
|
return pulumi.get(self, "creator")
|
|
73
75
|
|
|
74
|
-
@property
|
|
76
|
+
@_builtins.property
|
|
75
77
|
@pulumi.getter
|
|
76
|
-
def id(self) ->
|
|
78
|
+
def id(self) -> _builtins.str:
|
|
77
79
|
"""
|
|
78
80
|
The provider-assigned unique ID for this managed resource.
|
|
79
81
|
"""
|
|
80
82
|
return pulumi.get(self, "id")
|
|
81
83
|
|
|
82
|
-
@property
|
|
84
|
+
@_builtins.property
|
|
83
85
|
@pulumi.getter
|
|
84
|
-
def name(self) ->
|
|
86
|
+
def name(self) -> _builtins.str:
|
|
85
87
|
"""
|
|
86
88
|
(string) - The name of the online store. This is the unique identifier for the online store
|
|
87
89
|
"""
|
|
88
90
|
return pulumi.get(self, "name")
|
|
89
91
|
|
|
90
|
-
@property
|
|
92
|
+
@_builtins.property
|
|
93
|
+
@pulumi.getter(name="readReplicaCount")
|
|
94
|
+
def read_replica_count(self) -> _builtins.int:
|
|
95
|
+
"""
|
|
96
|
+
(integer) - The number of read replicas for the online store. Defaults to 0
|
|
97
|
+
"""
|
|
98
|
+
return pulumi.get(self, "read_replica_count")
|
|
99
|
+
|
|
100
|
+
@_builtins.property
|
|
91
101
|
@pulumi.getter
|
|
92
|
-
def state(self) ->
|
|
102
|
+
def state(self) -> _builtins.str:
|
|
93
103
|
"""
|
|
94
104
|
(string) - The current state of the online store. Possible values are: `AVAILABLE`, `DELETING`, `FAILING_OVER`, `STARTING`, `STOPPED`, `UPDATING`
|
|
95
105
|
"""
|
|
@@ -107,20 +117,19 @@ class AwaitableGetOnlineStoreResult(GetOnlineStoreResult):
|
|
|
107
117
|
creator=self.creator,
|
|
108
118
|
id=self.id,
|
|
109
119
|
name=self.name,
|
|
120
|
+
read_replica_count=self.read_replica_count,
|
|
110
121
|
state=self.state)
|
|
111
122
|
|
|
112
123
|
|
|
113
|
-
def get_online_store(
|
|
114
|
-
name: Optional[builtins.str] = None,
|
|
124
|
+
def get_online_store(name: Optional[_builtins.str] = None,
|
|
115
125
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetOnlineStoreResult:
|
|
116
126
|
"""
|
|
117
|
-
|
|
127
|
+
[](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
118
128
|
|
|
119
|
-
|
|
120
|
-
:param
|
|
129
|
+
|
|
130
|
+
:param _builtins.str name: The name of the online store. This is the unique identifier for the online store
|
|
121
131
|
"""
|
|
122
132
|
__args__ = dict()
|
|
123
|
-
__args__['capacity'] = capacity
|
|
124
133
|
__args__['name'] = name
|
|
125
134
|
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
126
135
|
__ret__ = pulumi.runtime.invoke('databricks:index/getOnlineStore:getOnlineStore', __args__, opts=opts, typ=GetOnlineStoreResult).value
|
|
@@ -131,18 +140,17 @@ def get_online_store(capacity: Optional[builtins.str] = None,
|
|
|
131
140
|
creator=pulumi.get(__ret__, 'creator'),
|
|
132
141
|
id=pulumi.get(__ret__, 'id'),
|
|
133
142
|
name=pulumi.get(__ret__, 'name'),
|
|
143
|
+
read_replica_count=pulumi.get(__ret__, 'read_replica_count'),
|
|
134
144
|
state=pulumi.get(__ret__, 'state'))
|
|
135
|
-
def get_online_store_output(
|
|
136
|
-
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
145
|
+
def get_online_store_output(name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
137
146
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetOnlineStoreResult]:
|
|
138
147
|
"""
|
|
139
|
-
|
|
148
|
+
[](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
149
|
+
|
|
140
150
|
|
|
141
|
-
:param
|
|
142
|
-
:param builtins.str name: The name of the online store. This is the unique identifier for the online store
|
|
151
|
+
:param _builtins.str name: The name of the online store. This is the unique identifier for the online store
|
|
143
152
|
"""
|
|
144
153
|
__args__ = dict()
|
|
145
|
-
__args__['capacity'] = capacity
|
|
146
154
|
__args__['name'] = name
|
|
147
155
|
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
148
156
|
__ret__ = pulumi.runtime.invoke_output('databricks:index/getOnlineStore:getOnlineStore', __args__, opts=opts, typ=GetOnlineStoreResult)
|
|
@@ -152,4 +160,5 @@ def get_online_store_output(capacity: Optional[pulumi.Input[Optional[builtins.st
|
|
|
152
160
|
creator=pulumi.get(__response__, 'creator'),
|
|
153
161
|
id=pulumi.get(__response__, 'id'),
|
|
154
162
|
name=pulumi.get(__response__, 'name'),
|
|
163
|
+
read_replica_count=pulumi.get(__response__, 'read_replica_count'),
|
|
155
164
|
state=pulumi.get(__response__, 'state')))
|
|
@@ -2,8 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
-
import builtins
|
|
6
|
-
import copy
|
|
5
|
+
import builtins as _builtins
|
|
7
6
|
import warnings
|
|
8
7
|
import sys
|
|
9
8
|
import pulumi
|
|
@@ -28,27 +27,35 @@ class GetOnlineStoresResult:
|
|
|
28
27
|
"""
|
|
29
28
|
A collection of values returned by getOnlineStores.
|
|
30
29
|
"""
|
|
31
|
-
def __init__(__self__, id=None, online_stores=None):
|
|
30
|
+
def __init__(__self__, id=None, online_stores=None, page_size=None):
|
|
32
31
|
if id and not isinstance(id, str):
|
|
33
32
|
raise TypeError("Expected argument 'id' to be a str")
|
|
34
33
|
pulumi.set(__self__, "id", id)
|
|
35
34
|
if online_stores and not isinstance(online_stores, list):
|
|
36
35
|
raise TypeError("Expected argument 'online_stores' to be a list")
|
|
37
36
|
pulumi.set(__self__, "online_stores", online_stores)
|
|
37
|
+
if page_size and not isinstance(page_size, int):
|
|
38
|
+
raise TypeError("Expected argument 'page_size' to be a int")
|
|
39
|
+
pulumi.set(__self__, "page_size", page_size)
|
|
38
40
|
|
|
39
|
-
@property
|
|
41
|
+
@_builtins.property
|
|
40
42
|
@pulumi.getter
|
|
41
|
-
def id(self) ->
|
|
43
|
+
def id(self) -> _builtins.str:
|
|
42
44
|
"""
|
|
43
45
|
The provider-assigned unique ID for this managed resource.
|
|
44
46
|
"""
|
|
45
47
|
return pulumi.get(self, "id")
|
|
46
48
|
|
|
47
|
-
@property
|
|
49
|
+
@_builtins.property
|
|
48
50
|
@pulumi.getter(name="onlineStores")
|
|
49
51
|
def online_stores(self) -> Sequence['outputs.GetOnlineStoresOnlineStoreResult']:
|
|
50
52
|
return pulumi.get(self, "online_stores")
|
|
51
53
|
|
|
54
|
+
@_builtins.property
|
|
55
|
+
@pulumi.getter(name="pageSize")
|
|
56
|
+
def page_size(self) -> Optional[_builtins.int]:
|
|
57
|
+
return pulumi.get(self, "page_size")
|
|
58
|
+
|
|
52
59
|
|
|
53
60
|
class AwaitableGetOnlineStoresResult(GetOnlineStoresResult):
|
|
54
61
|
# pylint: disable=using-constant-test
|
|
@@ -57,27 +64,40 @@ class AwaitableGetOnlineStoresResult(GetOnlineStoresResult):
|
|
|
57
64
|
yield self
|
|
58
65
|
return GetOnlineStoresResult(
|
|
59
66
|
id=self.id,
|
|
60
|
-
online_stores=self.online_stores
|
|
67
|
+
online_stores=self.online_stores,
|
|
68
|
+
page_size=self.page_size)
|
|
61
69
|
|
|
62
70
|
|
|
63
|
-
def get_online_stores(
|
|
71
|
+
def get_online_stores(page_size: Optional[_builtins.int] = None,
|
|
72
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetOnlineStoresResult:
|
|
64
73
|
"""
|
|
65
|
-
|
|
74
|
+
[](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
:param _builtins.int page_size: The maximum number of results to return. Defaults to 100 if not specified
|
|
66
78
|
"""
|
|
67
79
|
__args__ = dict()
|
|
80
|
+
__args__['pageSize'] = page_size
|
|
68
81
|
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
69
82
|
__ret__ = pulumi.runtime.invoke('databricks:index/getOnlineStores:getOnlineStores', __args__, opts=opts, typ=GetOnlineStoresResult).value
|
|
70
83
|
|
|
71
84
|
return AwaitableGetOnlineStoresResult(
|
|
72
85
|
id=pulumi.get(__ret__, 'id'),
|
|
73
|
-
online_stores=pulumi.get(__ret__, 'online_stores')
|
|
74
|
-
|
|
86
|
+
online_stores=pulumi.get(__ret__, 'online_stores'),
|
|
87
|
+
page_size=pulumi.get(__ret__, 'page_size'))
|
|
88
|
+
def get_online_stores_output(page_size: Optional[pulumi.Input[Optional[_builtins.int]]] = None,
|
|
89
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetOnlineStoresResult]:
|
|
75
90
|
"""
|
|
76
|
-
|
|
91
|
+
[](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
:param _builtins.int page_size: The maximum number of results to return. Defaults to 100 if not specified
|
|
77
95
|
"""
|
|
78
96
|
__args__ = dict()
|
|
97
|
+
__args__['pageSize'] = page_size
|
|
79
98
|
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
80
99
|
__ret__ = pulumi.runtime.invoke_output('databricks:index/getOnlineStores:getOnlineStores', __args__, opts=opts, typ=GetOnlineStoresResult)
|
|
81
100
|
return __ret__.apply(lambda __response__: GetOnlineStoresResult(
|
|
82
101
|
id=pulumi.get(__response__, 'id'),
|
|
83
|
-
online_stores=pulumi.get(__response__, 'online_stores')
|
|
102
|
+
online_stores=pulumi.get(__response__, 'online_stores'),
|
|
103
|
+
page_size=pulumi.get(__response__, 'page_size')))
|
|
@@ -2,8 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
-
import builtins
|
|
6
|
-
import copy
|
|
5
|
+
import builtins as _builtins
|
|
7
6
|
import warnings
|
|
8
7
|
import sys
|
|
9
8
|
import pulumi
|
|
@@ -14,6 +13,8 @@ if sys.version_info >= (3, 11):
|
|
|
14
13
|
else:
|
|
15
14
|
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
16
15
|
from . import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
from ._inputs import *
|
|
17
18
|
|
|
18
19
|
__all__ = [
|
|
19
20
|
'GetPipelinesResult',
|
|
@@ -27,7 +28,7 @@ class GetPipelinesResult:
|
|
|
27
28
|
"""
|
|
28
29
|
A collection of values returned by getPipelines.
|
|
29
30
|
"""
|
|
30
|
-
def __init__(__self__, id=None, ids=None, pipeline_name=None):
|
|
31
|
+
def __init__(__self__, id=None, ids=None, pipeline_name=None, provider_config=None):
|
|
31
32
|
if id and not isinstance(id, str):
|
|
32
33
|
raise TypeError("Expected argument 'id' to be a str")
|
|
33
34
|
pulumi.set(__self__, "id", id)
|
|
@@ -37,28 +38,36 @@ class GetPipelinesResult:
|
|
|
37
38
|
if pipeline_name and not isinstance(pipeline_name, str):
|
|
38
39
|
raise TypeError("Expected argument 'pipeline_name' to be a str")
|
|
39
40
|
pulumi.set(__self__, "pipeline_name", pipeline_name)
|
|
41
|
+
if provider_config and not isinstance(provider_config, dict):
|
|
42
|
+
raise TypeError("Expected argument 'provider_config' to be a dict")
|
|
43
|
+
pulumi.set(__self__, "provider_config", provider_config)
|
|
40
44
|
|
|
41
|
-
@property
|
|
45
|
+
@_builtins.property
|
|
42
46
|
@pulumi.getter
|
|
43
|
-
def id(self) ->
|
|
47
|
+
def id(self) -> _builtins.str:
|
|
44
48
|
"""
|
|
45
49
|
The provider-assigned unique ID for this managed resource.
|
|
46
50
|
"""
|
|
47
51
|
return pulumi.get(self, "id")
|
|
48
52
|
|
|
49
|
-
@property
|
|
53
|
+
@_builtins.property
|
|
50
54
|
@pulumi.getter
|
|
51
|
-
def ids(self) -> Sequence[
|
|
55
|
+
def ids(self) -> Sequence[_builtins.str]:
|
|
52
56
|
"""
|
|
53
|
-
List of ids for [
|
|
57
|
+
List of ids for [Lakeflow Declarative Pipelines](https://docs.databricks.com/aws/en/dlt) pipelines matching the provided search criteria.
|
|
54
58
|
"""
|
|
55
59
|
return pulumi.get(self, "ids")
|
|
56
60
|
|
|
57
|
-
@property
|
|
61
|
+
@_builtins.property
|
|
58
62
|
@pulumi.getter(name="pipelineName")
|
|
59
|
-
def pipeline_name(self) -> Optional[
|
|
63
|
+
def pipeline_name(self) -> Optional[_builtins.str]:
|
|
60
64
|
return pulumi.get(self, "pipeline_name")
|
|
61
65
|
|
|
66
|
+
@_builtins.property
|
|
67
|
+
@pulumi.getter(name="providerConfig")
|
|
68
|
+
def provider_config(self) -> Optional['outputs.GetPipelinesProviderConfigResult']:
|
|
69
|
+
return pulumi.get(self, "provider_config")
|
|
70
|
+
|
|
62
71
|
|
|
63
72
|
class AwaitableGetPipelinesResult(GetPipelinesResult):
|
|
64
73
|
# pylint: disable=using-constant-test
|
|
@@ -68,20 +77,22 @@ class AwaitableGetPipelinesResult(GetPipelinesResult):
|
|
|
68
77
|
return GetPipelinesResult(
|
|
69
78
|
id=self.id,
|
|
70
79
|
ids=self.ids,
|
|
71
|
-
pipeline_name=self.pipeline_name
|
|
80
|
+
pipeline_name=self.pipeline_name,
|
|
81
|
+
provider_config=self.provider_config)
|
|
72
82
|
|
|
73
83
|
|
|
74
|
-
def get_pipelines(ids: Optional[Sequence[
|
|
75
|
-
pipeline_name: Optional[
|
|
84
|
+
def get_pipelines(ids: Optional[Sequence[_builtins.str]] = None,
|
|
85
|
+
pipeline_name: Optional[_builtins.str] = None,
|
|
86
|
+
provider_config: Optional[Union['GetPipelinesProviderConfigArgs', 'GetPipelinesProviderConfigArgsDict']] = None,
|
|
76
87
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetPipelinesResult:
|
|
77
88
|
"""
|
|
78
|
-
Retrieves a list of all Pipeline ([
|
|
89
|
+
Retrieves a list of all Pipeline ([Lakeflow Declarative Pipelines](https://docs.databricks.com/aws/en/dlt)) ids deployed in a workspace, or those matching the provided search term. Maximum 100 results.
|
|
79
90
|
|
|
80
91
|
> This data source can only be used with a workspace-level provider!
|
|
81
92
|
|
|
82
93
|
## Example Usage
|
|
83
94
|
|
|
84
|
-
Get all
|
|
95
|
+
Get all Lakeflow Declarative Pipelines:
|
|
85
96
|
|
|
86
97
|
```python
|
|
87
98
|
import pulumi
|
|
@@ -91,7 +102,7 @@ def get_pipelines(ids: Optional[Sequence[builtins.str]] = None,
|
|
|
91
102
|
pulumi.export("allPipelines", all.ids)
|
|
92
103
|
```
|
|
93
104
|
|
|
94
|
-
Filter
|
|
105
|
+
Filter Lakeflow Declarative Pipelines by name (exact match):
|
|
95
106
|
|
|
96
107
|
```python
|
|
97
108
|
import pulumi
|
|
@@ -101,7 +112,7 @@ def get_pipelines(ids: Optional[Sequence[builtins.str]] = None,
|
|
|
101
112
|
pulumi.export("myPipeline", this.ids)
|
|
102
113
|
```
|
|
103
114
|
|
|
104
|
-
Filter
|
|
115
|
+
Filter Lakeflow Declarative Pipelines by name (wildcard search):
|
|
105
116
|
|
|
106
117
|
```python
|
|
107
118
|
import pulumi
|
|
@@ -116,36 +127,40 @@ def get_pipelines(ids: Optional[Sequence[builtins.str]] = None,
|
|
|
116
127
|
The following resources are used in the same context:
|
|
117
128
|
|
|
118
129
|
* End to end workspace management guide.
|
|
119
|
-
* Pipeline to deploy [
|
|
130
|
+
* Pipeline to deploy [Lakeflow Declarative Pipelines](https://docs.databricks.com/aws/en/dlt).
|
|
120
131
|
* Cluster to create [Databricks Clusters](https://docs.databricks.com/clusters/index.html).
|
|
121
132
|
* Job to manage [Databricks Jobs](https://docs.databricks.com/jobs.html) to run non-interactive code in a databricks_cluster.
|
|
122
133
|
* Notebook to manage [Databricks Notebooks](https://docs.databricks.com/notebooks/index.html).
|
|
123
134
|
|
|
124
135
|
|
|
125
|
-
:param Sequence[
|
|
126
|
-
:param
|
|
136
|
+
:param Sequence[_builtins.str] ids: List of ids for [Lakeflow Declarative Pipelines](https://docs.databricks.com/aws/en/dlt) pipelines matching the provided search criteria.
|
|
137
|
+
:param _builtins.str pipeline_name: Filter Lakeflow Declarative Pipelines by name for a given search term. `%` is the supported wildcard operator.
|
|
138
|
+
:param Union['GetPipelinesProviderConfigArgs', 'GetPipelinesProviderConfigArgsDict'] provider_config: Configure the provider for management through account provider. This block consists of the following fields:
|
|
127
139
|
"""
|
|
128
140
|
__args__ = dict()
|
|
129
141
|
__args__['ids'] = ids
|
|
130
142
|
__args__['pipelineName'] = pipeline_name
|
|
143
|
+
__args__['providerConfig'] = provider_config
|
|
131
144
|
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
132
145
|
__ret__ = pulumi.runtime.invoke('databricks:index/getPipelines:getPipelines', __args__, opts=opts, typ=GetPipelinesResult).value
|
|
133
146
|
|
|
134
147
|
return AwaitableGetPipelinesResult(
|
|
135
148
|
id=pulumi.get(__ret__, 'id'),
|
|
136
149
|
ids=pulumi.get(__ret__, 'ids'),
|
|
137
|
-
pipeline_name=pulumi.get(__ret__, 'pipeline_name')
|
|
138
|
-
|
|
139
|
-
|
|
150
|
+
pipeline_name=pulumi.get(__ret__, 'pipeline_name'),
|
|
151
|
+
provider_config=pulumi.get(__ret__, 'provider_config'))
|
|
152
|
+
def get_pipelines_output(ids: Optional[pulumi.Input[Optional[Sequence[_builtins.str]]]] = None,
|
|
153
|
+
pipeline_name: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
154
|
+
provider_config: Optional[pulumi.Input[Optional[Union['GetPipelinesProviderConfigArgs', 'GetPipelinesProviderConfigArgsDict']]]] = None,
|
|
140
155
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetPipelinesResult]:
|
|
141
156
|
"""
|
|
142
|
-
Retrieves a list of all Pipeline ([
|
|
157
|
+
Retrieves a list of all Pipeline ([Lakeflow Declarative Pipelines](https://docs.databricks.com/aws/en/dlt)) ids deployed in a workspace, or those matching the provided search term. Maximum 100 results.
|
|
143
158
|
|
|
144
159
|
> This data source can only be used with a workspace-level provider!
|
|
145
160
|
|
|
146
161
|
## Example Usage
|
|
147
162
|
|
|
148
|
-
Get all
|
|
163
|
+
Get all Lakeflow Declarative Pipelines:
|
|
149
164
|
|
|
150
165
|
```python
|
|
151
166
|
import pulumi
|
|
@@ -155,7 +170,7 @@ def get_pipelines_output(ids: Optional[pulumi.Input[Optional[Sequence[builtins.s
|
|
|
155
170
|
pulumi.export("allPipelines", all.ids)
|
|
156
171
|
```
|
|
157
172
|
|
|
158
|
-
Filter
|
|
173
|
+
Filter Lakeflow Declarative Pipelines by name (exact match):
|
|
159
174
|
|
|
160
175
|
```python
|
|
161
176
|
import pulumi
|
|
@@ -165,7 +180,7 @@ def get_pipelines_output(ids: Optional[pulumi.Input[Optional[Sequence[builtins.s
|
|
|
165
180
|
pulumi.export("myPipeline", this.ids)
|
|
166
181
|
```
|
|
167
182
|
|
|
168
|
-
Filter
|
|
183
|
+
Filter Lakeflow Declarative Pipelines by name (wildcard search):
|
|
169
184
|
|
|
170
185
|
```python
|
|
171
186
|
import pulumi
|
|
@@ -180,21 +195,24 @@ def get_pipelines_output(ids: Optional[pulumi.Input[Optional[Sequence[builtins.s
|
|
|
180
195
|
The following resources are used in the same context:
|
|
181
196
|
|
|
182
197
|
* End to end workspace management guide.
|
|
183
|
-
* Pipeline to deploy [
|
|
198
|
+
* Pipeline to deploy [Lakeflow Declarative Pipelines](https://docs.databricks.com/aws/en/dlt).
|
|
184
199
|
* Cluster to create [Databricks Clusters](https://docs.databricks.com/clusters/index.html).
|
|
185
200
|
* Job to manage [Databricks Jobs](https://docs.databricks.com/jobs.html) to run non-interactive code in a databricks_cluster.
|
|
186
201
|
* Notebook to manage [Databricks Notebooks](https://docs.databricks.com/notebooks/index.html).
|
|
187
202
|
|
|
188
203
|
|
|
189
|
-
:param Sequence[
|
|
190
|
-
:param
|
|
204
|
+
:param Sequence[_builtins.str] ids: List of ids for [Lakeflow Declarative Pipelines](https://docs.databricks.com/aws/en/dlt) pipelines matching the provided search criteria.
|
|
205
|
+
:param _builtins.str pipeline_name: Filter Lakeflow Declarative Pipelines by name for a given search term. `%` is the supported wildcard operator.
|
|
206
|
+
:param Union['GetPipelinesProviderConfigArgs', 'GetPipelinesProviderConfigArgsDict'] provider_config: Configure the provider for management through account provider. This block consists of the following fields:
|
|
191
207
|
"""
|
|
192
208
|
__args__ = dict()
|
|
193
209
|
__args__['ids'] = ids
|
|
194
210
|
__args__['pipelineName'] = pipeline_name
|
|
211
|
+
__args__['providerConfig'] = provider_config
|
|
195
212
|
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
196
213
|
__ret__ = pulumi.runtime.invoke_output('databricks:index/getPipelines:getPipelines', __args__, opts=opts, typ=GetPipelinesResult)
|
|
197
214
|
return __ret__.apply(lambda __response__: GetPipelinesResult(
|
|
198
215
|
id=pulumi.get(__response__, 'id'),
|
|
199
216
|
ids=pulumi.get(__response__, 'ids'),
|
|
200
|
-
pipeline_name=pulumi.get(__response__, 'pipeline_name')
|
|
217
|
+
pipeline_name=pulumi.get(__response__, 'pipeline_name'),
|
|
218
|
+
provider_config=pulumi.get(__response__, 'provider_config')))
|