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
|
|
@@ -29,23 +28,26 @@ class GetInstanceProfilesResult:
|
|
|
29
28
|
"""
|
|
30
29
|
A collection of values returned by getInstanceProfiles.
|
|
31
30
|
"""
|
|
32
|
-
def __init__(__self__, id=None, instance_profiles=None):
|
|
31
|
+
def __init__(__self__, id=None, instance_profiles=None, provider_config=None):
|
|
33
32
|
if id and not isinstance(id, str):
|
|
34
33
|
raise TypeError("Expected argument 'id' to be a str")
|
|
35
34
|
pulumi.set(__self__, "id", id)
|
|
36
35
|
if instance_profiles and not isinstance(instance_profiles, list):
|
|
37
36
|
raise TypeError("Expected argument 'instance_profiles' to be a list")
|
|
38
37
|
pulumi.set(__self__, "instance_profiles", instance_profiles)
|
|
38
|
+
if provider_config and not isinstance(provider_config, dict):
|
|
39
|
+
raise TypeError("Expected argument 'provider_config' to be a dict")
|
|
40
|
+
pulumi.set(__self__, "provider_config", provider_config)
|
|
39
41
|
|
|
40
|
-
@property
|
|
42
|
+
@_builtins.property
|
|
41
43
|
@pulumi.getter
|
|
42
|
-
def id(self) ->
|
|
44
|
+
def id(self) -> _builtins.str:
|
|
43
45
|
"""
|
|
44
46
|
The provider-assigned unique ID for this managed resource.
|
|
45
47
|
"""
|
|
46
48
|
return pulumi.get(self, "id")
|
|
47
49
|
|
|
48
|
-
@property
|
|
50
|
+
@_builtins.property
|
|
49
51
|
@pulumi.getter(name="instanceProfiles")
|
|
50
52
|
def instance_profiles(self) -> Sequence['outputs.GetInstanceProfilesInstanceProfileResult']:
|
|
51
53
|
"""
|
|
@@ -53,6 +55,11 @@ class GetInstanceProfilesResult:
|
|
|
53
55
|
"""
|
|
54
56
|
return pulumi.get(self, "instance_profiles")
|
|
55
57
|
|
|
58
|
+
@_builtins.property
|
|
59
|
+
@pulumi.getter(name="providerConfig")
|
|
60
|
+
def provider_config(self) -> Optional['outputs.GetInstanceProfilesProviderConfigResult']:
|
|
61
|
+
return pulumi.get(self, "provider_config")
|
|
62
|
+
|
|
56
63
|
|
|
57
64
|
class AwaitableGetInstanceProfilesResult(GetInstanceProfilesResult):
|
|
58
65
|
# pylint: disable=using-constant-test
|
|
@@ -61,10 +68,12 @@ class AwaitableGetInstanceProfilesResult(GetInstanceProfilesResult):
|
|
|
61
68
|
yield self
|
|
62
69
|
return GetInstanceProfilesResult(
|
|
63
70
|
id=self.id,
|
|
64
|
-
instance_profiles=self.instance_profiles
|
|
71
|
+
instance_profiles=self.instance_profiles,
|
|
72
|
+
provider_config=self.provider_config)
|
|
65
73
|
|
|
66
74
|
|
|
67
75
|
def get_instance_profiles(instance_profiles: Optional[Sequence[Union['GetInstanceProfilesInstanceProfileArgs', 'GetInstanceProfilesInstanceProfileArgsDict']]] = None,
|
|
76
|
+
provider_config: Optional[Union['GetInstanceProfilesProviderConfigArgs', 'GetInstanceProfilesProviderConfigArgsDict']] = None,
|
|
68
77
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetInstanceProfilesResult:
|
|
69
78
|
"""
|
|
70
79
|
Lists all available databricks_instance_profiles.
|
|
@@ -85,16 +94,20 @@ def get_instance_profiles(instance_profiles: Optional[Sequence[Union['GetInstanc
|
|
|
85
94
|
|
|
86
95
|
|
|
87
96
|
:param Sequence[Union['GetInstanceProfilesInstanceProfileArgs', 'GetInstanceProfilesInstanceProfileArgsDict']] instance_profiles: Set of objects for a databricks_instance_profile. This contains the following attributes:
|
|
97
|
+
:param Union['GetInstanceProfilesProviderConfigArgs', 'GetInstanceProfilesProviderConfigArgsDict'] provider_config: Configure the provider for management through account provider. This block consists of the following fields:
|
|
88
98
|
"""
|
|
89
99
|
__args__ = dict()
|
|
90
100
|
__args__['instanceProfiles'] = instance_profiles
|
|
101
|
+
__args__['providerConfig'] = provider_config
|
|
91
102
|
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
92
103
|
__ret__ = pulumi.runtime.invoke('databricks:index/getInstanceProfiles:getInstanceProfiles', __args__, opts=opts, typ=GetInstanceProfilesResult).value
|
|
93
104
|
|
|
94
105
|
return AwaitableGetInstanceProfilesResult(
|
|
95
106
|
id=pulumi.get(__ret__, 'id'),
|
|
96
|
-
instance_profiles=pulumi.get(__ret__, 'instance_profiles')
|
|
107
|
+
instance_profiles=pulumi.get(__ret__, 'instance_profiles'),
|
|
108
|
+
provider_config=pulumi.get(__ret__, 'provider_config'))
|
|
97
109
|
def get_instance_profiles_output(instance_profiles: Optional[pulumi.Input[Optional[Sequence[Union['GetInstanceProfilesInstanceProfileArgs', 'GetInstanceProfilesInstanceProfileArgsDict']]]]] = None,
|
|
110
|
+
provider_config: Optional[pulumi.Input[Optional[Union['GetInstanceProfilesProviderConfigArgs', 'GetInstanceProfilesProviderConfigArgsDict']]]] = None,
|
|
98
111
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetInstanceProfilesResult]:
|
|
99
112
|
"""
|
|
100
113
|
Lists all available databricks_instance_profiles.
|
|
@@ -115,11 +128,14 @@ def get_instance_profiles_output(instance_profiles: Optional[pulumi.Input[Option
|
|
|
115
128
|
|
|
116
129
|
|
|
117
130
|
:param Sequence[Union['GetInstanceProfilesInstanceProfileArgs', 'GetInstanceProfilesInstanceProfileArgsDict']] instance_profiles: Set of objects for a databricks_instance_profile. This contains the following attributes:
|
|
131
|
+
:param Union['GetInstanceProfilesProviderConfigArgs', 'GetInstanceProfilesProviderConfigArgsDict'] provider_config: Configure the provider for management through account provider. This block consists of the following fields:
|
|
118
132
|
"""
|
|
119
133
|
__args__ = dict()
|
|
120
134
|
__args__['instanceProfiles'] = instance_profiles
|
|
135
|
+
__args__['providerConfig'] = provider_config
|
|
121
136
|
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
122
137
|
__ret__ = pulumi.runtime.invoke_output('databricks:index/getInstanceProfiles:getInstanceProfiles', __args__, opts=opts, typ=GetInstanceProfilesResult)
|
|
123
138
|
return __ret__.apply(lambda __response__: GetInstanceProfilesResult(
|
|
124
139
|
id=pulumi.get(__response__, 'id'),
|
|
125
|
-
instance_profiles=pulumi.get(__response__, 'instance_profiles')
|
|
140
|
+
instance_profiles=pulumi.get(__response__, 'instance_profiles'),
|
|
141
|
+
provider_config=pulumi.get(__response__, 'provider_config')))
|
pulumi_databricks/get_job.py
CHANGED
|
@@ -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
|
|
@@ -46,25 +45,25 @@ class GetJobResult:
|
|
|
46
45
|
raise TypeError("Expected argument 'name' to be a str")
|
|
47
46
|
pulumi.set(__self__, "name", name)
|
|
48
47
|
|
|
49
|
-
@property
|
|
48
|
+
@_builtins.property
|
|
50
49
|
@pulumi.getter
|
|
51
|
-
def id(self) ->
|
|
50
|
+
def id(self) -> _builtins.str:
|
|
52
51
|
"""
|
|
53
52
|
the id of Job if the resource was matched by name.
|
|
54
53
|
"""
|
|
55
54
|
return pulumi.get(self, "id")
|
|
56
55
|
|
|
57
|
-
@property
|
|
56
|
+
@_builtins.property
|
|
58
57
|
@pulumi.getter(name="jobId")
|
|
59
|
-
def job_id(self) ->
|
|
58
|
+
def job_id(self) -> _builtins.str:
|
|
60
59
|
return pulumi.get(self, "job_id")
|
|
61
60
|
|
|
62
|
-
@property
|
|
61
|
+
@_builtins.property
|
|
63
62
|
@pulumi.getter(name="jobName")
|
|
64
|
-
def job_name(self) ->
|
|
63
|
+
def job_name(self) -> _builtins.str:
|
|
65
64
|
return pulumi.get(self, "job_name")
|
|
66
65
|
|
|
67
|
-
@property
|
|
66
|
+
@_builtins.property
|
|
68
67
|
@pulumi.getter(name="jobSettings")
|
|
69
68
|
def job_settings(self) -> 'outputs.GetJobJobSettingsResult':
|
|
70
69
|
"""
|
|
@@ -72,9 +71,9 @@ class GetJobResult:
|
|
|
72
71
|
"""
|
|
73
72
|
return pulumi.get(self, "job_settings")
|
|
74
73
|
|
|
75
|
-
@property
|
|
74
|
+
@_builtins.property
|
|
76
75
|
@pulumi.getter
|
|
77
|
-
def name(self) ->
|
|
76
|
+
def name(self) -> _builtins.str:
|
|
78
77
|
"""
|
|
79
78
|
the job name of Job if the resource was matched by id.
|
|
80
79
|
"""
|
|
@@ -94,11 +93,11 @@ class AwaitableGetJobResult(GetJobResult):
|
|
|
94
93
|
name=self.name)
|
|
95
94
|
|
|
96
95
|
|
|
97
|
-
def get_job(id: Optional[
|
|
98
|
-
job_id: Optional[
|
|
99
|
-
job_name: Optional[
|
|
96
|
+
def get_job(id: Optional[_builtins.str] = None,
|
|
97
|
+
job_id: Optional[_builtins.str] = None,
|
|
98
|
+
job_name: Optional[_builtins.str] = None,
|
|
100
99
|
job_settings: Optional[Union['GetJobJobSettingsArgs', 'GetJobJobSettingsArgsDict']] = None,
|
|
101
|
-
name: Optional[
|
|
100
|
+
name: Optional[_builtins.str] = None,
|
|
102
101
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetJobResult:
|
|
103
102
|
"""
|
|
104
103
|
Retrieves the settings of Job by name or by id. Complements the feature of the get_jobs data source.
|
|
@@ -125,9 +124,9 @@ def get_job(id: Optional[builtins.str] = None,
|
|
|
125
124
|
* Job to manage [Databricks Jobs](https://docs.databricks.com/jobs.html) to run non-interactive code in a databricks_cluster.
|
|
126
125
|
|
|
127
126
|
|
|
128
|
-
:param
|
|
127
|
+
:param _builtins.str id: the id of Job if the resource was matched by name.
|
|
129
128
|
:param Union['GetJobJobSettingsArgs', 'GetJobJobSettingsArgsDict'] job_settings: the same fields as in databricks_job.
|
|
130
|
-
:param
|
|
129
|
+
:param _builtins.str name: the job name of Job if the resource was matched by id.
|
|
131
130
|
"""
|
|
132
131
|
__args__ = dict()
|
|
133
132
|
__args__['id'] = id
|
|
@@ -144,11 +143,11 @@ def get_job(id: Optional[builtins.str] = None,
|
|
|
144
143
|
job_name=pulumi.get(__ret__, 'job_name'),
|
|
145
144
|
job_settings=pulumi.get(__ret__, 'job_settings'),
|
|
146
145
|
name=pulumi.get(__ret__, 'name'))
|
|
147
|
-
def get_job_output(id: Optional[pulumi.Input[Optional[
|
|
148
|
-
job_id: Optional[pulumi.Input[Optional[
|
|
149
|
-
job_name: Optional[pulumi.Input[Optional[
|
|
146
|
+
def get_job_output(id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
147
|
+
job_id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
148
|
+
job_name: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
150
149
|
job_settings: Optional[pulumi.Input[Optional[Union['GetJobJobSettingsArgs', 'GetJobJobSettingsArgsDict']]]] = None,
|
|
151
|
-
name: Optional[pulumi.Input[Optional[
|
|
150
|
+
name: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
152
151
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetJobResult]:
|
|
153
152
|
"""
|
|
154
153
|
Retrieves the settings of Job by name or by id. Complements the feature of the get_jobs data source.
|
|
@@ -175,9 +174,9 @@ def get_job_output(id: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
|
|
175
174
|
* Job to manage [Databricks Jobs](https://docs.databricks.com/jobs.html) to run non-interactive code in a databricks_cluster.
|
|
176
175
|
|
|
177
176
|
|
|
178
|
-
:param
|
|
177
|
+
:param _builtins.str id: the id of Job if the resource was matched by name.
|
|
179
178
|
:param Union['GetJobJobSettingsArgs', 'GetJobJobSettingsArgsDict'] job_settings: the same fields as in databricks_job.
|
|
180
|
-
:param
|
|
179
|
+
:param _builtins.str name: the job name of Job if the resource was matched by id.
|
|
181
180
|
"""
|
|
182
181
|
__args__ = dict()
|
|
183
182
|
__args__['id'] = id
|
pulumi_databricks/get_jobs.py
CHANGED
|
@@ -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
|
'GetJobsResult',
|
|
@@ -27,7 +28,7 @@ class GetJobsResult:
|
|
|
27
28
|
"""
|
|
28
29
|
A collection of values returned by getJobs.
|
|
29
30
|
"""
|
|
30
|
-
def __init__(__self__, id=None, ids=None, job_name_contains=None, key=None):
|
|
31
|
+
def __init__(__self__, id=None, ids=None, job_name_contains=None, key=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)
|
|
@@ -40,33 +41,41 @@ class GetJobsResult:
|
|
|
40
41
|
if key and not isinstance(key, str):
|
|
41
42
|
raise TypeError("Expected argument 'key' to be a str")
|
|
42
43
|
pulumi.set(__self__, "key", key)
|
|
44
|
+
if provider_config and not isinstance(provider_config, dict):
|
|
45
|
+
raise TypeError("Expected argument 'provider_config' to be a dict")
|
|
46
|
+
pulumi.set(__self__, "provider_config", provider_config)
|
|
43
47
|
|
|
44
|
-
@property
|
|
48
|
+
@_builtins.property
|
|
45
49
|
@pulumi.getter
|
|
46
|
-
def id(self) ->
|
|
50
|
+
def id(self) -> _builtins.str:
|
|
47
51
|
"""
|
|
48
52
|
The provider-assigned unique ID for this managed resource.
|
|
49
53
|
"""
|
|
50
54
|
return pulumi.get(self, "id")
|
|
51
55
|
|
|
52
|
-
@property
|
|
56
|
+
@_builtins.property
|
|
53
57
|
@pulumi.getter
|
|
54
|
-
def ids(self) -> Mapping[str,
|
|
58
|
+
def ids(self) -> Mapping[str, _builtins.str]:
|
|
55
59
|
"""
|
|
56
60
|
map of Job names to ids
|
|
57
61
|
"""
|
|
58
62
|
return pulumi.get(self, "ids")
|
|
59
63
|
|
|
60
|
-
@property
|
|
64
|
+
@_builtins.property
|
|
61
65
|
@pulumi.getter(name="jobNameContains")
|
|
62
|
-
def job_name_contains(self) -> Optional[
|
|
66
|
+
def job_name_contains(self) -> Optional[_builtins.str]:
|
|
63
67
|
return pulumi.get(self, "job_name_contains")
|
|
64
68
|
|
|
65
|
-
@property
|
|
69
|
+
@_builtins.property
|
|
66
70
|
@pulumi.getter
|
|
67
|
-
def key(self) -> Optional[
|
|
71
|
+
def key(self) -> Optional[_builtins.str]:
|
|
68
72
|
return pulumi.get(self, "key")
|
|
69
73
|
|
|
74
|
+
@_builtins.property
|
|
75
|
+
@pulumi.getter(name="providerConfig")
|
|
76
|
+
def provider_config(self) -> Optional['outputs.GetJobsProviderConfigResult']:
|
|
77
|
+
return pulumi.get(self, "provider_config")
|
|
78
|
+
|
|
70
79
|
|
|
71
80
|
class AwaitableGetJobsResult(GetJobsResult):
|
|
72
81
|
# pylint: disable=using-constant-test
|
|
@@ -77,12 +86,14 @@ class AwaitableGetJobsResult(GetJobsResult):
|
|
|
77
86
|
id=self.id,
|
|
78
87
|
ids=self.ids,
|
|
79
88
|
job_name_contains=self.job_name_contains,
|
|
80
|
-
key=self.key
|
|
89
|
+
key=self.key,
|
|
90
|
+
provider_config=self.provider_config)
|
|
81
91
|
|
|
82
92
|
|
|
83
|
-
def get_jobs(ids: Optional[Mapping[str,
|
|
84
|
-
job_name_contains: Optional[
|
|
85
|
-
key: Optional[
|
|
93
|
+
def get_jobs(ids: Optional[Mapping[str, _builtins.str]] = None,
|
|
94
|
+
job_name_contains: Optional[_builtins.str] = None,
|
|
95
|
+
key: Optional[_builtins.str] = None,
|
|
96
|
+
provider_config: Optional[Union['GetJobsProviderConfigArgs', 'GetJobsProviderConfigArgsDict']] = None,
|
|
86
97
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetJobsResult:
|
|
87
98
|
"""
|
|
88
99
|
Retrieves a list of Job ids, that were created by Pulumi or manually, so that special handling could be applied.
|
|
@@ -144,14 +155,16 @@ def get_jobs(ids: Optional[Mapping[str, builtins.str]] = None,
|
|
|
144
155
|
* Job to manage [Databricks Jobs](https://docs.databricks.com/jobs.html) to run non-interactive code in a databricks_cluster.
|
|
145
156
|
|
|
146
157
|
|
|
147
|
-
:param Mapping[str,
|
|
148
|
-
:param
|
|
149
|
-
:param
|
|
158
|
+
:param Mapping[str, _builtins.str] ids: map of Job names to ids
|
|
159
|
+
:param _builtins.str job_name_contains: Only return Job ids that match the given name string (case-insensitive).
|
|
160
|
+
:param _builtins.str key: Attribute to use for keys in the returned map of Job ids by. Possible values are `name` (default) or `id`. Setting to `id` uses the job ID as the map key, allowing duplicate job names.
|
|
161
|
+
:param Union['GetJobsProviderConfigArgs', 'GetJobsProviderConfigArgsDict'] provider_config: Configure the provider for management through account provider. This block consists of the following fields:
|
|
150
162
|
"""
|
|
151
163
|
__args__ = dict()
|
|
152
164
|
__args__['ids'] = ids
|
|
153
165
|
__args__['jobNameContains'] = job_name_contains
|
|
154
166
|
__args__['key'] = key
|
|
167
|
+
__args__['providerConfig'] = provider_config
|
|
155
168
|
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
156
169
|
__ret__ = pulumi.runtime.invoke('databricks:index/getJobs:getJobs', __args__, opts=opts, typ=GetJobsResult).value
|
|
157
170
|
|
|
@@ -159,10 +172,12 @@ def get_jobs(ids: Optional[Mapping[str, builtins.str]] = None,
|
|
|
159
172
|
id=pulumi.get(__ret__, 'id'),
|
|
160
173
|
ids=pulumi.get(__ret__, 'ids'),
|
|
161
174
|
job_name_contains=pulumi.get(__ret__, 'job_name_contains'),
|
|
162
|
-
key=pulumi.get(__ret__, 'key')
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
175
|
+
key=pulumi.get(__ret__, 'key'),
|
|
176
|
+
provider_config=pulumi.get(__ret__, 'provider_config'))
|
|
177
|
+
def get_jobs_output(ids: Optional[pulumi.Input[Optional[Mapping[str, _builtins.str]]]] = None,
|
|
178
|
+
job_name_contains: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
179
|
+
key: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
180
|
+
provider_config: Optional[pulumi.Input[Optional[Union['GetJobsProviderConfigArgs', 'GetJobsProviderConfigArgsDict']]]] = None,
|
|
166
181
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetJobsResult]:
|
|
167
182
|
"""
|
|
168
183
|
Retrieves a list of Job ids, that were created by Pulumi or manually, so that special handling could be applied.
|
|
@@ -224,18 +239,21 @@ def get_jobs_output(ids: Optional[pulumi.Input[Optional[Mapping[str, builtins.st
|
|
|
224
239
|
* Job to manage [Databricks Jobs](https://docs.databricks.com/jobs.html) to run non-interactive code in a databricks_cluster.
|
|
225
240
|
|
|
226
241
|
|
|
227
|
-
:param Mapping[str,
|
|
228
|
-
:param
|
|
229
|
-
:param
|
|
242
|
+
:param Mapping[str, _builtins.str] ids: map of Job names to ids
|
|
243
|
+
:param _builtins.str job_name_contains: Only return Job ids that match the given name string (case-insensitive).
|
|
244
|
+
:param _builtins.str key: Attribute to use for keys in the returned map of Job ids by. Possible values are `name` (default) or `id`. Setting to `id` uses the job ID as the map key, allowing duplicate job names.
|
|
245
|
+
:param Union['GetJobsProviderConfigArgs', 'GetJobsProviderConfigArgsDict'] provider_config: Configure the provider for management through account provider. This block consists of the following fields:
|
|
230
246
|
"""
|
|
231
247
|
__args__ = dict()
|
|
232
248
|
__args__['ids'] = ids
|
|
233
249
|
__args__['jobNameContains'] = job_name_contains
|
|
234
250
|
__args__['key'] = key
|
|
251
|
+
__args__['providerConfig'] = provider_config
|
|
235
252
|
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
236
253
|
__ret__ = pulumi.runtime.invoke_output('databricks:index/getJobs:getJobs', __args__, opts=opts, typ=GetJobsResult)
|
|
237
254
|
return __ret__.apply(lambda __response__: GetJobsResult(
|
|
238
255
|
id=pulumi.get(__response__, 'id'),
|
|
239
256
|
ids=pulumi.get(__response__, 'ids'),
|
|
240
257
|
job_name_contains=pulumi.get(__response__, 'job_name_contains'),
|
|
241
|
-
key=pulumi.get(__response__, 'key')
|
|
258
|
+
key=pulumi.get(__response__, 'key'),
|
|
259
|
+
provider_config=pulumi.get(__response__, 'provider_config')))
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import builtins as _builtins
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from . import _utilities
|
|
16
|
+
|
|
17
|
+
__all__ = [
|
|
18
|
+
'GetMaterializedFeaturesFeatureTagResult',
|
|
19
|
+
'AwaitableGetMaterializedFeaturesFeatureTagResult',
|
|
20
|
+
'get_materialized_features_feature_tag',
|
|
21
|
+
'get_materialized_features_feature_tag_output',
|
|
22
|
+
]
|
|
23
|
+
|
|
24
|
+
@pulumi.output_type
|
|
25
|
+
class GetMaterializedFeaturesFeatureTagResult:
|
|
26
|
+
"""
|
|
27
|
+
A collection of values returned by getMaterializedFeaturesFeatureTag.
|
|
28
|
+
"""
|
|
29
|
+
def __init__(__self__, id=None, key=None, value=None):
|
|
30
|
+
if id and not isinstance(id, str):
|
|
31
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
32
|
+
pulumi.set(__self__, "id", id)
|
|
33
|
+
if key and not isinstance(key, str):
|
|
34
|
+
raise TypeError("Expected argument 'key' to be a str")
|
|
35
|
+
pulumi.set(__self__, "key", key)
|
|
36
|
+
if value and not isinstance(value, str):
|
|
37
|
+
raise TypeError("Expected argument 'value' to be a str")
|
|
38
|
+
pulumi.set(__self__, "value", value)
|
|
39
|
+
|
|
40
|
+
@_builtins.property
|
|
41
|
+
@pulumi.getter
|
|
42
|
+
def id(self) -> _builtins.str:
|
|
43
|
+
"""
|
|
44
|
+
The provider-assigned unique ID for this managed resource.
|
|
45
|
+
"""
|
|
46
|
+
return pulumi.get(self, "id")
|
|
47
|
+
|
|
48
|
+
@_builtins.property
|
|
49
|
+
@pulumi.getter
|
|
50
|
+
def key(self) -> _builtins.str:
|
|
51
|
+
"""
|
|
52
|
+
(string)
|
|
53
|
+
"""
|
|
54
|
+
return pulumi.get(self, "key")
|
|
55
|
+
|
|
56
|
+
@_builtins.property
|
|
57
|
+
@pulumi.getter
|
|
58
|
+
def value(self) -> _builtins.str:
|
|
59
|
+
"""
|
|
60
|
+
(string)
|
|
61
|
+
"""
|
|
62
|
+
return pulumi.get(self, "value")
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
class AwaitableGetMaterializedFeaturesFeatureTagResult(GetMaterializedFeaturesFeatureTagResult):
|
|
66
|
+
# pylint: disable=using-constant-test
|
|
67
|
+
def __await__(self):
|
|
68
|
+
if False:
|
|
69
|
+
yield self
|
|
70
|
+
return GetMaterializedFeaturesFeatureTagResult(
|
|
71
|
+
id=self.id,
|
|
72
|
+
key=self.key,
|
|
73
|
+
value=self.value)
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
def get_materialized_features_feature_tag(key: Optional[_builtins.str] = None,
|
|
77
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetMaterializedFeaturesFeatureTagResult:
|
|
78
|
+
"""
|
|
79
|
+
[](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
80
|
+
"""
|
|
81
|
+
__args__ = dict()
|
|
82
|
+
__args__['key'] = key
|
|
83
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
84
|
+
__ret__ = pulumi.runtime.invoke('databricks:index/getMaterializedFeaturesFeatureTag:getMaterializedFeaturesFeatureTag', __args__, opts=opts, typ=GetMaterializedFeaturesFeatureTagResult).value
|
|
85
|
+
|
|
86
|
+
return AwaitableGetMaterializedFeaturesFeatureTagResult(
|
|
87
|
+
id=pulumi.get(__ret__, 'id'),
|
|
88
|
+
key=pulumi.get(__ret__, 'key'),
|
|
89
|
+
value=pulumi.get(__ret__, 'value'))
|
|
90
|
+
def get_materialized_features_feature_tag_output(key: Optional[pulumi.Input[_builtins.str]] = None,
|
|
91
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetMaterializedFeaturesFeatureTagResult]:
|
|
92
|
+
"""
|
|
93
|
+
[](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
94
|
+
"""
|
|
95
|
+
__args__ = dict()
|
|
96
|
+
__args__['key'] = key
|
|
97
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
98
|
+
__ret__ = pulumi.runtime.invoke_output('databricks:index/getMaterializedFeaturesFeatureTag:getMaterializedFeaturesFeatureTag', __args__, opts=opts, typ=GetMaterializedFeaturesFeatureTagResult)
|
|
99
|
+
return __ret__.apply(lambda __response__: GetMaterializedFeaturesFeatureTagResult(
|
|
100
|
+
id=pulumi.get(__response__, 'id'),
|
|
101
|
+
key=pulumi.get(__response__, 'key'),
|
|
102
|
+
value=pulumi.get(__response__, 'value')))
|
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import builtins as _builtins
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from . import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
|
|
18
|
+
__all__ = [
|
|
19
|
+
'GetMaterializedFeaturesFeatureTagsResult',
|
|
20
|
+
'AwaitableGetMaterializedFeaturesFeatureTagsResult',
|
|
21
|
+
'get_materialized_features_feature_tags',
|
|
22
|
+
'get_materialized_features_feature_tags_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetMaterializedFeaturesFeatureTagsResult:
|
|
27
|
+
"""
|
|
28
|
+
A collection of values returned by getMaterializedFeaturesFeatureTags.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, feature_name=None, feature_tags=None, id=None, page_size=None, table_name=None):
|
|
31
|
+
if feature_name and not isinstance(feature_name, str):
|
|
32
|
+
raise TypeError("Expected argument 'feature_name' to be a str")
|
|
33
|
+
pulumi.set(__self__, "feature_name", feature_name)
|
|
34
|
+
if feature_tags and not isinstance(feature_tags, list):
|
|
35
|
+
raise TypeError("Expected argument 'feature_tags' to be a list")
|
|
36
|
+
pulumi.set(__self__, "feature_tags", feature_tags)
|
|
37
|
+
if id and not isinstance(id, str):
|
|
38
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
39
|
+
pulumi.set(__self__, "id", id)
|
|
40
|
+
if page_size and not isinstance(page_size, int):
|
|
41
|
+
raise TypeError("Expected argument 'page_size' to be a int")
|
|
42
|
+
pulumi.set(__self__, "page_size", page_size)
|
|
43
|
+
if table_name and not isinstance(table_name, str):
|
|
44
|
+
raise TypeError("Expected argument 'table_name' to be a str")
|
|
45
|
+
pulumi.set(__self__, "table_name", table_name)
|
|
46
|
+
|
|
47
|
+
@_builtins.property
|
|
48
|
+
@pulumi.getter(name="featureName")
|
|
49
|
+
def feature_name(self) -> _builtins.str:
|
|
50
|
+
return pulumi.get(self, "feature_name")
|
|
51
|
+
|
|
52
|
+
@_builtins.property
|
|
53
|
+
@pulumi.getter(name="featureTags")
|
|
54
|
+
def feature_tags(self) -> Sequence['outputs.GetMaterializedFeaturesFeatureTagsFeatureTagResult']:
|
|
55
|
+
return pulumi.get(self, "feature_tags")
|
|
56
|
+
|
|
57
|
+
@_builtins.property
|
|
58
|
+
@pulumi.getter
|
|
59
|
+
def id(self) -> _builtins.str:
|
|
60
|
+
"""
|
|
61
|
+
The provider-assigned unique ID for this managed resource.
|
|
62
|
+
"""
|
|
63
|
+
return pulumi.get(self, "id")
|
|
64
|
+
|
|
65
|
+
@_builtins.property
|
|
66
|
+
@pulumi.getter(name="pageSize")
|
|
67
|
+
def page_size(self) -> Optional[_builtins.int]:
|
|
68
|
+
return pulumi.get(self, "page_size")
|
|
69
|
+
|
|
70
|
+
@_builtins.property
|
|
71
|
+
@pulumi.getter(name="tableName")
|
|
72
|
+
def table_name(self) -> _builtins.str:
|
|
73
|
+
return pulumi.get(self, "table_name")
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
class AwaitableGetMaterializedFeaturesFeatureTagsResult(GetMaterializedFeaturesFeatureTagsResult):
|
|
77
|
+
# pylint: disable=using-constant-test
|
|
78
|
+
def __await__(self):
|
|
79
|
+
if False:
|
|
80
|
+
yield self
|
|
81
|
+
return GetMaterializedFeaturesFeatureTagsResult(
|
|
82
|
+
feature_name=self.feature_name,
|
|
83
|
+
feature_tags=self.feature_tags,
|
|
84
|
+
id=self.id,
|
|
85
|
+
page_size=self.page_size,
|
|
86
|
+
table_name=self.table_name)
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
def get_materialized_features_feature_tags(feature_name: Optional[_builtins.str] = None,
|
|
90
|
+
page_size: Optional[_builtins.int] = None,
|
|
91
|
+
table_name: Optional[_builtins.str] = None,
|
|
92
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetMaterializedFeaturesFeatureTagsResult:
|
|
93
|
+
"""
|
|
94
|
+
[](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
:param _builtins.int page_size: The maximum number of results to return
|
|
98
|
+
"""
|
|
99
|
+
__args__ = dict()
|
|
100
|
+
__args__['featureName'] = feature_name
|
|
101
|
+
__args__['pageSize'] = page_size
|
|
102
|
+
__args__['tableName'] = table_name
|
|
103
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
104
|
+
__ret__ = pulumi.runtime.invoke('databricks:index/getMaterializedFeaturesFeatureTags:getMaterializedFeaturesFeatureTags', __args__, opts=opts, typ=GetMaterializedFeaturesFeatureTagsResult).value
|
|
105
|
+
|
|
106
|
+
return AwaitableGetMaterializedFeaturesFeatureTagsResult(
|
|
107
|
+
feature_name=pulumi.get(__ret__, 'feature_name'),
|
|
108
|
+
feature_tags=pulumi.get(__ret__, 'feature_tags'),
|
|
109
|
+
id=pulumi.get(__ret__, 'id'),
|
|
110
|
+
page_size=pulumi.get(__ret__, 'page_size'),
|
|
111
|
+
table_name=pulumi.get(__ret__, 'table_name'))
|
|
112
|
+
def get_materialized_features_feature_tags_output(feature_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
113
|
+
page_size: Optional[pulumi.Input[Optional[_builtins.int]]] = None,
|
|
114
|
+
table_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
115
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetMaterializedFeaturesFeatureTagsResult]:
|
|
116
|
+
"""
|
|
117
|
+
[](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
:param _builtins.int page_size: The maximum number of results to return
|
|
121
|
+
"""
|
|
122
|
+
__args__ = dict()
|
|
123
|
+
__args__['featureName'] = feature_name
|
|
124
|
+
__args__['pageSize'] = page_size
|
|
125
|
+
__args__['tableName'] = table_name
|
|
126
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
127
|
+
__ret__ = pulumi.runtime.invoke_output('databricks:index/getMaterializedFeaturesFeatureTags:getMaterializedFeaturesFeatureTags', __args__, opts=opts, typ=GetMaterializedFeaturesFeatureTagsResult)
|
|
128
|
+
return __ret__.apply(lambda __response__: GetMaterializedFeaturesFeatureTagsResult(
|
|
129
|
+
feature_name=pulumi.get(__response__, 'feature_name'),
|
|
130
|
+
feature_tags=pulumi.get(__response__, 'feature_tags'),
|
|
131
|
+
id=pulumi.get(__response__, 'id'),
|
|
132
|
+
page_size=pulumi.get(__response__, 'page_size'),
|
|
133
|
+
table_name=pulumi.get(__response__, 'table_name')))
|