pulumi-databricks 1.77.0a1761975834__py3-none-any.whl → 1.79.0a1762839813__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 +54 -46
- pulumi_databricks/_inputs.py +26079 -32918
- pulumi_databricks/account_federation_policy.py +44 -16
- pulumi_databricks/account_network_policy.py +56 -2
- pulumi_databricks/account_setting_v2.py +46 -83
- pulumi_databricks/alert_v2.py +168 -134
- pulumi_databricks/app.py +153 -0
- pulumi_databricks/apps_settings_custom_template.py +75 -52
- pulumi_databricks/budget_policy.py +6 -2
- pulumi_databricks/catalog.py +65 -23
- pulumi_databricks/cluster.py +47 -168
- pulumi_databricks/cluster_policy.py +120 -0
- pulumi_databricks/config/__init__.pyi +4 -0
- pulumi_databricks/config/vars.py +8 -0
- pulumi_databricks/data_quality_monitor.py +453 -0
- pulumi_databricks/data_quality_refresh.py +492 -0
- pulumi_databricks/database_database_catalog.py +9 -52
- pulumi_databricks/database_instance.py +271 -120
- pulumi_databricks/database_synced_database_table.py +239 -52
- pulumi_databricks/entitlements.py +21 -21
- pulumi_databricks/entity_tag_assignment.py +83 -52
- pulumi_databricks/external_location.py +131 -7
- pulumi_databricks/external_metadata.py +16 -59
- pulumi_databricks/feature_engineering_feature.py +480 -0
- pulumi_databricks/feature_engineering_materialized_feature.py +397 -0
- pulumi_databricks/file.py +2 -2
- pulumi_databricks/get_account_federation_policies.py +22 -3
- pulumi_databricks/get_account_federation_policy.py +12 -27
- pulumi_databricks/get_account_network_policies.py +4 -0
- pulumi_databricks/get_account_network_policy.py +9 -18
- pulumi_databricks/get_account_setting_v2.py +36 -141
- pulumi_databricks/get_alert_v2.py +41 -107
- pulumi_databricks/get_alerts_v2.py +29 -31
- pulumi_databricks/get_app.py +21 -5
- pulumi_databricks/get_apps.py +22 -6
- pulumi_databricks/get_apps_settings_custom_template.py +11 -55
- pulumi_databricks/get_apps_settings_custom_templates.py +25 -21
- pulumi_databricks/get_aws_assume_role_policy.py +14 -14
- pulumi_databricks/get_aws_bucket_policy.py +10 -10
- pulumi_databricks/get_aws_unity_catalog_assume_role_policy.py +10 -10
- pulumi_databricks/get_aws_unity_catalog_policy.py +10 -10
- pulumi_databricks/get_budget_policies.py +70 -6
- pulumi_databricks/get_budget_policy.py +9 -32
- pulumi_databricks/get_catalog.py +21 -4
- pulumi_databricks/get_catalogs.py +23 -4
- pulumi_databricks/get_cluster.py +75 -4
- pulumi_databricks/get_cluster_policy.py +23 -4
- pulumi_databricks/get_clusters.py +21 -4
- pulumi_databricks/get_current_config.py +4 -4
- pulumi_databricks/get_current_metastore.py +21 -4
- pulumi_databricks/get_dashboards.py +20 -4
- 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 +10 -41
- pulumi_databricks/get_database_database_catalogs.py +37 -18
- pulumi_databricks/get_database_instance.py +93 -99
- pulumi_databricks/get_database_instances.py +20 -16
- pulumi_databricks/get_database_synced_database_table.py +11 -49
- pulumi_databricks/get_database_synced_database_tables.py +42 -23
- pulumi_databricks/get_directory.py +20 -1
- pulumi_databricks/get_entity_tag_assignment.py +63 -30
- pulumi_databricks/get_entity_tag_assignments.py +69 -23
- pulumi_databricks/get_external_location.py +21 -4
- pulumi_databricks/get_external_locations.py +23 -4
- pulumi_databricks/get_external_metadata.py +18 -73
- pulumi_databricks/get_external_metadatas.py +22 -16
- 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 +16 -1
- pulumi_databricks/get_instance_profiles.py +21 -4
- pulumi_databricks/get_jobs.py +23 -4
- pulumi_databricks/get_materialized_features_feature_tag.py +7 -32
- pulumi_databricks/get_materialized_features_feature_tags.py +50 -18
- pulumi_databricks/get_metastore.py +6 -6
- pulumi_databricks/get_mlflow_experiment.py +18 -1
- pulumi_databricks/get_mlflow_model.py +18 -1
- pulumi_databricks/get_mlflow_models.py +23 -4
- pulumi_databricks/get_node_type.py +42 -5
- pulumi_databricks/get_notebook.py +20 -1
- pulumi_databricks/get_notification_destinations.py +17 -1
- pulumi_databricks/get_online_store.py +11 -38
- pulumi_databricks/get_online_stores.py +20 -18
- pulumi_databricks/get_pipelines.py +23 -4
- pulumi_databricks/get_policy_info.py +21 -109
- pulumi_databricks/get_policy_infos.py +50 -25
- pulumi_databricks/get_quality_monitor_v2.py +8 -21
- pulumi_databricks/get_quality_monitors_v2.py +23 -25
- pulumi_databricks/get_registered_model.py +19 -4
- pulumi_databricks/get_registered_model_versions.py +19 -4
- pulumi_databricks/get_rfa_access_request_destinations.py +126 -0
- pulumi_databricks/get_schema.py +18 -1
- pulumi_databricks/get_schemas.py +23 -4
- pulumi_databricks/get_service_principal_federation_policies.py +23 -4
- pulumi_databricks/get_service_principal_federation_policy.py +15 -24
- pulumi_databricks/get_service_principals.py +64 -0
- pulumi_databricks/get_serving_endpoints.py +19 -4
- pulumi_databricks/get_share.py +117 -18
- pulumi_databricks/get_shares.py +22 -3
- pulumi_databricks/get_spark_version.py +20 -1
- pulumi_databricks/get_sql_warehouse.py +16 -1
- pulumi_databricks/get_sql_warehouses.py +20 -1
- pulumi_databricks/get_storage_credential.py +18 -1
- pulumi_databricks/get_storage_credentials.py +23 -4
- pulumi_databricks/get_table.py +18 -1
- pulumi_databricks/get_tables.py +20 -1
- pulumi_databricks/get_tag_policies.py +55 -23
- pulumi_databricks/get_tag_policy.py +60 -40
- pulumi_databricks/get_views.py +20 -1
- pulumi_databricks/get_volume.py +18 -1
- pulumi_databricks/get_volumes.py +20 -1
- pulumi_databricks/get_workspace_network_option.py +8 -16
- pulumi_databricks/get_workspace_setting_v2.py +41 -163
- pulumi_databricks/get_zones.py +20 -1
- pulumi_databricks/git_credential.py +54 -7
- pulumi_databricks/group.py +21 -21
- pulumi_databricks/instance_profile.py +0 -182
- pulumi_databricks/job.py +47 -0
- pulumi_databricks/library.py +165 -0
- pulumi_databricks/materialized_features_feature_tag.py +9 -52
- pulumi_databricks/metastore.py +81 -7
- pulumi_databricks/metastore_data_access.py +48 -0
- pulumi_databricks/mlflow_webhook.py +4 -4
- pulumi_databricks/mws_credentials.py +10 -10
- pulumi_databricks/mws_customer_managed_keys.py +0 -288
- pulumi_databricks/mws_log_delivery.py +146 -0
- pulumi_databricks/mws_storage_configurations.py +16 -16
- pulumi_databricks/mws_vpc_endpoint.py +56 -56
- pulumi_databricks/mws_workspaces.py +146 -65
- pulumi_databricks/notebook.py +49 -0
- pulumi_databricks/online_store.py +9 -52
- pulumi_databricks/outputs.py +11885 -13474
- pulumi_databricks/permission_assignment.py +299 -8
- pulumi_databricks/permissions.py +6 -6
- pulumi_databricks/pipeline.py +37 -3
- pulumi_databricks/policy_info.py +9 -52
- pulumi_databricks/provider.py +36 -1
- pulumi_databricks/pulumi-plugin.json +1 -1
- pulumi_databricks/quality_monitor.py +47 -0
- pulumi_databricks/quality_monitor_v2.py +9 -52
- pulumi_databricks/recipient.py +74 -0
- pulumi_databricks/registered_model.py +308 -36
- pulumi_databricks/rfa_access_request_destinations.py +286 -0
- pulumi_databricks/schema.py +7 -7
- pulumi_databricks/service_principal_federation_policy.py +48 -16
- pulumi_databricks/share.py +71 -84
- pulumi_databricks/sql_table.py +42 -14
- pulumi_databricks/storage_credential.py +15 -2
- pulumi_databricks/tag_policy.py +111 -54
- pulumi_databricks/user.py +21 -21
- pulumi_databricks/volume.py +7 -7
- pulumi_databricks/workspace_binding.py +0 -48
- pulumi_databricks/workspace_network_option.py +6 -2
- pulumi_databricks/workspace_setting_v2.py +49 -133
- {pulumi_databricks-1.77.0a1761975834.dist-info → pulumi_databricks-1.79.0a1762839813.dist-info}/METADATA +1 -1
- pulumi_databricks-1.79.0a1762839813.dist-info/RECORD +250 -0
- pulumi_databricks/clean_room_asset.py +0 -938
- pulumi_databricks/clean_room_auto_approval_rule.py +0 -473
- pulumi_databricks/clean_rooms_clean_room.py +0 -569
- pulumi_databricks/get_clean_room_asset.py +0 -416
- pulumi_databricks/get_clean_room_asset_revisions_clean_room_asset.py +0 -392
- pulumi_databricks/get_clean_room_asset_revisions_clean_room_assets.py +0 -121
- pulumi_databricks/get_clean_room_assets.py +0 -146
- pulumi_databricks/get_clean_room_auto_approval_rule.py +0 -217
- pulumi_databricks/get_clean_room_auto_approval_rules.py +0 -101
- pulumi_databricks/get_clean_rooms_clean_room.py +0 -289
- pulumi_databricks/get_clean_rooms_clean_rooms.py +0 -125
- pulumi_databricks/get_recipient_federation_policies.py +0 -101
- pulumi_databricks/get_recipient_federation_policy.py +0 -182
- pulumi_databricks/recipient_federation_policy.py +0 -393
- pulumi_databricks-1.77.0a1761975834.dist-info/RECORD +0 -250
- {pulumi_databricks-1.77.0a1761975834.dist-info → pulumi_databricks-1.79.0a1762839813.dist-info}/WHEEL +0 -0
- {pulumi_databricks-1.77.0a1761975834.dist-info → pulumi_databricks-1.79.0a1762839813.dist-info}/top_level.txt +0 -0
|
@@ -14,7 +14,6 @@ else:
|
|
|
14
14
|
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
15
|
from . import _utilities
|
|
16
16
|
from . import outputs
|
|
17
|
-
from ._inputs import *
|
|
18
17
|
|
|
19
18
|
__all__ = [
|
|
20
19
|
'GetDatabaseSyncedDatabaseTableResult',
|
|
@@ -28,7 +27,7 @@ class GetDatabaseSyncedDatabaseTableResult:
|
|
|
28
27
|
"""
|
|
29
28
|
A collection of values returned by getDatabaseSyncedDatabaseTable.
|
|
30
29
|
"""
|
|
31
|
-
def __init__(__self__, data_synchronization_status=None, database_instance_name=None, effective_database_instance_name=None, effective_logical_database_name=None, id=None, logical_database_name=None, name=None, spec=None, unity_catalog_provisioning_state=None
|
|
30
|
+
def __init__(__self__, data_synchronization_status=None, database_instance_name=None, effective_database_instance_name=None, effective_logical_database_name=None, id=None, logical_database_name=None, name=None, spec=None, unity_catalog_provisioning_state=None):
|
|
32
31
|
if data_synchronization_status and not isinstance(data_synchronization_status, dict):
|
|
33
32
|
raise TypeError("Expected argument 'data_synchronization_status' to be a dict")
|
|
34
33
|
pulumi.set(__self__, "data_synchronization_status", data_synchronization_status)
|
|
@@ -56,9 +55,6 @@ class GetDatabaseSyncedDatabaseTableResult:
|
|
|
56
55
|
if unity_catalog_provisioning_state and not isinstance(unity_catalog_provisioning_state, str):
|
|
57
56
|
raise TypeError("Expected argument 'unity_catalog_provisioning_state' to be a str")
|
|
58
57
|
pulumi.set(__self__, "unity_catalog_provisioning_state", unity_catalog_provisioning_state)
|
|
59
|
-
if workspace_id and not isinstance(workspace_id, str):
|
|
60
|
-
raise TypeError("Expected argument 'workspace_id' to be a str")
|
|
61
|
-
pulumi.set(__self__, "workspace_id", workspace_id)
|
|
62
58
|
|
|
63
59
|
@_builtins.property
|
|
64
60
|
@pulumi.getter(name="dataSynchronizationStatus")
|
|
@@ -122,7 +118,7 @@ class GetDatabaseSyncedDatabaseTableResult:
|
|
|
122
118
|
|
|
123
119
|
@_builtins.property
|
|
124
120
|
@pulumi.getter
|
|
125
|
-
def spec(self) ->
|
|
121
|
+
def spec(self) -> 'outputs.GetDatabaseSyncedDatabaseTableSpecResult':
|
|
126
122
|
"""
|
|
127
123
|
(SyncedTableSpec)
|
|
128
124
|
"""
|
|
@@ -138,11 +134,6 @@ class GetDatabaseSyncedDatabaseTableResult:
|
|
|
138
134
|
"""
|
|
139
135
|
return pulumi.get(self, "unity_catalog_provisioning_state")
|
|
140
136
|
|
|
141
|
-
@_builtins.property
|
|
142
|
-
@pulumi.getter(name="workspaceId")
|
|
143
|
-
def workspace_id(self) -> Optional[_builtins.str]:
|
|
144
|
-
return pulumi.get(self, "workspace_id")
|
|
145
|
-
|
|
146
137
|
|
|
147
138
|
class AwaitableGetDatabaseSyncedDatabaseTableResult(GetDatabaseSyncedDatabaseTableResult):
|
|
148
139
|
# pylint: disable=using-constant-test
|
|
@@ -158,17 +149,14 @@ class AwaitableGetDatabaseSyncedDatabaseTableResult(GetDatabaseSyncedDatabaseTab
|
|
|
158
149
|
logical_database_name=self.logical_database_name,
|
|
159
150
|
name=self.name,
|
|
160
151
|
spec=self.spec,
|
|
161
|
-
unity_catalog_provisioning_state=self.unity_catalog_provisioning_state
|
|
162
|
-
workspace_id=self.workspace_id)
|
|
152
|
+
unity_catalog_provisioning_state=self.unity_catalog_provisioning_state)
|
|
163
153
|
|
|
164
154
|
|
|
165
|
-
def get_database_synced_database_table(
|
|
166
|
-
logical_database_name: Optional[_builtins.str] = None,
|
|
167
|
-
name: Optional[_builtins.str] = None,
|
|
168
|
-
spec: Optional[Union['GetDatabaseSyncedDatabaseTableSpecArgs', 'GetDatabaseSyncedDatabaseTableSpecArgsDict']] = None,
|
|
169
|
-
workspace_id: Optional[_builtins.str] = None,
|
|
155
|
+
def get_database_synced_database_table(name: Optional[_builtins.str] = None,
|
|
170
156
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetDatabaseSyncedDatabaseTableResult:
|
|
171
157
|
"""
|
|
158
|
+
[](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
159
|
+
|
|
172
160
|
This data source can be used to get a single Synced Database Table.
|
|
173
161
|
|
|
174
162
|
## Example Usage
|
|
@@ -183,21 +171,10 @@ def get_database_synced_database_table(database_instance_name: Optional[_builtin
|
|
|
183
171
|
```
|
|
184
172
|
|
|
185
173
|
|
|
186
|
-
:param _builtins.str database_instance_name: (string) - Name of the target database instance. This is required when creating synced database tables in standard catalogs.
|
|
187
|
-
This is optional when creating synced database tables in registered catalogs. If this field is specified
|
|
188
|
-
when creating synced database tables in registered catalogs, the database instance name MUST
|
|
189
|
-
match that of the registered catalog (or the request will be rejected)
|
|
190
|
-
:param _builtins.str logical_database_name: (string) - Target Postgres database object (logical database) name for this table.
|
|
191
174
|
:param _builtins.str name: Full three-part (catalog, schema, table) name of the table
|
|
192
|
-
:param Union['GetDatabaseSyncedDatabaseTableSpecArgs', 'GetDatabaseSyncedDatabaseTableSpecArgsDict'] spec: (SyncedTableSpec)
|
|
193
|
-
:param _builtins.str workspace_id: Workspace ID of the resource
|
|
194
175
|
"""
|
|
195
176
|
__args__ = dict()
|
|
196
|
-
__args__['databaseInstanceName'] = database_instance_name
|
|
197
|
-
__args__['logicalDatabaseName'] = logical_database_name
|
|
198
177
|
__args__['name'] = name
|
|
199
|
-
__args__['spec'] = spec
|
|
200
|
-
__args__['workspaceId'] = workspace_id
|
|
201
178
|
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
202
179
|
__ret__ = pulumi.runtime.invoke('databricks:index/getDatabaseSyncedDatabaseTable:getDatabaseSyncedDatabaseTable', __args__, opts=opts, typ=GetDatabaseSyncedDatabaseTableResult).value
|
|
203
180
|
|
|
@@ -210,15 +187,12 @@ def get_database_synced_database_table(database_instance_name: Optional[_builtin
|
|
|
210
187
|
logical_database_name=pulumi.get(__ret__, 'logical_database_name'),
|
|
211
188
|
name=pulumi.get(__ret__, 'name'),
|
|
212
189
|
spec=pulumi.get(__ret__, 'spec'),
|
|
213
|
-
unity_catalog_provisioning_state=pulumi.get(__ret__, 'unity_catalog_provisioning_state')
|
|
214
|
-
|
|
215
|
-
def get_database_synced_database_table_output(database_instance_name: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
216
|
-
logical_database_name: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
217
|
-
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
218
|
-
spec: Optional[pulumi.Input[Optional[Union['GetDatabaseSyncedDatabaseTableSpecArgs', 'GetDatabaseSyncedDatabaseTableSpecArgsDict']]]] = None,
|
|
219
|
-
workspace_id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
190
|
+
unity_catalog_provisioning_state=pulumi.get(__ret__, 'unity_catalog_provisioning_state'))
|
|
191
|
+
def get_database_synced_database_table_output(name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
220
192
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetDatabaseSyncedDatabaseTableResult]:
|
|
221
193
|
"""
|
|
194
|
+
[](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
195
|
+
|
|
222
196
|
This data source can be used to get a single Synced Database Table.
|
|
223
197
|
|
|
224
198
|
## Example Usage
|
|
@@ -233,21 +207,10 @@ def get_database_synced_database_table_output(database_instance_name: Optional[p
|
|
|
233
207
|
```
|
|
234
208
|
|
|
235
209
|
|
|
236
|
-
:param _builtins.str database_instance_name: (string) - Name of the target database instance. This is required when creating synced database tables in standard catalogs.
|
|
237
|
-
This is optional when creating synced database tables in registered catalogs. If this field is specified
|
|
238
|
-
when creating synced database tables in registered catalogs, the database instance name MUST
|
|
239
|
-
match that of the registered catalog (or the request will be rejected)
|
|
240
|
-
:param _builtins.str logical_database_name: (string) - Target Postgres database object (logical database) name for this table.
|
|
241
210
|
:param _builtins.str name: Full three-part (catalog, schema, table) name of the table
|
|
242
|
-
:param Union['GetDatabaseSyncedDatabaseTableSpecArgs', 'GetDatabaseSyncedDatabaseTableSpecArgsDict'] spec: (SyncedTableSpec)
|
|
243
|
-
:param _builtins.str workspace_id: Workspace ID of the resource
|
|
244
211
|
"""
|
|
245
212
|
__args__ = dict()
|
|
246
|
-
__args__['databaseInstanceName'] = database_instance_name
|
|
247
|
-
__args__['logicalDatabaseName'] = logical_database_name
|
|
248
213
|
__args__['name'] = name
|
|
249
|
-
__args__['spec'] = spec
|
|
250
|
-
__args__['workspaceId'] = workspace_id
|
|
251
214
|
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
252
215
|
__ret__ = pulumi.runtime.invoke_output('databricks:index/getDatabaseSyncedDatabaseTable:getDatabaseSyncedDatabaseTable', __args__, opts=opts, typ=GetDatabaseSyncedDatabaseTableResult)
|
|
253
216
|
return __ret__.apply(lambda __response__: GetDatabaseSyncedDatabaseTableResult(
|
|
@@ -259,5 +222,4 @@ def get_database_synced_database_table_output(database_instance_name: Optional[p
|
|
|
259
222
|
logical_database_name=pulumi.get(__response__, 'logical_database_name'),
|
|
260
223
|
name=pulumi.get(__response__, 'name'),
|
|
261
224
|
spec=pulumi.get(__response__, 'spec'),
|
|
262
|
-
unity_catalog_provisioning_state=pulumi.get(__response__, 'unity_catalog_provisioning_state')
|
|
263
|
-
workspace_id=pulumi.get(__response__, 'workspace_id')))
|
|
225
|
+
unity_catalog_provisioning_state=pulumi.get(__response__, 'unity_catalog_provisioning_state')))
|
|
@@ -27,16 +27,19 @@ class GetDatabaseSyncedDatabaseTablesResult:
|
|
|
27
27
|
"""
|
|
28
28
|
A collection of values returned by getDatabaseSyncedDatabaseTables.
|
|
29
29
|
"""
|
|
30
|
-
def __init__(__self__, id=None,
|
|
30
|
+
def __init__(__self__, id=None, instance_name=None, page_size=None, synced_tables=None):
|
|
31
31
|
if id and not isinstance(id, str):
|
|
32
32
|
raise TypeError("Expected argument 'id' to be a str")
|
|
33
33
|
pulumi.set(__self__, "id", id)
|
|
34
|
+
if instance_name and not isinstance(instance_name, str):
|
|
35
|
+
raise TypeError("Expected argument 'instance_name' to be a str")
|
|
36
|
+
pulumi.set(__self__, "instance_name", instance_name)
|
|
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)
|
|
34
40
|
if synced_tables and not isinstance(synced_tables, list):
|
|
35
41
|
raise TypeError("Expected argument 'synced_tables' to be a list")
|
|
36
42
|
pulumi.set(__self__, "synced_tables", synced_tables)
|
|
37
|
-
if workspace_id and not isinstance(workspace_id, str):
|
|
38
|
-
raise TypeError("Expected argument 'workspace_id' to be a str")
|
|
39
|
-
pulumi.set(__self__, "workspace_id", workspace_id)
|
|
40
43
|
|
|
41
44
|
@_builtins.property
|
|
42
45
|
@pulumi.getter
|
|
@@ -46,16 +49,21 @@ class GetDatabaseSyncedDatabaseTablesResult:
|
|
|
46
49
|
"""
|
|
47
50
|
return pulumi.get(self, "id")
|
|
48
51
|
|
|
52
|
+
@_builtins.property
|
|
53
|
+
@pulumi.getter(name="instanceName")
|
|
54
|
+
def instance_name(self) -> _builtins.str:
|
|
55
|
+
return pulumi.get(self, "instance_name")
|
|
56
|
+
|
|
57
|
+
@_builtins.property
|
|
58
|
+
@pulumi.getter(name="pageSize")
|
|
59
|
+
def page_size(self) -> Optional[_builtins.int]:
|
|
60
|
+
return pulumi.get(self, "page_size")
|
|
61
|
+
|
|
49
62
|
@_builtins.property
|
|
50
63
|
@pulumi.getter(name="syncedTables")
|
|
51
64
|
def synced_tables(self) -> Sequence['outputs.GetDatabaseSyncedDatabaseTablesSyncedTableResult']:
|
|
52
65
|
return pulumi.get(self, "synced_tables")
|
|
53
66
|
|
|
54
|
-
@_builtins.property
|
|
55
|
-
@pulumi.getter(name="workspaceId")
|
|
56
|
-
def workspace_id(self) -> Optional[_builtins.str]:
|
|
57
|
-
return pulumi.get(self, "workspace_id")
|
|
58
|
-
|
|
59
67
|
|
|
60
68
|
class AwaitableGetDatabaseSyncedDatabaseTablesResult(GetDatabaseSyncedDatabaseTablesResult):
|
|
61
69
|
# pylint: disable=using-constant-test
|
|
@@ -64,38 +72,49 @@ class AwaitableGetDatabaseSyncedDatabaseTablesResult(GetDatabaseSyncedDatabaseTa
|
|
|
64
72
|
yield self
|
|
65
73
|
return GetDatabaseSyncedDatabaseTablesResult(
|
|
66
74
|
id=self.id,
|
|
67
|
-
|
|
68
|
-
|
|
75
|
+
instance_name=self.instance_name,
|
|
76
|
+
page_size=self.page_size,
|
|
77
|
+
synced_tables=self.synced_tables)
|
|
69
78
|
|
|
70
79
|
|
|
71
|
-
def get_database_synced_database_tables(
|
|
80
|
+
def get_database_synced_database_tables(instance_name: Optional[_builtins.str] = None,
|
|
81
|
+
page_size: Optional[_builtins.int] = None,
|
|
72
82
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetDatabaseSyncedDatabaseTablesResult:
|
|
73
83
|
"""
|
|
74
|
-
|
|
84
|
+
[](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
75
85
|
|
|
76
|
-
|
|
86
|
+
|
|
87
|
+
:param _builtins.str instance_name: Name of the instance to get synced tables for
|
|
88
|
+
:param _builtins.int page_size: Upper bound for items returned
|
|
77
89
|
"""
|
|
78
90
|
__args__ = dict()
|
|
79
|
-
__args__['
|
|
91
|
+
__args__['instanceName'] = instance_name
|
|
92
|
+
__args__['pageSize'] = page_size
|
|
80
93
|
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
81
94
|
__ret__ = pulumi.runtime.invoke('databricks:index/getDatabaseSyncedDatabaseTables:getDatabaseSyncedDatabaseTables', __args__, opts=opts, typ=GetDatabaseSyncedDatabaseTablesResult).value
|
|
82
95
|
|
|
83
96
|
return AwaitableGetDatabaseSyncedDatabaseTablesResult(
|
|
84
97
|
id=pulumi.get(__ret__, 'id'),
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
98
|
+
instance_name=pulumi.get(__ret__, 'instance_name'),
|
|
99
|
+
page_size=pulumi.get(__ret__, 'page_size'),
|
|
100
|
+
synced_tables=pulumi.get(__ret__, 'synced_tables'))
|
|
101
|
+
def get_database_synced_database_tables_output(instance_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
102
|
+
page_size: Optional[pulumi.Input[Optional[_builtins.int]]] = None,
|
|
88
103
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetDatabaseSyncedDatabaseTablesResult]:
|
|
89
104
|
"""
|
|
90
|
-
|
|
105
|
+
[](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
106
|
+
|
|
91
107
|
|
|
92
|
-
:param _builtins.str
|
|
108
|
+
:param _builtins.str instance_name: Name of the instance to get synced tables for
|
|
109
|
+
:param _builtins.int page_size: Upper bound for items returned
|
|
93
110
|
"""
|
|
94
111
|
__args__ = dict()
|
|
95
|
-
__args__['
|
|
112
|
+
__args__['instanceName'] = instance_name
|
|
113
|
+
__args__['pageSize'] = page_size
|
|
96
114
|
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
97
115
|
__ret__ = pulumi.runtime.invoke_output('databricks:index/getDatabaseSyncedDatabaseTables:getDatabaseSyncedDatabaseTables', __args__, opts=opts, typ=GetDatabaseSyncedDatabaseTablesResult)
|
|
98
116
|
return __ret__.apply(lambda __response__: GetDatabaseSyncedDatabaseTablesResult(
|
|
99
117
|
id=pulumi.get(__response__, 'id'),
|
|
100
|
-
|
|
101
|
-
|
|
118
|
+
instance_name=pulumi.get(__response__, 'instance_name'),
|
|
119
|
+
page_size=pulumi.get(__response__, 'page_size'),
|
|
120
|
+
synced_tables=pulumi.get(__response__, 'synced_tables')))
|
|
@@ -13,6 +13,8 @@ if sys.version_info >= (3, 11):
|
|
|
13
13
|
else:
|
|
14
14
|
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
15
|
from . import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
from ._inputs import *
|
|
16
18
|
|
|
17
19
|
__all__ = [
|
|
18
20
|
'GetDirectoryResult',
|
|
@@ -26,7 +28,7 @@ class GetDirectoryResult:
|
|
|
26
28
|
"""
|
|
27
29
|
A collection of values returned by getDirectory.
|
|
28
30
|
"""
|
|
29
|
-
def __init__(__self__, id=None, object_id=None, path=None, workspace_path=None):
|
|
31
|
+
def __init__(__self__, id=None, object_id=None, path=None, provider_config=None, workspace_path=None):
|
|
30
32
|
if id and not isinstance(id, str):
|
|
31
33
|
raise TypeError("Expected argument 'id' to be a str")
|
|
32
34
|
pulumi.set(__self__, "id", id)
|
|
@@ -36,6 +38,9 @@ class GetDirectoryResult:
|
|
|
36
38
|
if path and not isinstance(path, str):
|
|
37
39
|
raise TypeError("Expected argument 'path' to be a str")
|
|
38
40
|
pulumi.set(__self__, "path", path)
|
|
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)
|
|
39
44
|
if workspace_path and not isinstance(workspace_path, str):
|
|
40
45
|
raise TypeError("Expected argument 'workspace_path' to be a str")
|
|
41
46
|
pulumi.set(__self__, "workspace_path", workspace_path)
|
|
@@ -58,6 +63,11 @@ class GetDirectoryResult:
|
|
|
58
63
|
def path(self) -> _builtins.str:
|
|
59
64
|
return pulumi.get(self, "path")
|
|
60
65
|
|
|
66
|
+
@_builtins.property
|
|
67
|
+
@pulumi.getter(name="providerConfig")
|
|
68
|
+
def provider_config(self) -> Optional['outputs.GetDirectoryProviderConfigResult']:
|
|
69
|
+
return pulumi.get(self, "provider_config")
|
|
70
|
+
|
|
61
71
|
@_builtins.property
|
|
62
72
|
@pulumi.getter(name="workspacePath")
|
|
63
73
|
def workspace_path(self) -> _builtins.str:
|
|
@@ -76,12 +86,14 @@ class AwaitableGetDirectoryResult(GetDirectoryResult):
|
|
|
76
86
|
id=self.id,
|
|
77
87
|
object_id=self.object_id,
|
|
78
88
|
path=self.path,
|
|
89
|
+
provider_config=self.provider_config,
|
|
79
90
|
workspace_path=self.workspace_path)
|
|
80
91
|
|
|
81
92
|
|
|
82
93
|
def get_directory(id: Optional[_builtins.str] = None,
|
|
83
94
|
object_id: Optional[_builtins.int] = None,
|
|
84
95
|
path: Optional[_builtins.str] = None,
|
|
96
|
+
provider_config: Optional[Union['GetDirectoryProviderConfigArgs', 'GetDirectoryProviderConfigArgsDict']] = None,
|
|
85
97
|
workspace_path: Optional[_builtins.str] = None,
|
|
86
98
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetDirectoryResult:
|
|
87
99
|
"""
|
|
@@ -101,12 +113,14 @@ def get_directory(id: Optional[_builtins.str] = None,
|
|
|
101
113
|
|
|
102
114
|
:param _builtins.int object_id: directory object ID
|
|
103
115
|
:param _builtins.str path: Path to a directory in the workspace
|
|
116
|
+
:param Union['GetDirectoryProviderConfigArgs', 'GetDirectoryProviderConfigArgsDict'] provider_config: Configure the provider for management through account provider. This block consists of the following fields:
|
|
104
117
|
:param _builtins.str workspace_path: path on Workspace File System (WSFS) in form of `/Workspace` + `path`
|
|
105
118
|
"""
|
|
106
119
|
__args__ = dict()
|
|
107
120
|
__args__['id'] = id
|
|
108
121
|
__args__['objectId'] = object_id
|
|
109
122
|
__args__['path'] = path
|
|
123
|
+
__args__['providerConfig'] = provider_config
|
|
110
124
|
__args__['workspacePath'] = workspace_path
|
|
111
125
|
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
112
126
|
__ret__ = pulumi.runtime.invoke('databricks:index/getDirectory:getDirectory', __args__, opts=opts, typ=GetDirectoryResult).value
|
|
@@ -115,10 +129,12 @@ def get_directory(id: Optional[_builtins.str] = None,
|
|
|
115
129
|
id=pulumi.get(__ret__, 'id'),
|
|
116
130
|
object_id=pulumi.get(__ret__, 'object_id'),
|
|
117
131
|
path=pulumi.get(__ret__, 'path'),
|
|
132
|
+
provider_config=pulumi.get(__ret__, 'provider_config'),
|
|
118
133
|
workspace_path=pulumi.get(__ret__, 'workspace_path'))
|
|
119
134
|
def get_directory_output(id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
120
135
|
object_id: Optional[pulumi.Input[Optional[_builtins.int]]] = None,
|
|
121
136
|
path: Optional[pulumi.Input[_builtins.str]] = None,
|
|
137
|
+
provider_config: Optional[pulumi.Input[Optional[Union['GetDirectoryProviderConfigArgs', 'GetDirectoryProviderConfigArgsDict']]]] = None,
|
|
122
138
|
workspace_path: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
123
139
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetDirectoryResult]:
|
|
124
140
|
"""
|
|
@@ -138,12 +154,14 @@ def get_directory_output(id: Optional[pulumi.Input[Optional[_builtins.str]]] = N
|
|
|
138
154
|
|
|
139
155
|
:param _builtins.int object_id: directory object ID
|
|
140
156
|
:param _builtins.str path: Path to a directory in the workspace
|
|
157
|
+
:param Union['GetDirectoryProviderConfigArgs', 'GetDirectoryProviderConfigArgsDict'] provider_config: Configure the provider for management through account provider. This block consists of the following fields:
|
|
141
158
|
:param _builtins.str workspace_path: path on Workspace File System (WSFS) in form of `/Workspace` + `path`
|
|
142
159
|
"""
|
|
143
160
|
__args__ = dict()
|
|
144
161
|
__args__['id'] = id
|
|
145
162
|
__args__['objectId'] = object_id
|
|
146
163
|
__args__['path'] = path
|
|
164
|
+
__args__['providerConfig'] = provider_config
|
|
147
165
|
__args__['workspacePath'] = workspace_path
|
|
148
166
|
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
149
167
|
__ret__ = pulumi.runtime.invoke_output('databricks:index/getDirectory:getDirectory', __args__, opts=opts, typ=GetDirectoryResult)
|
|
@@ -151,4 +169,5 @@ def get_directory_output(id: Optional[pulumi.Input[Optional[_builtins.str]]] = N
|
|
|
151
169
|
id=pulumi.get(__response__, 'id'),
|
|
152
170
|
object_id=pulumi.get(__response__, 'object_id'),
|
|
153
171
|
path=pulumi.get(__response__, 'path'),
|
|
172
|
+
provider_config=pulumi.get(__response__, 'provider_config'),
|
|
154
173
|
workspace_path=pulumi.get(__response__, 'workspace_path')))
|
|
@@ -26,7 +26,7 @@ class GetEntityTagAssignmentResult:
|
|
|
26
26
|
"""
|
|
27
27
|
A collection of values returned by getEntityTagAssignment.
|
|
28
28
|
"""
|
|
29
|
-
def __init__(__self__, entity_name=None, entity_type=None, id=None, tag_key=None, tag_value=None
|
|
29
|
+
def __init__(__self__, entity_name=None, entity_type=None, id=None, tag_key=None, tag_value=None):
|
|
30
30
|
if entity_name and not isinstance(entity_name, str):
|
|
31
31
|
raise TypeError("Expected argument 'entity_name' to be a str")
|
|
32
32
|
pulumi.set(__self__, "entity_name", entity_name)
|
|
@@ -42,9 +42,6 @@ class GetEntityTagAssignmentResult:
|
|
|
42
42
|
if tag_value and not isinstance(tag_value, str):
|
|
43
43
|
raise TypeError("Expected argument 'tag_value' to be a str")
|
|
44
44
|
pulumi.set(__self__, "tag_value", tag_value)
|
|
45
|
-
if workspace_id and not isinstance(workspace_id, str):
|
|
46
|
-
raise TypeError("Expected argument 'workspace_id' to be a str")
|
|
47
|
-
pulumi.set(__self__, "workspace_id", workspace_id)
|
|
48
45
|
|
|
49
46
|
@_builtins.property
|
|
50
47
|
@pulumi.getter(name="entityName")
|
|
@@ -80,17 +77,12 @@ class GetEntityTagAssignmentResult:
|
|
|
80
77
|
|
|
81
78
|
@_builtins.property
|
|
82
79
|
@pulumi.getter(name="tagValue")
|
|
83
|
-
def tag_value(self) ->
|
|
80
|
+
def tag_value(self) -> _builtins.str:
|
|
84
81
|
"""
|
|
85
82
|
(string) - The value of the tag
|
|
86
83
|
"""
|
|
87
84
|
return pulumi.get(self, "tag_value")
|
|
88
85
|
|
|
89
|
-
@_builtins.property
|
|
90
|
-
@pulumi.getter(name="workspaceId")
|
|
91
|
-
def workspace_id(self) -> Optional[_builtins.str]:
|
|
92
|
-
return pulumi.get(self, "workspace_id")
|
|
93
|
-
|
|
94
86
|
|
|
95
87
|
class AwaitableGetEntityTagAssignmentResult(GetEntityTagAssignmentResult):
|
|
96
88
|
# pylint: disable=using-constant-test
|
|
@@ -102,31 +94,52 @@ class AwaitableGetEntityTagAssignmentResult(GetEntityTagAssignmentResult):
|
|
|
102
94
|
entity_type=self.entity_type,
|
|
103
95
|
id=self.id,
|
|
104
96
|
tag_key=self.tag_key,
|
|
105
|
-
tag_value=self.tag_value
|
|
106
|
-
workspace_id=self.workspace_id)
|
|
97
|
+
tag_value=self.tag_value)
|
|
107
98
|
|
|
108
99
|
|
|
109
100
|
def get_entity_tag_assignment(entity_name: Optional[_builtins.str] = None,
|
|
110
101
|
entity_type: Optional[_builtins.str] = None,
|
|
111
102
|
tag_key: Optional[_builtins.str] = None,
|
|
112
|
-
tag_value: Optional[_builtins.str] = None,
|
|
113
|
-
workspace_id: Optional[_builtins.str] = None,
|
|
114
103
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetEntityTagAssignmentResult:
|
|
115
104
|
"""
|
|
116
|
-
|
|
105
|
+
[](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
106
|
+
|
|
107
|
+
This data source allows you to get information about a tag assignment for a specific entity using the entity type, entity name, and tag key.
|
|
108
|
+
|
|
109
|
+
## Example Usage
|
|
110
|
+
|
|
111
|
+
### Get environment tag from a catalog
|
|
112
|
+
|
|
113
|
+
```python
|
|
114
|
+
import pulumi
|
|
115
|
+
import pulumi_databricks as databricks
|
|
116
|
+
|
|
117
|
+
catalog_tag = databricks.get_entity_tag_assignment(entity_type="catalogs",
|
|
118
|
+
entity_name="production_catalog",
|
|
119
|
+
tag_key="environment")
|
|
120
|
+
schema_tag = databricks.get_entity_tag_assignment(entity_type="schemas",
|
|
121
|
+
entity_name="production_catalog.analytics_data",
|
|
122
|
+
tag_key="cost_center")
|
|
123
|
+
table_tag = databricks.get_entity_tag_assignment(entity_type="tables",
|
|
124
|
+
entity_name="production_catalog.sales_data.customer_orders",
|
|
125
|
+
tag_key="owner")
|
|
126
|
+
column_tag = databricks.get_entity_tag_assignment(entity_type="columns",
|
|
127
|
+
entity_name="production_catalog.customer_data.users.email_address",
|
|
128
|
+
tag_key="pii_classification")
|
|
129
|
+
volume_tag = databricks.get_entity_tag_assignment(entity_type="volumes",
|
|
130
|
+
entity_name="production_catalog.raw_data.landing_zone",
|
|
131
|
+
tag_key="purpose")
|
|
132
|
+
```
|
|
133
|
+
|
|
117
134
|
|
|
118
135
|
:param _builtins.str entity_name: The fully qualified name of the entity to which the tag is assigned
|
|
119
136
|
:param _builtins.str entity_type: The type of the entity to which the tag is assigned. Allowed values are: catalogs, schemas, tables, columns, volumes
|
|
120
137
|
:param _builtins.str tag_key: The key of the tag
|
|
121
|
-
:param _builtins.str tag_value: (string) - The value of the tag
|
|
122
|
-
:param _builtins.str workspace_id: Workspace ID of the resource
|
|
123
138
|
"""
|
|
124
139
|
__args__ = dict()
|
|
125
140
|
__args__['entityName'] = entity_name
|
|
126
141
|
__args__['entityType'] = entity_type
|
|
127
142
|
__args__['tagKey'] = tag_key
|
|
128
|
-
__args__['tagValue'] = tag_value
|
|
129
|
-
__args__['workspaceId'] = workspace_id
|
|
130
143
|
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
131
144
|
__ret__ = pulumi.runtime.invoke('databricks:index/getEntityTagAssignment:getEntityTagAssignment', __args__, opts=opts, typ=GetEntityTagAssignmentResult).value
|
|
132
145
|
|
|
@@ -135,29 +148,50 @@ def get_entity_tag_assignment(entity_name: Optional[_builtins.str] = None,
|
|
|
135
148
|
entity_type=pulumi.get(__ret__, 'entity_type'),
|
|
136
149
|
id=pulumi.get(__ret__, 'id'),
|
|
137
150
|
tag_key=pulumi.get(__ret__, 'tag_key'),
|
|
138
|
-
tag_value=pulumi.get(__ret__, 'tag_value')
|
|
139
|
-
workspace_id=pulumi.get(__ret__, 'workspace_id'))
|
|
151
|
+
tag_value=pulumi.get(__ret__, 'tag_value'))
|
|
140
152
|
def get_entity_tag_assignment_output(entity_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
141
153
|
entity_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
142
154
|
tag_key: Optional[pulumi.Input[_builtins.str]] = None,
|
|
143
|
-
tag_value: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
144
|
-
workspace_id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
145
155
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetEntityTagAssignmentResult]:
|
|
146
156
|
"""
|
|
147
|
-
|
|
157
|
+
[](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
158
|
+
|
|
159
|
+
This data source allows you to get information about a tag assignment for a specific entity using the entity type, entity name, and tag key.
|
|
160
|
+
|
|
161
|
+
## Example Usage
|
|
162
|
+
|
|
163
|
+
### Get environment tag from a catalog
|
|
164
|
+
|
|
165
|
+
```python
|
|
166
|
+
import pulumi
|
|
167
|
+
import pulumi_databricks as databricks
|
|
168
|
+
|
|
169
|
+
catalog_tag = databricks.get_entity_tag_assignment(entity_type="catalogs",
|
|
170
|
+
entity_name="production_catalog",
|
|
171
|
+
tag_key="environment")
|
|
172
|
+
schema_tag = databricks.get_entity_tag_assignment(entity_type="schemas",
|
|
173
|
+
entity_name="production_catalog.analytics_data",
|
|
174
|
+
tag_key="cost_center")
|
|
175
|
+
table_tag = databricks.get_entity_tag_assignment(entity_type="tables",
|
|
176
|
+
entity_name="production_catalog.sales_data.customer_orders",
|
|
177
|
+
tag_key="owner")
|
|
178
|
+
column_tag = databricks.get_entity_tag_assignment(entity_type="columns",
|
|
179
|
+
entity_name="production_catalog.customer_data.users.email_address",
|
|
180
|
+
tag_key="pii_classification")
|
|
181
|
+
volume_tag = databricks.get_entity_tag_assignment(entity_type="volumes",
|
|
182
|
+
entity_name="production_catalog.raw_data.landing_zone",
|
|
183
|
+
tag_key="purpose")
|
|
184
|
+
```
|
|
185
|
+
|
|
148
186
|
|
|
149
187
|
:param _builtins.str entity_name: The fully qualified name of the entity to which the tag is assigned
|
|
150
188
|
:param _builtins.str entity_type: The type of the entity to which the tag is assigned. Allowed values are: catalogs, schemas, tables, columns, volumes
|
|
151
189
|
:param _builtins.str tag_key: The key of the tag
|
|
152
|
-
:param _builtins.str tag_value: (string) - The value of the tag
|
|
153
|
-
:param _builtins.str workspace_id: Workspace ID of the resource
|
|
154
190
|
"""
|
|
155
191
|
__args__ = dict()
|
|
156
192
|
__args__['entityName'] = entity_name
|
|
157
193
|
__args__['entityType'] = entity_type
|
|
158
194
|
__args__['tagKey'] = tag_key
|
|
159
|
-
__args__['tagValue'] = tag_value
|
|
160
|
-
__args__['workspaceId'] = workspace_id
|
|
161
195
|
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
162
196
|
__ret__ = pulumi.runtime.invoke_output('databricks:index/getEntityTagAssignment:getEntityTagAssignment', __args__, opts=opts, typ=GetEntityTagAssignmentResult)
|
|
163
197
|
return __ret__.apply(lambda __response__: GetEntityTagAssignmentResult(
|
|
@@ -165,5 +199,4 @@ def get_entity_tag_assignment_output(entity_name: Optional[pulumi.Input[_builtin
|
|
|
165
199
|
entity_type=pulumi.get(__response__, 'entity_type'),
|
|
166
200
|
id=pulumi.get(__response__, 'id'),
|
|
167
201
|
tag_key=pulumi.get(__response__, 'tag_key'),
|
|
168
|
-
tag_value=pulumi.get(__response__, 'tag_value')
|
|
169
|
-
workspace_id=pulumi.get(__response__, 'workspace_id')))
|
|
202
|
+
tag_value=pulumi.get(__response__, 'tag_value')))
|