@pulumi/databricks 1.79.0-alpha.1766174506 → 1.79.0-alpha.1766202127
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.
- package/accessControlRuleSet.d.ts +46 -0
- package/accessControlRuleSet.js +43 -0
- package/accessControlRuleSet.js.map +1 -1
- package/accountSettingV2.d.ts +123 -6
- package/accountSettingV2.js.map +1 -1
- package/alertV2.d.ts +1 -1
- package/alertV2.js +1 -1
- package/app.d.ts +3 -3
- package/catalog.d.ts +1 -1
- package/credential.d.ts +3 -3
- package/dashboard.d.ts +24 -0
- package/dashboard.js +4 -0
- package/dashboard.js.map +1 -1
- package/dataQualityMonitor.d.ts +1 -1
- package/dataQualityMonitor.js +1 -1
- package/dataQualityRefresh.d.ts +1 -1
- package/dataQualityRefresh.js +1 -1
- package/featureEngineeringFeature.d.ts +5 -2
- package/featureEngineeringFeature.js +2 -3
- package/featureEngineeringFeature.js.map +1 -1
- package/featureEngineeringKafkaConfig.d.ts +149 -0
- package/featureEngineeringKafkaConfig.js +93 -0
- package/featureEngineeringKafkaConfig.js.map +1 -0
- package/featureEngineeringMaterializedFeature.d.ts +12 -0
- package/featureEngineeringMaterializedFeature.js +2 -0
- package/featureEngineeringMaterializedFeature.js.map +1 -1
- package/getAccountSettingV2.d.ts +16 -16
- package/getAlertV2.d.ts +2 -2
- package/getAlertV2.js +2 -2
- package/getAlertsV2.d.ts +2 -2
- package/getAlertsV2.js +2 -2
- package/getDataQualityMonitor.d.ts +2 -2
- package/getDataQualityMonitor.js +2 -2
- package/getDataQualityMonitors.d.ts +2 -2
- package/getDataQualityMonitors.js +2 -2
- package/getDataQualityRefresh.d.ts +2 -2
- package/getDataQualityRefresh.js +2 -2
- package/getDataQualityRefreshes.d.ts +2 -2
- package/getDataQualityRefreshes.js +2 -2
- package/getFeatureEngineeringFeature.d.ts +1 -0
- package/getFeatureEngineeringFeature.js.map +1 -1
- package/getFeatureEngineeringKafkaConfig.d.ts +70 -0
- package/getFeatureEngineeringKafkaConfig.js +28 -0
- package/getFeatureEngineeringKafkaConfig.js.map +1 -0
- package/getFeatureEngineeringKafkaConfigs.d.ts +39 -0
- package/getFeatureEngineeringKafkaConfigs.js +30 -0
- package/getFeatureEngineeringKafkaConfigs.js.map +1 -0
- package/getFeatureEngineeringMaterializedFeature.d.ts +5 -1
- package/getFeatureEngineeringMaterializedFeature.js.map +1 -1
- package/getPolicyInfo.d.ts +40 -2
- package/getPolicyInfo.js +40 -2
- package/getPolicyInfo.js.map +1 -1
- package/getPolicyInfos.d.ts +38 -2
- package/getPolicyInfos.js +38 -2
- package/getPolicyInfos.js.map +1 -1
- package/getServicePrincipals.d.ts +17 -3
- package/getServicePrincipals.js +2 -0
- package/getServicePrincipals.js.map +1 -1
- package/getSparkVersion.d.ts +2 -2
- package/getTagPolicies.d.ts +2 -2
- package/getTagPolicies.js +2 -2
- package/getTagPolicy.d.ts +2 -2
- package/getTagPolicy.js +2 -2
- package/getUsers.d.ts +136 -0
- package/getUsers.js +104 -0
- package/getUsers.js.map +1 -0
- package/getWorkspaceEntityTagAssignment.d.ts +108 -0
- package/getWorkspaceEntityTagAssignment.js +72 -0
- package/getWorkspaceEntityTagAssignment.js.map +1 -0
- package/getWorkspaceEntityTagAssignments.d.ts +99 -0
- package/getWorkspaceEntityTagAssignments.js +68 -0
- package/getWorkspaceEntityTagAssignments.js.map +1 -0
- package/getWorkspaceSettingV2.d.ts +16 -16
- package/index.d.ts +21 -0
- package/index.js +33 -7
- package/index.js.map +1 -1
- package/lakehouseMonitor.d.ts +1 -1
- package/lakehouseMonitor.js +1 -1
- package/mwsWorkspaces.d.ts +19 -5
- package/mwsWorkspaces.js +16 -2
- package/mwsWorkspaces.js.map +1 -1
- package/package.json +2 -2
- package/pipeline.d.ts +3 -3
- package/policyInfo.d.ts +63 -1
- package/policyInfo.js +63 -1
- package/policyInfo.js.map +1 -1
- package/rfaAccessRequestDestinations.d.ts +2 -2
- package/rfaAccessRequestDestinations.js +0 -3
- package/rfaAccessRequestDestinations.js.map +1 -1
- package/tagPolicy.d.ts +1 -1
- package/tagPolicy.js +1 -1
- package/types/input.d.ts +357 -35
- package/types/output.d.ts +512 -78
- package/workspaceEntityTagAssignment.d.ts +129 -0
- package/workspaceEntityTagAssignment.js +109 -0
- package/workspaceEntityTagAssignment.js.map +1 -0
- package/workspaceSettingV2.d.ts +123 -6
- package/workspaceSettingV2.js.map +1 -1
package/types/input.d.ts
CHANGED
|
@@ -13,6 +13,9 @@ export interface AccessControlRuleSetGrantRule {
|
|
|
13
13
|
* * `accounts/{account_id}/ruleSets/default`
|
|
14
14
|
* * `roles/marketplace.admin` - Databricks Marketplace administrator.
|
|
15
15
|
* * `roles/billing.admin` - Billing administrator.
|
|
16
|
+
* * `roles/tagPolicy.creator` - Creator of tag policies.
|
|
17
|
+
* * `roles/tagPolicy.manager` - Manager of tag policies.
|
|
18
|
+
* * `roles/tagPolicy.assigner` - Assigner of tag policies.
|
|
16
19
|
* * `accounts/{account_id}/servicePrincipals/{service_principal_application_id}/ruleSets/default`
|
|
17
20
|
* * `roles/servicePrincipal.manager` - Manager of a service principal.
|
|
18
21
|
* * `roles/servicePrincipal.user` - User of a service principal.
|
|
@@ -21,6 +24,9 @@ export interface AccessControlRuleSetGrantRule {
|
|
|
21
24
|
* * `accounts/{account_id}/budgetPolicies/{budget_policy_id}/ruleSets/default`
|
|
22
25
|
* * `roles/budgetPolicy.manager` - Manager of a budget policy.
|
|
23
26
|
* * `roles/budgetPolicy.user` - User of a budget policy.
|
|
27
|
+
* * `accounts/{account_id}/tagPolicies/{tag_policy_id}/ruleSets/default`
|
|
28
|
+
* * `roles/tagPolicy.manager` - Manager of a specific tag policy.
|
|
29
|
+
* * `roles/tagPolicy.assigner` - Assigner of a specific tag policy.
|
|
24
30
|
*/
|
|
25
31
|
role: pulumi.Input<string>;
|
|
26
32
|
}
|
|
@@ -371,7 +377,9 @@ export interface AlertV2EvaluationNotification {
|
|
|
371
377
|
*/
|
|
372
378
|
notifyOnOk?: pulumi.Input<boolean>;
|
|
373
379
|
/**
|
|
374
|
-
* Number of seconds an alert
|
|
380
|
+
* Number of seconds an alert waits after being triggered before it is allowed to send another notification.
|
|
381
|
+
* If set to 0 or omitted, the alert will not send any further notifications after the first trigger
|
|
382
|
+
* Setting this value to 1 allows the alert to send a notification on every evaluation where the condition is met, effectively making it always retrigger for notification purposes
|
|
375
383
|
*/
|
|
376
384
|
retriggerSeconds?: pulumi.Input<number>;
|
|
377
385
|
subscriptions?: pulumi.Input<pulumi.Input<inputs.AlertV2EvaluationNotificationSubscription>[]>;
|
|
@@ -382,7 +390,7 @@ export interface AlertV2EvaluationNotificationSubscription {
|
|
|
382
390
|
}
|
|
383
391
|
export interface AlertV2EvaluationSource {
|
|
384
392
|
/**
|
|
385
|
-
* Possible values are: `AVG`, `COUNT`, `COUNT_DISTINCT`, `MAX`, `MEDIAN`, `MIN`, `STDDEV`, `SUM`
|
|
393
|
+
* If not set, the behavior is equivalent to using `First row` in the UI. Possible values are: `AVG`, `COUNT`, `COUNT_DISTINCT`, `MAX`, `MEDIAN`, `MIN`, `STDDEV`, `SUM`
|
|
386
394
|
*/
|
|
387
395
|
aggregation?: pulumi.Input<string>;
|
|
388
396
|
display?: pulumi.Input<string>;
|
|
@@ -394,7 +402,7 @@ export interface AlertV2EvaluationThreshold {
|
|
|
394
402
|
}
|
|
395
403
|
export interface AlertV2EvaluationThresholdColumn {
|
|
396
404
|
/**
|
|
397
|
-
* Possible values are: `AVG`, `COUNT`, `COUNT_DISTINCT`, `MAX`, `MEDIAN`, `MIN`, `STDDEV`, `SUM`
|
|
405
|
+
* If not set, the behavior is equivalent to using `First row` in the UI. Possible values are: `AVG`, `COUNT`, `COUNT_DISTINCT`, `MAX`, `MEDIAN`, `MIN`, `STDDEV`, `SUM`
|
|
398
406
|
*/
|
|
399
407
|
aggregation?: pulumi.Input<string>;
|
|
400
408
|
display?: pulumi.Input<string>;
|
|
@@ -863,11 +871,17 @@ export interface ClusterAwsAttributes {
|
|
|
863
871
|
* The number of volumes launched for each instance. You can choose up to 10 volumes. This feature is only enabled for supported node types. Legacy node types cannot specify custom EBS volumes. For node types with no instance store, at least one EBS volume needs to be specified; otherwise, cluster creation will fail. These EBS volumes will be mounted at /ebs0, /ebs1, and etc. Instance store volumes will be mounted at /local_disk0, /local_disk1, and etc. If EBS volumes are attached, Databricks will configure Spark to use only the EBS volumes for scratch storage because heterogeneously sized scratch devices can lead to inefficient disk utilization. If no EBS volumes are attached, Databricks will configure Spark to use instance store volumes. If EBS volumes are specified, then the Spark configuration spark.local.dir will be overridden.
|
|
864
872
|
*/
|
|
865
873
|
ebsVolumeCount?: pulumi.Input<number>;
|
|
874
|
+
/**
|
|
875
|
+
* If using gp3 volumes, what IOPS to use for the disk. If this is not set, the maximum performance of a gp2 volume with the same volume size will be used.
|
|
876
|
+
*/
|
|
866
877
|
ebsVolumeIops?: pulumi.Input<number>;
|
|
867
878
|
/**
|
|
868
879
|
* The size of each EBS volume (in GiB) launched for each instance. For general purpose SSD, this value must be within the range 100 - 4096. For throughput optimized HDD, this value must be within the range 500 - 4096. Custom EBS volumes cannot be specified for the legacy node types (memory-optimized and compute-optimized).
|
|
869
880
|
*/
|
|
870
881
|
ebsVolumeSize?: pulumi.Input<number>;
|
|
882
|
+
/**
|
|
883
|
+
* If using gp3 volumes, what throughput to use for the disk. If this is not set, the maximum performance of a gp2 volume with the same volume size will be used.
|
|
884
|
+
*/
|
|
871
885
|
ebsVolumeThroughput?: pulumi.Input<number>;
|
|
872
886
|
/**
|
|
873
887
|
* The type of EBS volumes that will be launched with this cluster. Valid values are `GENERAL_PURPOSE_SSD` or `THROUGHPUT_OPTIMIZED_HDD`. Use this option only if you're not picking *Delta Optimized `i3.*`* node types.
|
|
@@ -1783,6 +1797,10 @@ export interface DatabaseSyncedDatabaseTableSpec {
|
|
|
1783
1797
|
timeseriesKey?: pulumi.Input<string>;
|
|
1784
1798
|
}
|
|
1785
1799
|
export interface DatabaseSyncedDatabaseTableSpecNewPipelineSpec {
|
|
1800
|
+
/**
|
|
1801
|
+
* Budget policy to set on the newly created pipeline
|
|
1802
|
+
*/
|
|
1803
|
+
budgetPolicyId?: pulumi.Input<string>;
|
|
1786
1804
|
/**
|
|
1787
1805
|
* This field needs to be specified if the destination catalog is a managed postgres catalog.
|
|
1788
1806
|
*
|
|
@@ -1948,8 +1966,29 @@ export interface FeatureEngineeringFeatureFunctionExtraParameter {
|
|
|
1948
1966
|
*/
|
|
1949
1967
|
value: pulumi.Input<string>;
|
|
1950
1968
|
}
|
|
1969
|
+
export interface FeatureEngineeringFeatureLineageContext {
|
|
1970
|
+
/**
|
|
1971
|
+
* Job context information including job ID and run ID
|
|
1972
|
+
*/
|
|
1973
|
+
jobContext?: pulumi.Input<inputs.FeatureEngineeringFeatureLineageContextJobContext>;
|
|
1974
|
+
/**
|
|
1975
|
+
* The notebook ID where this API was invoked
|
|
1976
|
+
*/
|
|
1977
|
+
notebookId?: pulumi.Input<number>;
|
|
1978
|
+
}
|
|
1979
|
+
export interface FeatureEngineeringFeatureLineageContextJobContext {
|
|
1980
|
+
/**
|
|
1981
|
+
* The job ID where this API invoked
|
|
1982
|
+
*/
|
|
1983
|
+
jobId?: pulumi.Input<number>;
|
|
1984
|
+
/**
|
|
1985
|
+
* The job run ID where this API was invoked
|
|
1986
|
+
*/
|
|
1987
|
+
jobRunId?: pulumi.Input<number>;
|
|
1988
|
+
}
|
|
1951
1989
|
export interface FeatureEngineeringFeatureSource {
|
|
1952
1990
|
deltaTableSource?: pulumi.Input<inputs.FeatureEngineeringFeatureSourceDeltaTableSource>;
|
|
1991
|
+
kafkaSource?: pulumi.Input<inputs.FeatureEngineeringFeatureSourceKafkaSource>;
|
|
1953
1992
|
}
|
|
1954
1993
|
export interface FeatureEngineeringFeatureSourceDeltaTableSource {
|
|
1955
1994
|
/**
|
|
@@ -1965,6 +2004,34 @@ export interface FeatureEngineeringFeatureSourceDeltaTableSource {
|
|
|
1965
2004
|
*/
|
|
1966
2005
|
timeseriesColumn: pulumi.Input<string>;
|
|
1967
2006
|
}
|
|
2007
|
+
export interface FeatureEngineeringFeatureSourceKafkaSource {
|
|
2008
|
+
/**
|
|
2009
|
+
* The entity column identifiers of the Kafka source
|
|
2010
|
+
*/
|
|
2011
|
+
entityColumnIdentifiers: pulumi.Input<pulumi.Input<inputs.FeatureEngineeringFeatureSourceKafkaSourceEntityColumnIdentifier>[]>;
|
|
2012
|
+
/**
|
|
2013
|
+
* Name of the Kafka source, used to identify it. This is used to look up the corresponding KafkaConfig object. Can be distinct from topic name
|
|
2014
|
+
*/
|
|
2015
|
+
name: pulumi.Input<string>;
|
|
2016
|
+
/**
|
|
2017
|
+
* The timeseries column identifier of the Kafka source
|
|
2018
|
+
*/
|
|
2019
|
+
timeseriesColumnIdentifier: pulumi.Input<inputs.FeatureEngineeringFeatureSourceKafkaSourceTimeseriesColumnIdentifier>;
|
|
2020
|
+
}
|
|
2021
|
+
export interface FeatureEngineeringFeatureSourceKafkaSourceEntityColumnIdentifier {
|
|
2022
|
+
/**
|
|
2023
|
+
* String representation of the column name or variant expression path. For nested fields, the leaf value is what will be present in materialized tables
|
|
2024
|
+
* and expected to match at query time. For example, the leaf node of value:trip_details.location_details.pickup_zip is pickup_zip
|
|
2025
|
+
*/
|
|
2026
|
+
variantExprPath: pulumi.Input<string>;
|
|
2027
|
+
}
|
|
2028
|
+
export interface FeatureEngineeringFeatureSourceKafkaSourceTimeseriesColumnIdentifier {
|
|
2029
|
+
/**
|
|
2030
|
+
* String representation of the column name or variant expression path. For nested fields, the leaf value is what will be present in materialized tables
|
|
2031
|
+
* and expected to match at query time. For example, the leaf node of value:trip_details.location_details.pickup_zip is pickup_zip
|
|
2032
|
+
*/
|
|
2033
|
+
variantExprPath: pulumi.Input<string>;
|
|
2034
|
+
}
|
|
1968
2035
|
export interface FeatureEngineeringFeatureTimeWindow {
|
|
1969
2036
|
continuous?: pulumi.Input<inputs.FeatureEngineeringFeatureTimeWindowContinuous>;
|
|
1970
2037
|
sliding?: pulumi.Input<inputs.FeatureEngineeringFeatureTimeWindowSliding>;
|
|
@@ -1987,46 +2054,52 @@ export interface FeatureEngineeringFeatureTimeWindowSliding {
|
|
|
1987
2054
|
export interface FeatureEngineeringFeatureTimeWindowTumbling {
|
|
1988
2055
|
windowDuration: pulumi.Input<string>;
|
|
1989
2056
|
}
|
|
1990
|
-
export interface
|
|
1991
|
-
/**
|
|
1992
|
-
* The Unity Catalog catalog name
|
|
1993
|
-
*/
|
|
1994
|
-
catalogName: pulumi.Input<string>;
|
|
2057
|
+
export interface FeatureEngineeringKafkaConfigAuthConfig {
|
|
1995
2058
|
/**
|
|
1996
|
-
*
|
|
2059
|
+
* Name of the Unity Catalog service credential. This value will be set under the option databricks.serviceCredential
|
|
1997
2060
|
*/
|
|
1998
|
-
|
|
2061
|
+
ucServiceCredentialName?: pulumi.Input<string>;
|
|
2062
|
+
}
|
|
2063
|
+
export interface FeatureEngineeringKafkaConfigKeySchema {
|
|
1999
2064
|
/**
|
|
2000
|
-
*
|
|
2001
|
-
* The materialized feature will be stored in a table with this prefix and a generated postfix
|
|
2065
|
+
* Schema of the JSON object in standard IETF JSON schema format (https://json-schema.org/)
|
|
2002
2066
|
*/
|
|
2003
|
-
|
|
2067
|
+
jsonSchema?: pulumi.Input<string>;
|
|
2004
2068
|
}
|
|
2005
|
-
export interface
|
|
2069
|
+
export interface FeatureEngineeringKafkaConfigSubscriptionMode {
|
|
2006
2070
|
/**
|
|
2007
|
-
*
|
|
2071
|
+
* A JSON string that contains the specific topic-partitions to consume from.
|
|
2072
|
+
* For example, for '{"topicA":[0,1],"topicB":[2,4]}', topicA's 0'th and 1st partitions will be consumed from
|
|
2008
2073
|
*/
|
|
2009
|
-
|
|
2074
|
+
assign?: pulumi.Input<string>;
|
|
2010
2075
|
/**
|
|
2011
|
-
*
|
|
2076
|
+
* A comma-separated list of Kafka topics to read from. For example, 'topicA,topicB,topicC'
|
|
2012
2077
|
*/
|
|
2013
|
-
|
|
2078
|
+
subscribe?: pulumi.Input<string>;
|
|
2014
2079
|
/**
|
|
2015
|
-
*
|
|
2080
|
+
* A regular expression matching topics to subscribe to. For example, 'topic.*' will subscribe to all topics starting with 'topic'
|
|
2016
2081
|
*/
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
*/
|
|
2021
|
-
name: pulumi.Input<string>;
|
|
2082
|
+
subscribePattern?: pulumi.Input<string>;
|
|
2083
|
+
}
|
|
2084
|
+
export interface FeatureEngineeringKafkaConfigValueSchema {
|
|
2022
2085
|
/**
|
|
2023
|
-
*
|
|
2086
|
+
* Schema of the JSON object in standard IETF JSON schema format (https://json-schema.org/)
|
|
2024
2087
|
*/
|
|
2025
|
-
|
|
2088
|
+
jsonSchema?: pulumi.Input<string>;
|
|
2089
|
+
}
|
|
2090
|
+
export interface FeatureEngineeringMaterializedFeatureOfflineStoreConfig {
|
|
2091
|
+
catalogName: pulumi.Input<string>;
|
|
2092
|
+
schemaName: pulumi.Input<string>;
|
|
2093
|
+
tableNamePrefix: pulumi.Input<string>;
|
|
2094
|
+
}
|
|
2095
|
+
export interface FeatureEngineeringMaterializedFeatureOnlineStoreConfig {
|
|
2096
|
+
catalogName: pulumi.Input<string>;
|
|
2026
2097
|
/**
|
|
2027
|
-
*
|
|
2098
|
+
* The name of the target online store
|
|
2028
2099
|
*/
|
|
2029
|
-
|
|
2100
|
+
onlineStoreName: pulumi.Input<string>;
|
|
2101
|
+
schemaName: pulumi.Input<string>;
|
|
2102
|
+
tableNamePrefix: pulumi.Input<string>;
|
|
2030
2103
|
}
|
|
2031
2104
|
export interface GetAppProviderConfig {
|
|
2032
2105
|
workspaceId: string;
|
|
@@ -8338,6 +8411,84 @@ export interface GetSchemasProviderConfigArgs {
|
|
|
8338
8411
|
*/
|
|
8339
8412
|
workspaceId: pulumi.Input<string>;
|
|
8340
8413
|
}
|
|
8414
|
+
export interface GetServicePrincipalsServicePrincipal {
|
|
8415
|
+
/**
|
|
8416
|
+
* identifier for use in databricks_access_control_rule_set, e.g. `servicePrincipals/00000000-0000-0000-0000-000000000000`.
|
|
8417
|
+
*/
|
|
8418
|
+
aclPrincipalId?: string;
|
|
8419
|
+
/**
|
|
8420
|
+
* Whether service principal is active or not.
|
|
8421
|
+
*/
|
|
8422
|
+
active?: boolean;
|
|
8423
|
+
/**
|
|
8424
|
+
* Application ID of the service principal.
|
|
8425
|
+
*/
|
|
8426
|
+
applicationId?: string;
|
|
8427
|
+
/**
|
|
8428
|
+
* Display name of the service principal, e.g. `Foo SPN`.
|
|
8429
|
+
*/
|
|
8430
|
+
displayName?: string;
|
|
8431
|
+
/**
|
|
8432
|
+
* ID of the service principal in an external identity provider.
|
|
8433
|
+
*/
|
|
8434
|
+
externalId?: string;
|
|
8435
|
+
/**
|
|
8436
|
+
* Home folder of the service principal, e.g. `/Users/11111111-2222-3333-4444-555666777888`.
|
|
8437
|
+
*/
|
|
8438
|
+
home?: string;
|
|
8439
|
+
/**
|
|
8440
|
+
* The id of the service principal (SCIM ID).
|
|
8441
|
+
*/
|
|
8442
|
+
id?: string;
|
|
8443
|
+
/**
|
|
8444
|
+
* Repos location of the service principal, e.g. `/Repos/11111111-2222-3333-4444-555666777888`.
|
|
8445
|
+
*/
|
|
8446
|
+
repos?: string;
|
|
8447
|
+
/**
|
|
8448
|
+
* same as `id`.
|
|
8449
|
+
*/
|
|
8450
|
+
scimId?: string;
|
|
8451
|
+
spId?: string;
|
|
8452
|
+
}
|
|
8453
|
+
export interface GetServicePrincipalsServicePrincipalArgs {
|
|
8454
|
+
/**
|
|
8455
|
+
* identifier for use in databricks_access_control_rule_set, e.g. `servicePrincipals/00000000-0000-0000-0000-000000000000`.
|
|
8456
|
+
*/
|
|
8457
|
+
aclPrincipalId?: pulumi.Input<string>;
|
|
8458
|
+
/**
|
|
8459
|
+
* Whether service principal is active or not.
|
|
8460
|
+
*/
|
|
8461
|
+
active?: pulumi.Input<boolean>;
|
|
8462
|
+
/**
|
|
8463
|
+
* Application ID of the service principal.
|
|
8464
|
+
*/
|
|
8465
|
+
applicationId?: pulumi.Input<string>;
|
|
8466
|
+
/**
|
|
8467
|
+
* Display name of the service principal, e.g. `Foo SPN`.
|
|
8468
|
+
*/
|
|
8469
|
+
displayName?: pulumi.Input<string>;
|
|
8470
|
+
/**
|
|
8471
|
+
* ID of the service principal in an external identity provider.
|
|
8472
|
+
*/
|
|
8473
|
+
externalId?: pulumi.Input<string>;
|
|
8474
|
+
/**
|
|
8475
|
+
* Home folder of the service principal, e.g. `/Users/11111111-2222-3333-4444-555666777888`.
|
|
8476
|
+
*/
|
|
8477
|
+
home?: pulumi.Input<string>;
|
|
8478
|
+
/**
|
|
8479
|
+
* The id of the service principal (SCIM ID).
|
|
8480
|
+
*/
|
|
8481
|
+
id?: pulumi.Input<string>;
|
|
8482
|
+
/**
|
|
8483
|
+
* Repos location of the service principal, e.g. `/Repos/11111111-2222-3333-4444-555666777888`.
|
|
8484
|
+
*/
|
|
8485
|
+
repos?: pulumi.Input<string>;
|
|
8486
|
+
/**
|
|
8487
|
+
* same as `id`.
|
|
8488
|
+
*/
|
|
8489
|
+
scimId?: pulumi.Input<string>;
|
|
8490
|
+
spId?: pulumi.Input<string>;
|
|
8491
|
+
}
|
|
8341
8492
|
export interface GetServingEndpointsEndpoint {
|
|
8342
8493
|
/**
|
|
8343
8494
|
* A block with AI Gateway configuration for the serving endpoint.
|
|
@@ -9590,6 +9741,152 @@ export interface GetTablesProviderConfigArgs {
|
|
|
9590
9741
|
*/
|
|
9591
9742
|
workspaceId: pulumi.Input<string>;
|
|
9592
9743
|
}
|
|
9744
|
+
export interface GetUsersUser {
|
|
9745
|
+
/**
|
|
9746
|
+
* Boolean that represents if this user is active.
|
|
9747
|
+
*/
|
|
9748
|
+
active?: boolean;
|
|
9749
|
+
displayName?: string;
|
|
9750
|
+
/**
|
|
9751
|
+
* All the emails associated with the Databricks user.
|
|
9752
|
+
*/
|
|
9753
|
+
emails?: inputs.GetUsersUserEmail[];
|
|
9754
|
+
/**
|
|
9755
|
+
* Entitlements assigned to the user.
|
|
9756
|
+
*/
|
|
9757
|
+
entitlements?: inputs.GetUsersUserEntitlement[];
|
|
9758
|
+
externalId?: string;
|
|
9759
|
+
/**
|
|
9760
|
+
* Indicates if the user is part of any groups.
|
|
9761
|
+
*/
|
|
9762
|
+
groups?: inputs.GetUsersUserGroup[];
|
|
9763
|
+
/**
|
|
9764
|
+
* The ID of the user.
|
|
9765
|
+
* - `userName` - The username of the user.
|
|
9766
|
+
*/
|
|
9767
|
+
id?: string;
|
|
9768
|
+
/**
|
|
9769
|
+
* - `givenName` - Given name of the Databricks user.
|
|
9770
|
+
* - `familyName` - Family name of the Databricks user.
|
|
9771
|
+
* - `displayName` - The display name of the user.
|
|
9772
|
+
*/
|
|
9773
|
+
name?: inputs.GetUsersUserName;
|
|
9774
|
+
/**
|
|
9775
|
+
* Indicates if the user has any associated roles.
|
|
9776
|
+
*/
|
|
9777
|
+
roles?: inputs.GetUsersUserRole[];
|
|
9778
|
+
/**
|
|
9779
|
+
* The schema of the user.
|
|
9780
|
+
* - `externalId` - Reserved for future use.
|
|
9781
|
+
*/
|
|
9782
|
+
schemas?: string[];
|
|
9783
|
+
userName?: string;
|
|
9784
|
+
}
|
|
9785
|
+
export interface GetUsersUserArgs {
|
|
9786
|
+
/**
|
|
9787
|
+
* Boolean that represents if this user is active.
|
|
9788
|
+
*/
|
|
9789
|
+
active?: pulumi.Input<boolean>;
|
|
9790
|
+
displayName?: pulumi.Input<string>;
|
|
9791
|
+
/**
|
|
9792
|
+
* All the emails associated with the Databricks user.
|
|
9793
|
+
*/
|
|
9794
|
+
emails?: pulumi.Input<pulumi.Input<inputs.GetUsersUserEmailArgs>[]>;
|
|
9795
|
+
/**
|
|
9796
|
+
* Entitlements assigned to the user.
|
|
9797
|
+
*/
|
|
9798
|
+
entitlements?: pulumi.Input<pulumi.Input<inputs.GetUsersUserEntitlementArgs>[]>;
|
|
9799
|
+
externalId?: pulumi.Input<string>;
|
|
9800
|
+
/**
|
|
9801
|
+
* Indicates if the user is part of any groups.
|
|
9802
|
+
*/
|
|
9803
|
+
groups?: pulumi.Input<pulumi.Input<inputs.GetUsersUserGroupArgs>[]>;
|
|
9804
|
+
/**
|
|
9805
|
+
* The ID of the user.
|
|
9806
|
+
* - `userName` - The username of the user.
|
|
9807
|
+
*/
|
|
9808
|
+
id?: pulumi.Input<string>;
|
|
9809
|
+
/**
|
|
9810
|
+
* - `givenName` - Given name of the Databricks user.
|
|
9811
|
+
* - `familyName` - Family name of the Databricks user.
|
|
9812
|
+
* - `displayName` - The display name of the user.
|
|
9813
|
+
*/
|
|
9814
|
+
name?: pulumi.Input<inputs.GetUsersUserNameArgs>;
|
|
9815
|
+
/**
|
|
9816
|
+
* Indicates if the user has any associated roles.
|
|
9817
|
+
*/
|
|
9818
|
+
roles?: pulumi.Input<pulumi.Input<inputs.GetUsersUserRoleArgs>[]>;
|
|
9819
|
+
/**
|
|
9820
|
+
* The schema of the user.
|
|
9821
|
+
* - `externalId` - Reserved for future use.
|
|
9822
|
+
*/
|
|
9823
|
+
schemas?: pulumi.Input<pulumi.Input<string>[]>;
|
|
9824
|
+
userName?: pulumi.Input<string>;
|
|
9825
|
+
}
|
|
9826
|
+
export interface GetUsersUserEmail {
|
|
9827
|
+
display?: string;
|
|
9828
|
+
primary?: boolean;
|
|
9829
|
+
ref?: string;
|
|
9830
|
+
type?: string;
|
|
9831
|
+
value?: string;
|
|
9832
|
+
}
|
|
9833
|
+
export interface GetUsersUserEmailArgs {
|
|
9834
|
+
display?: pulumi.Input<string>;
|
|
9835
|
+
primary?: pulumi.Input<boolean>;
|
|
9836
|
+
ref?: pulumi.Input<string>;
|
|
9837
|
+
type?: pulumi.Input<string>;
|
|
9838
|
+
value?: pulumi.Input<string>;
|
|
9839
|
+
}
|
|
9840
|
+
export interface GetUsersUserEntitlement {
|
|
9841
|
+
display?: string;
|
|
9842
|
+
primary?: boolean;
|
|
9843
|
+
ref?: string;
|
|
9844
|
+
type?: string;
|
|
9845
|
+
value?: string;
|
|
9846
|
+
}
|
|
9847
|
+
export interface GetUsersUserEntitlementArgs {
|
|
9848
|
+
display?: pulumi.Input<string>;
|
|
9849
|
+
primary?: pulumi.Input<boolean>;
|
|
9850
|
+
ref?: pulumi.Input<string>;
|
|
9851
|
+
type?: pulumi.Input<string>;
|
|
9852
|
+
value?: pulumi.Input<string>;
|
|
9853
|
+
}
|
|
9854
|
+
export interface GetUsersUserGroup {
|
|
9855
|
+
display?: string;
|
|
9856
|
+
primary?: boolean;
|
|
9857
|
+
ref?: string;
|
|
9858
|
+
type?: string;
|
|
9859
|
+
value?: string;
|
|
9860
|
+
}
|
|
9861
|
+
export interface GetUsersUserGroupArgs {
|
|
9862
|
+
display?: pulumi.Input<string>;
|
|
9863
|
+
primary?: pulumi.Input<boolean>;
|
|
9864
|
+
ref?: pulumi.Input<string>;
|
|
9865
|
+
type?: pulumi.Input<string>;
|
|
9866
|
+
value?: pulumi.Input<string>;
|
|
9867
|
+
}
|
|
9868
|
+
export interface GetUsersUserName {
|
|
9869
|
+
familyName?: string;
|
|
9870
|
+
givenName?: string;
|
|
9871
|
+
}
|
|
9872
|
+
export interface GetUsersUserNameArgs {
|
|
9873
|
+
familyName?: pulumi.Input<string>;
|
|
9874
|
+
givenName?: pulumi.Input<string>;
|
|
9875
|
+
}
|
|
9876
|
+
export interface GetUsersUserRole {
|
|
9877
|
+
display?: string;
|
|
9878
|
+
primary?: boolean;
|
|
9879
|
+
ref?: string;
|
|
9880
|
+
type?: string;
|
|
9881
|
+
value?: string;
|
|
9882
|
+
}
|
|
9883
|
+
export interface GetUsersUserRoleArgs {
|
|
9884
|
+
display?: pulumi.Input<string>;
|
|
9885
|
+
primary?: pulumi.Input<boolean>;
|
|
9886
|
+
ref?: pulumi.Input<string>;
|
|
9887
|
+
type?: pulumi.Input<string>;
|
|
9888
|
+
value?: pulumi.Input<string>;
|
|
9889
|
+
}
|
|
9593
9890
|
export interface GetViewsProviderConfig {
|
|
9594
9891
|
/**
|
|
9595
9892
|
* Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
|
|
@@ -12589,6 +12886,7 @@ export interface JobTrigger {
|
|
|
12589
12886
|
* configuration block to define a trigger for [File Arrival events](https://learn.microsoft.com/en-us/azure/databricks/workflows/jobs/file-arrival-triggers) consisting of following attributes:
|
|
12590
12887
|
*/
|
|
12591
12888
|
fileArrival?: pulumi.Input<inputs.JobTriggerFileArrival>;
|
|
12889
|
+
model?: pulumi.Input<inputs.JobTriggerModel>;
|
|
12592
12890
|
/**
|
|
12593
12891
|
* Indicate whether this trigger is paused or not. Either `PAUSED` or `UNPAUSED`. When the `pauseStatus` field is omitted in the block, the server will default to using `UNPAUSED` as a value for `pauseStatus`.
|
|
12594
12892
|
*/
|
|
@@ -12616,6 +12914,16 @@ export interface JobTriggerFileArrival {
|
|
|
12616
12914
|
*/
|
|
12617
12915
|
waitAfterLastChangeSeconds?: pulumi.Input<number>;
|
|
12618
12916
|
}
|
|
12917
|
+
export interface JobTriggerModel {
|
|
12918
|
+
aliases?: pulumi.Input<pulumi.Input<string>[]>;
|
|
12919
|
+
/**
|
|
12920
|
+
* The table(s) condition based on which to trigger a job run. Possible values are `ANY_UPDATED`, `ALL_UPDATED`.
|
|
12921
|
+
*/
|
|
12922
|
+
condition: pulumi.Input<string>;
|
|
12923
|
+
minTimeBetweenTriggersSeconds?: pulumi.Input<number>;
|
|
12924
|
+
securableName?: pulumi.Input<string>;
|
|
12925
|
+
waitAfterLastChangeSeconds?: pulumi.Input<number>;
|
|
12926
|
+
}
|
|
12619
12927
|
export interface JobTriggerPeriodic {
|
|
12620
12928
|
/**
|
|
12621
12929
|
* Specifies the interval at which the job should run.
|
|
@@ -13804,11 +14112,11 @@ export interface MwsNetworksGcpNetworkInfo {
|
|
|
13804
14112
|
*/
|
|
13805
14113
|
networkProjectId: pulumi.Input<string>;
|
|
13806
14114
|
/**
|
|
13807
|
-
* @deprecated gcp_network_info.pod_ip_range_name is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.
|
|
14115
|
+
* @deprecated gcp_network_info.pod_ip_range_name is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.100.0/docs/guides/gcp-workspace#creating-a-vpc
|
|
13808
14116
|
*/
|
|
13809
14117
|
podIpRangeName?: pulumi.Input<string>;
|
|
13810
14118
|
/**
|
|
13811
|
-
* @deprecated gcp_network_info.service_ip_range_name is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.
|
|
14119
|
+
* @deprecated gcp_network_info.service_ip_range_name is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.100.0/docs/guides/gcp-workspace#creating-a-vpc
|
|
13812
14120
|
*/
|
|
13813
14121
|
serviceIpRangeName?: pulumi.Input<string>;
|
|
13814
14122
|
/**
|
|
@@ -13869,11 +14177,11 @@ export interface MwsWorkspacesExternalCustomerInfo {
|
|
|
13869
14177
|
}
|
|
13870
14178
|
export interface MwsWorkspacesGcpManagedNetworkConfig {
|
|
13871
14179
|
/**
|
|
13872
|
-
* @deprecated gcp_managed_network_config.gke_cluster_pod_ip_range is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.
|
|
14180
|
+
* @deprecated gcp_managed_network_config.gke_cluster_pod_ip_range is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.100.0/docs/guides/gcp-workspace#creating-a-databricks-workspace
|
|
13873
14181
|
*/
|
|
13874
14182
|
gkeClusterPodIpRange?: pulumi.Input<string>;
|
|
13875
14183
|
/**
|
|
13876
|
-
* @deprecated gcp_managed_network_config.gke_cluster_service_ip_range is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.
|
|
14184
|
+
* @deprecated gcp_managed_network_config.gke_cluster_service_ip_range is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.100.0/docs/guides/gcp-workspace#creating-a-databricks-workspace
|
|
13877
14185
|
*/
|
|
13878
14186
|
gkeClusterServiceIpRange?: pulumi.Input<string>;
|
|
13879
14187
|
subnetCidr: pulumi.Input<string>;
|
|
@@ -14296,10 +14604,14 @@ export interface PipelineFilters {
|
|
|
14296
14604
|
}
|
|
14297
14605
|
export interface PipelineGatewayDefinition {
|
|
14298
14606
|
/**
|
|
14299
|
-
* Immutable. The Unity Catalog connection this gateway pipeline uses to communicate with the source.
|
|
14607
|
+
* Deprecated, Immutable. The Unity Catalog connection this gateway pipeline uses to communicate with the source. *Use `connectionName` instead!*
|
|
14300
14608
|
*/
|
|
14301
14609
|
connectionId?: pulumi.Input<string>;
|
|
14610
|
+
/**
|
|
14611
|
+
* Immutable. The Unity Catalog connection that this gateway pipeline uses to communicate with the source.
|
|
14612
|
+
*/
|
|
14302
14613
|
connectionName: pulumi.Input<string>;
|
|
14614
|
+
connectionParameters?: pulumi.Input<inputs.PipelineGatewayDefinitionConnectionParameters>;
|
|
14303
14615
|
/**
|
|
14304
14616
|
* Required, Immutable. The name of the catalog for the gateway pipeline's storage location.
|
|
14305
14617
|
*/
|
|
@@ -14313,8 +14625,12 @@ export interface PipelineGatewayDefinition {
|
|
|
14313
14625
|
*/
|
|
14314
14626
|
gatewayStorageSchema: pulumi.Input<string>;
|
|
14315
14627
|
}
|
|
14628
|
+
export interface PipelineGatewayDefinitionConnectionParameters {
|
|
14629
|
+
sourceCatalog?: pulumi.Input<string>;
|
|
14630
|
+
}
|
|
14316
14631
|
export interface PipelineIngestionDefinition {
|
|
14317
14632
|
connectionName?: pulumi.Input<string>;
|
|
14633
|
+
ingestFromUcForeignCatalog?: pulumi.Input<boolean>;
|
|
14318
14634
|
ingestionGatewayId?: pulumi.Input<string>;
|
|
14319
14635
|
netsuiteJarPath?: pulumi.Input<string>;
|
|
14320
14636
|
objects?: pulumi.Input<pulumi.Input<inputs.PipelineIngestionDefinitionObject>[]>;
|
|
@@ -14433,7 +14749,7 @@ export interface PipelineIngestionDefinitionObjectTableTableConfigurationWorkday
|
|
|
14433
14749
|
}
|
|
14434
14750
|
export interface PipelineIngestionDefinitionSourceConfiguration {
|
|
14435
14751
|
/**
|
|
14436
|
-
* The name of catalog in Unity Catalog. *Change of this parameter forces recreation of the pipeline.* (Conflicts with `storage`).
|
|
14752
|
+
* The name of default catalog in Unity Catalog. *Change of this parameter forces recreation of the pipeline if you switch from `storage` to `catalog` or vice versa. If pipeline was already created with `catalog` set, the value could be changed.* (Conflicts with `storage`).
|
|
14437
14753
|
*/
|
|
14438
14754
|
catalog?: pulumi.Input<inputs.PipelineIngestionDefinitionSourceConfigurationCatalog>;
|
|
14439
14755
|
}
|
|
@@ -15008,9 +15324,12 @@ export interface ShareObject {
|
|
|
15008
15324
|
* Description about the object.
|
|
15009
15325
|
*/
|
|
15010
15326
|
comment?: pulumi.Input<string>;
|
|
15327
|
+
/**
|
|
15328
|
+
* The content of the notebook file when the data object type is NOTEBOOK_FILE. This should be base64 encoded. Required for adding a NOTEBOOK_FILE, optional for updating, ignored for other types.
|
|
15329
|
+
*/
|
|
15011
15330
|
content?: pulumi.Input<string>;
|
|
15012
15331
|
/**
|
|
15013
|
-
* Type of the data object
|
|
15332
|
+
* Type of the data object. Supported types: `TABLE`, `FOREIGN_TABLE`, `SCHEMA`, `VIEW`, `MATERIALIZED_VIEW`, `STREAMING_TABLE`, `MODEL`, `NOTEBOOK_FILE`, `FUNCTION`, `FEATURE_SPEC`, and `VOLUME`.
|
|
15014
15333
|
*/
|
|
15015
15334
|
dataObjectType: pulumi.Input<string>;
|
|
15016
15335
|
effectiveCdfEnabled?: pulumi.Input<boolean>;
|
|
@@ -15028,6 +15347,9 @@ export interface ShareObject {
|
|
|
15028
15347
|
* Full name of the object, e.g. `catalog.schema.name` for a tables, views, volumes and models, or `catalog.schema` for schemas.
|
|
15029
15348
|
*/
|
|
15030
15349
|
name: pulumi.Input<string>;
|
|
15350
|
+
/**
|
|
15351
|
+
* Array of partitions for the shared data.
|
|
15352
|
+
*/
|
|
15031
15353
|
partitions?: pulumi.Input<pulumi.Input<inputs.ShareObjectPartition>[]>;
|
|
15032
15354
|
/**
|
|
15033
15355
|
* A user-provided new name for the data object within the share. If this new name is not provided, the object's original name will be used as the `sharedAs` name. The `sharedAs` name must be unique within a Share. Change forces creation of a new resource.
|