pulumi-databricks 1.77.0a1760375482__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.0a1760375482.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.0a1760375482.dist-info/RECORD +0 -250
- {pulumi_databricks-1.77.0a1760375482.dist-info → pulumi_databricks-1.79.0a1762839813.dist-info}/WHEEL +0 -0
- {pulumi_databricks-1.77.0a1760375482.dist-info → pulumi_databricks-1.79.0a1762839813.dist-info}/top_level.txt +0 -0
|
@@ -26,19 +26,17 @@ class ExternalMetadataArgs:
|
|
|
26
26
|
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
27
27
|
owner: Optional[pulumi.Input[_builtins.str]] = None,
|
|
28
28
|
properties: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
|
29
|
-
url: Optional[pulumi.Input[_builtins.str]] = None
|
|
30
|
-
workspace_id: Optional[pulumi.Input[_builtins.str]] = None):
|
|
29
|
+
url: Optional[pulumi.Input[_builtins.str]] = None):
|
|
31
30
|
"""
|
|
32
31
|
The set of arguments for constructing a ExternalMetadata resource.
|
|
33
32
|
:param pulumi.Input[_builtins.str] entity_type: Type of entity within the external system
|
|
34
|
-
:param pulumi.Input[_builtins.str] system_type: Type of external system. Possible values are: `AMAZON_REDSHIFT`, `AZURE_SYNAPSE`, `CONFLUENT`, `DATABRICKS`, `GOOGLE_BIGQUERY`, `KAFKA`, `LOOKER`, `MICROSOFT_FABRIC`, `MICROSOFT_SQL_SERVER`, `MONGODB`, `MYSQL`, `ORACLE`, `OTHER`, `POSTGRESQL`, `POWER_BI`, `SALESFORCE`, `SAP`, `SERVICENOW`, `SNOWFLAKE`, `TABLEAU`, `TERADATA`, `WORKDAY`
|
|
33
|
+
:param pulumi.Input[_builtins.str] system_type: Type of external system. Possible values are: `AMAZON_REDSHIFT`, `AZURE_SYNAPSE`, `CONFLUENT`, `DATABRICKS`, `GOOGLE_BIGQUERY`, `KAFKA`, `LOOKER`, `MICROSOFT_FABRIC`, `MICROSOFT_SQL_SERVER`, `MONGODB`, `MYSQL`, `ORACLE`, `OTHER`, `POSTGRESQL`, `POWER_BI`, `SALESFORCE`, `SAP`, `SERVICENOW`, `SNOWFLAKE`, `STREAM_NATIVE`, `TABLEAU`, `TERADATA`, `WORKDAY`
|
|
35
34
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] columns: List of columns associated with the external metadata object
|
|
36
35
|
:param pulumi.Input[_builtins.str] description: User-provided free-form text description
|
|
37
36
|
:param pulumi.Input[_builtins.str] name: Name of the external metadata object
|
|
38
37
|
:param pulumi.Input[_builtins.str] owner: Owner of the external metadata object
|
|
39
38
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] properties: A map of key-value properties attached to the external metadata object
|
|
40
39
|
:param pulumi.Input[_builtins.str] url: URL associated with the external metadata object
|
|
41
|
-
:param pulumi.Input[_builtins.str] workspace_id: Workspace ID of the resource
|
|
42
40
|
"""
|
|
43
41
|
pulumi.set(__self__, "entity_type", entity_type)
|
|
44
42
|
pulumi.set(__self__, "system_type", system_type)
|
|
@@ -54,8 +52,6 @@ class ExternalMetadataArgs:
|
|
|
54
52
|
pulumi.set(__self__, "properties", properties)
|
|
55
53
|
if url is not None:
|
|
56
54
|
pulumi.set(__self__, "url", url)
|
|
57
|
-
if workspace_id is not None:
|
|
58
|
-
pulumi.set(__self__, "workspace_id", workspace_id)
|
|
59
55
|
|
|
60
56
|
@_builtins.property
|
|
61
57
|
@pulumi.getter(name="entityType")
|
|
@@ -73,7 +69,7 @@ class ExternalMetadataArgs:
|
|
|
73
69
|
@pulumi.getter(name="systemType")
|
|
74
70
|
def system_type(self) -> pulumi.Input[_builtins.str]:
|
|
75
71
|
"""
|
|
76
|
-
Type of external system. Possible values are: `AMAZON_REDSHIFT`, `AZURE_SYNAPSE`, `CONFLUENT`, `DATABRICKS`, `GOOGLE_BIGQUERY`, `KAFKA`, `LOOKER`, `MICROSOFT_FABRIC`, `MICROSOFT_SQL_SERVER`, `MONGODB`, `MYSQL`, `ORACLE`, `OTHER`, `POSTGRESQL`, `POWER_BI`, `SALESFORCE`, `SAP`, `SERVICENOW`, `SNOWFLAKE`, `TABLEAU`, `TERADATA`, `WORKDAY`
|
|
72
|
+
Type of external system. Possible values are: `AMAZON_REDSHIFT`, `AZURE_SYNAPSE`, `CONFLUENT`, `DATABRICKS`, `GOOGLE_BIGQUERY`, `KAFKA`, `LOOKER`, `MICROSOFT_FABRIC`, `MICROSOFT_SQL_SERVER`, `MONGODB`, `MYSQL`, `ORACLE`, `OTHER`, `POSTGRESQL`, `POWER_BI`, `SALESFORCE`, `SAP`, `SERVICENOW`, `SNOWFLAKE`, `STREAM_NATIVE`, `TABLEAU`, `TERADATA`, `WORKDAY`
|
|
77
73
|
"""
|
|
78
74
|
return pulumi.get(self, "system_type")
|
|
79
75
|
|
|
@@ -153,18 +149,6 @@ class ExternalMetadataArgs:
|
|
|
153
149
|
def url(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
154
150
|
pulumi.set(self, "url", value)
|
|
155
151
|
|
|
156
|
-
@_builtins.property
|
|
157
|
-
@pulumi.getter(name="workspaceId")
|
|
158
|
-
def workspace_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
159
|
-
"""
|
|
160
|
-
Workspace ID of the resource
|
|
161
|
-
"""
|
|
162
|
-
return pulumi.get(self, "workspace_id")
|
|
163
|
-
|
|
164
|
-
@workspace_id.setter
|
|
165
|
-
def workspace_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
166
|
-
pulumi.set(self, "workspace_id", value)
|
|
167
|
-
|
|
168
152
|
|
|
169
153
|
@pulumi.input_type
|
|
170
154
|
class _ExternalMetadataState:
|
|
@@ -181,8 +165,7 @@ class _ExternalMetadataState:
|
|
|
181
165
|
system_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
182
166
|
update_time: Optional[pulumi.Input[_builtins.str]] = None,
|
|
183
167
|
updated_by: Optional[pulumi.Input[_builtins.str]] = None,
|
|
184
|
-
url: Optional[pulumi.Input[_builtins.str]] = None
|
|
185
|
-
workspace_id: Optional[pulumi.Input[_builtins.str]] = None):
|
|
168
|
+
url: Optional[pulumi.Input[_builtins.str]] = None):
|
|
186
169
|
"""
|
|
187
170
|
Input properties used for looking up and filtering ExternalMetadata resources.
|
|
188
171
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] columns: List of columns associated with the external metadata object
|
|
@@ -194,11 +177,10 @@ class _ExternalMetadataState:
|
|
|
194
177
|
:param pulumi.Input[_builtins.str] name: Name of the external metadata object
|
|
195
178
|
:param pulumi.Input[_builtins.str] owner: Owner of the external metadata object
|
|
196
179
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] properties: A map of key-value properties attached to the external metadata object
|
|
197
|
-
:param pulumi.Input[_builtins.str] system_type: Type of external system. Possible values are: `AMAZON_REDSHIFT`, `AZURE_SYNAPSE`, `CONFLUENT`, `DATABRICKS`, `GOOGLE_BIGQUERY`, `KAFKA`, `LOOKER`, `MICROSOFT_FABRIC`, `MICROSOFT_SQL_SERVER`, `MONGODB`, `MYSQL`, `ORACLE`, `OTHER`, `POSTGRESQL`, `POWER_BI`, `SALESFORCE`, `SAP`, `SERVICENOW`, `SNOWFLAKE`, `TABLEAU`, `TERADATA`, `WORKDAY`
|
|
180
|
+
:param pulumi.Input[_builtins.str] system_type: Type of external system. Possible values are: `AMAZON_REDSHIFT`, `AZURE_SYNAPSE`, `CONFLUENT`, `DATABRICKS`, `GOOGLE_BIGQUERY`, `KAFKA`, `LOOKER`, `MICROSOFT_FABRIC`, `MICROSOFT_SQL_SERVER`, `MONGODB`, `MYSQL`, `ORACLE`, `OTHER`, `POSTGRESQL`, `POWER_BI`, `SALESFORCE`, `SAP`, `SERVICENOW`, `SNOWFLAKE`, `STREAM_NATIVE`, `TABLEAU`, `TERADATA`, `WORKDAY`
|
|
198
181
|
:param pulumi.Input[_builtins.str] update_time: (string) - Time at which this external metadata object was last modified
|
|
199
182
|
:param pulumi.Input[_builtins.str] updated_by: (string) - Username of user who last modified external metadata object
|
|
200
183
|
:param pulumi.Input[_builtins.str] url: URL associated with the external metadata object
|
|
201
|
-
:param pulumi.Input[_builtins.str] workspace_id: Workspace ID of the resource
|
|
202
184
|
"""
|
|
203
185
|
if columns is not None:
|
|
204
186
|
pulumi.set(__self__, "columns", columns)
|
|
@@ -226,8 +208,6 @@ class _ExternalMetadataState:
|
|
|
226
208
|
pulumi.set(__self__, "updated_by", updated_by)
|
|
227
209
|
if url is not None:
|
|
228
210
|
pulumi.set(__self__, "url", url)
|
|
229
|
-
if workspace_id is not None:
|
|
230
|
-
pulumi.set(__self__, "workspace_id", workspace_id)
|
|
231
211
|
|
|
232
212
|
@_builtins.property
|
|
233
213
|
@pulumi.getter
|
|
@@ -341,7 +321,7 @@ class _ExternalMetadataState:
|
|
|
341
321
|
@pulumi.getter(name="systemType")
|
|
342
322
|
def system_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
343
323
|
"""
|
|
344
|
-
Type of external system. Possible values are: `AMAZON_REDSHIFT`, `AZURE_SYNAPSE`, `CONFLUENT`, `DATABRICKS`, `GOOGLE_BIGQUERY`, `KAFKA`, `LOOKER`, `MICROSOFT_FABRIC`, `MICROSOFT_SQL_SERVER`, `MONGODB`, `MYSQL`, `ORACLE`, `OTHER`, `POSTGRESQL`, `POWER_BI`, `SALESFORCE`, `SAP`, `SERVICENOW`, `SNOWFLAKE`, `TABLEAU`, `TERADATA`, `WORKDAY`
|
|
324
|
+
Type of external system. Possible values are: `AMAZON_REDSHIFT`, `AZURE_SYNAPSE`, `CONFLUENT`, `DATABRICKS`, `GOOGLE_BIGQUERY`, `KAFKA`, `LOOKER`, `MICROSOFT_FABRIC`, `MICROSOFT_SQL_SERVER`, `MONGODB`, `MYSQL`, `ORACLE`, `OTHER`, `POSTGRESQL`, `POWER_BI`, `SALESFORCE`, `SAP`, `SERVICENOW`, `SNOWFLAKE`, `STREAM_NATIVE`, `TABLEAU`, `TERADATA`, `WORKDAY`
|
|
345
325
|
"""
|
|
346
326
|
return pulumi.get(self, "system_type")
|
|
347
327
|
|
|
@@ -385,18 +365,6 @@ class _ExternalMetadataState:
|
|
|
385
365
|
def url(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
386
366
|
pulumi.set(self, "url", value)
|
|
387
367
|
|
|
388
|
-
@_builtins.property
|
|
389
|
-
@pulumi.getter(name="workspaceId")
|
|
390
|
-
def workspace_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
391
|
-
"""
|
|
392
|
-
Workspace ID of the resource
|
|
393
|
-
"""
|
|
394
|
-
return pulumi.get(self, "workspace_id")
|
|
395
|
-
|
|
396
|
-
@workspace_id.setter
|
|
397
|
-
def workspace_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
398
|
-
pulumi.set(self, "workspace_id", value)
|
|
399
|
-
|
|
400
368
|
|
|
401
369
|
@pulumi.type_token("databricks:index/externalMetadata:ExternalMetadata")
|
|
402
370
|
class ExternalMetadata(pulumi.CustomResource):
|
|
@@ -412,9 +380,10 @@ class ExternalMetadata(pulumi.CustomResource):
|
|
|
412
380
|
properties: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
|
413
381
|
system_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
414
382
|
url: Optional[pulumi.Input[_builtins.str]] = None,
|
|
415
|
-
workspace_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
416
383
|
__props__=None):
|
|
417
384
|
"""
|
|
385
|
+
[](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
386
|
+
|
|
418
387
|
To enrich lineage with workloads that are run outside of Databricks (for example, first mile ETL or last mile BI),
|
|
419
388
|
Unity Catalog is introducing the external metadata object. UC lets you add external metadata objects to augment the data lineage it captures automatically, giving you an end-to-end lineage view in UC.
|
|
420
389
|
This is useful when you want to capture where data came from (for example, Salesforce or MySQL) before it was ingested into UC or where data is being consumed outside UC (for example, Tableau or PowerBI).
|
|
@@ -464,7 +433,7 @@ class ExternalMetadata(pulumi.CustomResource):
|
|
|
464
433
|
If you are using an older version of Pulumi, import the resource using the `pulumi import` command as follows:
|
|
465
434
|
|
|
466
435
|
```sh
|
|
467
|
-
$ pulumi import databricks:index/externalMetadata:ExternalMetadata
|
|
436
|
+
$ pulumi import databricks:index/externalMetadata:ExternalMetadata this "name"
|
|
468
437
|
```
|
|
469
438
|
|
|
470
439
|
:param str resource_name: The name of the resource.
|
|
@@ -475,9 +444,8 @@ class ExternalMetadata(pulumi.CustomResource):
|
|
|
475
444
|
:param pulumi.Input[_builtins.str] name: Name of the external metadata object
|
|
476
445
|
:param pulumi.Input[_builtins.str] owner: Owner of the external metadata object
|
|
477
446
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] properties: A map of key-value properties attached to the external metadata object
|
|
478
|
-
:param pulumi.Input[_builtins.str] system_type: Type of external system. Possible values are: `AMAZON_REDSHIFT`, `AZURE_SYNAPSE`, `CONFLUENT`, `DATABRICKS`, `GOOGLE_BIGQUERY`, `KAFKA`, `LOOKER`, `MICROSOFT_FABRIC`, `MICROSOFT_SQL_SERVER`, `MONGODB`, `MYSQL`, `ORACLE`, `OTHER`, `POSTGRESQL`, `POWER_BI`, `SALESFORCE`, `SAP`, `SERVICENOW`, `SNOWFLAKE`, `TABLEAU`, `TERADATA`, `WORKDAY`
|
|
447
|
+
:param pulumi.Input[_builtins.str] system_type: Type of external system. Possible values are: `AMAZON_REDSHIFT`, `AZURE_SYNAPSE`, `CONFLUENT`, `DATABRICKS`, `GOOGLE_BIGQUERY`, `KAFKA`, `LOOKER`, `MICROSOFT_FABRIC`, `MICROSOFT_SQL_SERVER`, `MONGODB`, `MYSQL`, `ORACLE`, `OTHER`, `POSTGRESQL`, `POWER_BI`, `SALESFORCE`, `SAP`, `SERVICENOW`, `SNOWFLAKE`, `STREAM_NATIVE`, `TABLEAU`, `TERADATA`, `WORKDAY`
|
|
479
448
|
:param pulumi.Input[_builtins.str] url: URL associated with the external metadata object
|
|
480
|
-
:param pulumi.Input[_builtins.str] workspace_id: Workspace ID of the resource
|
|
481
449
|
"""
|
|
482
450
|
...
|
|
483
451
|
@overload
|
|
@@ -486,6 +454,8 @@ class ExternalMetadata(pulumi.CustomResource):
|
|
|
486
454
|
args: ExternalMetadataArgs,
|
|
487
455
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
488
456
|
"""
|
|
457
|
+
[](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
458
|
+
|
|
489
459
|
To enrich lineage with workloads that are run outside of Databricks (for example, first mile ETL or last mile BI),
|
|
490
460
|
Unity Catalog is introducing the external metadata object. UC lets you add external metadata objects to augment the data lineage it captures automatically, giving you an end-to-end lineage view in UC.
|
|
491
461
|
This is useful when you want to capture where data came from (for example, Salesforce or MySQL) before it was ingested into UC or where data is being consumed outside UC (for example, Tableau or PowerBI).
|
|
@@ -535,7 +505,7 @@ class ExternalMetadata(pulumi.CustomResource):
|
|
|
535
505
|
If you are using an older version of Pulumi, import the resource using the `pulumi import` command as follows:
|
|
536
506
|
|
|
537
507
|
```sh
|
|
538
|
-
$ pulumi import databricks:index/externalMetadata:ExternalMetadata
|
|
508
|
+
$ pulumi import databricks:index/externalMetadata:ExternalMetadata this "name"
|
|
539
509
|
```
|
|
540
510
|
|
|
541
511
|
:param str resource_name: The name of the resource.
|
|
@@ -561,7 +531,6 @@ class ExternalMetadata(pulumi.CustomResource):
|
|
|
561
531
|
properties: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
|
562
532
|
system_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
563
533
|
url: Optional[pulumi.Input[_builtins.str]] = None,
|
|
564
|
-
workspace_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
565
534
|
__props__=None):
|
|
566
535
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
567
536
|
if not isinstance(opts, pulumi.ResourceOptions):
|
|
@@ -583,7 +552,6 @@ class ExternalMetadata(pulumi.CustomResource):
|
|
|
583
552
|
raise TypeError("Missing required property 'system_type'")
|
|
584
553
|
__props__.__dict__["system_type"] = system_type
|
|
585
554
|
__props__.__dict__["url"] = url
|
|
586
|
-
__props__.__dict__["workspace_id"] = workspace_id
|
|
587
555
|
__props__.__dict__["create_time"] = None
|
|
588
556
|
__props__.__dict__["created_by"] = None
|
|
589
557
|
__props__.__dict__["metastore_id"] = None
|
|
@@ -611,8 +579,7 @@ class ExternalMetadata(pulumi.CustomResource):
|
|
|
611
579
|
system_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
612
580
|
update_time: Optional[pulumi.Input[_builtins.str]] = None,
|
|
613
581
|
updated_by: Optional[pulumi.Input[_builtins.str]] = None,
|
|
614
|
-
url: Optional[pulumi.Input[_builtins.str]] = None
|
|
615
|
-
workspace_id: Optional[pulumi.Input[_builtins.str]] = None) -> 'ExternalMetadata':
|
|
582
|
+
url: Optional[pulumi.Input[_builtins.str]] = None) -> 'ExternalMetadata':
|
|
616
583
|
"""
|
|
617
584
|
Get an existing ExternalMetadata resource's state with the given name, id, and optional extra
|
|
618
585
|
properties used to qualify the lookup.
|
|
@@ -629,11 +596,10 @@ class ExternalMetadata(pulumi.CustomResource):
|
|
|
629
596
|
:param pulumi.Input[_builtins.str] name: Name of the external metadata object
|
|
630
597
|
:param pulumi.Input[_builtins.str] owner: Owner of the external metadata object
|
|
631
598
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] properties: A map of key-value properties attached to the external metadata object
|
|
632
|
-
:param pulumi.Input[_builtins.str] system_type: Type of external system. Possible values are: `AMAZON_REDSHIFT`, `AZURE_SYNAPSE`, `CONFLUENT`, `DATABRICKS`, `GOOGLE_BIGQUERY`, `KAFKA`, `LOOKER`, `MICROSOFT_FABRIC`, `MICROSOFT_SQL_SERVER`, `MONGODB`, `MYSQL`, `ORACLE`, `OTHER`, `POSTGRESQL`, `POWER_BI`, `SALESFORCE`, `SAP`, `SERVICENOW`, `SNOWFLAKE`, `TABLEAU`, `TERADATA`, `WORKDAY`
|
|
599
|
+
:param pulumi.Input[_builtins.str] system_type: Type of external system. Possible values are: `AMAZON_REDSHIFT`, `AZURE_SYNAPSE`, `CONFLUENT`, `DATABRICKS`, `GOOGLE_BIGQUERY`, `KAFKA`, `LOOKER`, `MICROSOFT_FABRIC`, `MICROSOFT_SQL_SERVER`, `MONGODB`, `MYSQL`, `ORACLE`, `OTHER`, `POSTGRESQL`, `POWER_BI`, `SALESFORCE`, `SAP`, `SERVICENOW`, `SNOWFLAKE`, `STREAM_NATIVE`, `TABLEAU`, `TERADATA`, `WORKDAY`
|
|
633
600
|
:param pulumi.Input[_builtins.str] update_time: (string) - Time at which this external metadata object was last modified
|
|
634
601
|
:param pulumi.Input[_builtins.str] updated_by: (string) - Username of user who last modified external metadata object
|
|
635
602
|
:param pulumi.Input[_builtins.str] url: URL associated with the external metadata object
|
|
636
|
-
:param pulumi.Input[_builtins.str] workspace_id: Workspace ID of the resource
|
|
637
603
|
"""
|
|
638
604
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
639
605
|
|
|
@@ -652,7 +618,6 @@ class ExternalMetadata(pulumi.CustomResource):
|
|
|
652
618
|
__props__.__dict__["update_time"] = update_time
|
|
653
619
|
__props__.__dict__["updated_by"] = updated_by
|
|
654
620
|
__props__.__dict__["url"] = url
|
|
655
|
-
__props__.__dict__["workspace_id"] = workspace_id
|
|
656
621
|
return ExternalMetadata(resource_name, opts=opts, __props__=__props__)
|
|
657
622
|
|
|
658
623
|
@_builtins.property
|
|
@@ -731,7 +696,7 @@ class ExternalMetadata(pulumi.CustomResource):
|
|
|
731
696
|
@pulumi.getter(name="systemType")
|
|
732
697
|
def system_type(self) -> pulumi.Output[_builtins.str]:
|
|
733
698
|
"""
|
|
734
|
-
Type of external system. Possible values are: `AMAZON_REDSHIFT`, `AZURE_SYNAPSE`, `CONFLUENT`, `DATABRICKS`, `GOOGLE_BIGQUERY`, `KAFKA`, `LOOKER`, `MICROSOFT_FABRIC`, `MICROSOFT_SQL_SERVER`, `MONGODB`, `MYSQL`, `ORACLE`, `OTHER`, `POSTGRESQL`, `POWER_BI`, `SALESFORCE`, `SAP`, `SERVICENOW`, `SNOWFLAKE`, `TABLEAU`, `TERADATA`, `WORKDAY`
|
|
699
|
+
Type of external system. Possible values are: `AMAZON_REDSHIFT`, `AZURE_SYNAPSE`, `CONFLUENT`, `DATABRICKS`, `GOOGLE_BIGQUERY`, `KAFKA`, `LOOKER`, `MICROSOFT_FABRIC`, `MICROSOFT_SQL_SERVER`, `MONGODB`, `MYSQL`, `ORACLE`, `OTHER`, `POSTGRESQL`, `POWER_BI`, `SALESFORCE`, `SAP`, `SERVICENOW`, `SNOWFLAKE`, `STREAM_NATIVE`, `TABLEAU`, `TERADATA`, `WORKDAY`
|
|
735
700
|
"""
|
|
736
701
|
return pulumi.get(self, "system_type")
|
|
737
702
|
|
|
@@ -759,11 +724,3 @@ class ExternalMetadata(pulumi.CustomResource):
|
|
|
759
724
|
"""
|
|
760
725
|
return pulumi.get(self, "url")
|
|
761
726
|
|
|
762
|
-
@_builtins.property
|
|
763
|
-
@pulumi.getter(name="workspaceId")
|
|
764
|
-
def workspace_id(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
765
|
-
"""
|
|
766
|
-
Workspace ID of the resource
|
|
767
|
-
"""
|
|
768
|
-
return pulumi.get(self, "workspace_id")
|
|
769
|
-
|