Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
668 changes: 334 additions & 334 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/cleanrooms/src/v1/client.ts
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export class CleanRoomsClient {
/**
* Create a new clean room with the specified collaborators.
* This method is asynchronous; the returned name field inside the clean_room field can be used to poll the clean room status,
* using the :method:cleanrooms/get method.
* using the [cleanrooms/get](https://docs.databricks.com/api/workspace/cleanrooms/get) method.
* When this method returns, the clean room will be in a PROVISIONING state, with only name, owner, comment, created_at and status populated.
* The clean room will be usable once it enters an ACTIVE state.
*
Expand Down Expand Up @@ -150,7 +150,7 @@ export class CleanRoomsClient {
/**
* Create a new clean room with the specified collaborators.
* This method is asynchronous; the returned name field inside the clean_room field can be used to poll the clean room status,
* using the :method:cleanrooms/get method.
* using the [cleanrooms/get](https://docs.databricks.com/api/workspace/cleanrooms/get) method.
* When this method returns, the clean room will be in a PROVISIONING state, with only name, owner, comment, created_at and status populated.
* The clean room will be usable once it enters an ACTIVE state.
*
Expand Down
2 changes: 1 addition & 1 deletion packages/cleanrooms/src/v1/model.ts
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ export interface CleanRoomAsset_ForeignTableLocalDetails {
export interface CleanRoomAsset_Notebook {
/**
* Base 64 representation of the notebook contents.
* This is the same format as returned by :method:workspace/export with the format of **HTML**.
* This is the same format as returned by [workspace/export](https://docs.databricks.com/api/workspace/workspace/export) with the format of **HTML**.
*/
notebookContent?: string | undefined;
/** Server generated etag that represents the notebook version. */
Expand Down
28 changes: 14 additions & 14 deletions packages/clusters/src/v2/model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1276,7 +1276,7 @@ export interface ClusterAttributes {
/**
* The Spark version of the cluster, e.g. `3.3.x-scala2.11`.
* A list of available Spark versions can be retrieved by using
* the :method:clusters/sparkVersions API call.
* the [clusters/sparkVersions](https://docs.databricks.com/api/workspace/clusters/sparkversions) API call.
*/
sparkVersion?: string | undefined;
/**
Expand Down Expand Up @@ -1304,7 +1304,7 @@ export interface ClusterAttributes {
* This field encodes, through a single value, the resources available to each of
* the Spark nodes in this cluster. For example, the Spark nodes can be provisioned
* and optimized for memory or compute intensive workloads. A list of available node
* types can be retrieved by using the :method:clusters/listNodeTypes API call.
* types can be retrieved by using the [clusters/listNodeTypes](https://docs.databricks.com/api/workspace/clusters/listnodetypes) API call.
*/
nodeTypeId?: string | undefined;
/**
Expand Down Expand Up @@ -1535,7 +1535,7 @@ export interface ClusterInfo {
/**
* The Spark version of the cluster, e.g. `3.3.x-scala2.11`.
* A list of available Spark versions can be retrieved by using
* the :method:clusters/sparkVersions API call.
* the [clusters/sparkVersions](https://docs.databricks.com/api/workspace/clusters/sparkversions) API call.
*/
sparkVersion?: string | undefined;
/**
Expand Down Expand Up @@ -1563,7 +1563,7 @@ export interface ClusterInfo {
* This field encodes, through a single value, the resources available to each of
* the Spark nodes in this cluster. For example, the Spark nodes can be provisioned
* and optimized for memory or compute intensive workloads. A list of available node
* types can be retrieved by using the :method:clusters/listNodeTypes API call.
* types can be retrieved by using the [clusters/listNodeTypes](https://docs.databricks.com/api/workspace/clusters/listnodetypes) API call.
*/
nodeTypeId?: string | undefined;
/**
Expand Down Expand Up @@ -1730,7 +1730,7 @@ export interface ClusterInfo_ComputeSpec {
/**
* The Spark version of the cluster, e.g. `3.3.x-scala2.11`.
* A list of available Spark versions can be retrieved by using
* the :method:clusters/sparkVersions API call.
* the [clusters/sparkVersions](https://docs.databricks.com/api/workspace/clusters/sparkversions) API call.
*/
sparkVersion?: string | undefined;
/**
Expand Down Expand Up @@ -1758,7 +1758,7 @@ export interface ClusterInfo_ComputeSpec {
* This field encodes, through a single value, the resources available to each of
* the Spark nodes in this cluster. For example, the Spark nodes can be provisioned
* and optimized for memory or compute intensive workloads. A list of available node
* types can be retrieved by using the :method:clusters/listNodeTypes API call.
* types can be retrieved by using the [clusters/listNodeTypes](https://docs.databricks.com/api/workspace/clusters/listnodetypes) API call.
*/
nodeTypeId?: string | undefined;
/**
Expand Down Expand Up @@ -2003,7 +2003,7 @@ export interface CreateClusterRequest {
/**
* The Spark version of the cluster, e.g. `3.3.x-scala2.11`.
* A list of available Spark versions can be retrieved by using
* the :method:clusters/sparkVersions API call.
* the [clusters/sparkVersions](https://docs.databricks.com/api/workspace/clusters/sparkversions) API call.
*/
sparkVersion?: string | undefined;
/**
Expand Down Expand Up @@ -2031,7 +2031,7 @@ export interface CreateClusterRequest {
* This field encodes, through a single value, the resources available to each of
* the Spark nodes in this cluster. For example, the Spark nodes can be provisioned
* and optimized for memory or compute intensive workloads. A list of available node
* types can be retrieved by using the :method:clusters/listNodeTypes API call.
* types can be retrieved by using the [clusters/listNodeTypes](https://docs.databricks.com/api/workspace/clusters/listnodetypes) API call.
*/
nodeTypeId?: string | undefined;
/**
Expand Down Expand Up @@ -2231,7 +2231,7 @@ export interface EditClusterRequest {
/**
* The Spark version of the cluster, e.g. `3.3.x-scala2.11`.
* A list of available Spark versions can be retrieved by using
* the :method:clusters/sparkVersions API call.
* the [clusters/sparkVersions](https://docs.databricks.com/api/workspace/clusters/sparkversions) API call.
*/
sparkVersion?: string | undefined;
/**
Expand Down Expand Up @@ -2259,7 +2259,7 @@ export interface EditClusterRequest {
* This field encodes, through a single value, the resources available to each of
* the Spark nodes in this cluster. For example, the Spark nodes can be provisioned
* and optimized for memory or compute intensive workloads. A list of available node
* types can be retrieved by using the :method:clusters/listNodeTypes API call.
* types can be retrieved by using the [clusters/listNodeTypes](https://docs.databricks.com/api/workspace/clusters/listnodetypes) API call.
*/
nodeTypeId?: string | undefined;
/**
Expand Down Expand Up @@ -2435,7 +2435,7 @@ export interface EnforcePolicyComplianceForClusterResponse_ClusterSettings {
/**
* The Spark version of the cluster, e.g. `3.3.x-scala2.11`.
* A list of available Spark versions can be retrieved by using
* the :method:clusters/sparkVersions API call.
* the [clusters/sparkVersions](https://docs.databricks.com/api/workspace/clusters/sparkversions) API call.
*/
sparkVersion?: string | undefined;
/**
Expand Down Expand Up @@ -2463,7 +2463,7 @@ export interface EnforcePolicyComplianceForClusterResponse_ClusterSettings {
* This field encodes, through a single value, the resources available to each of
* the Spark nodes in this cluster. For example, the Spark nodes can be provisioned
* and optimized for memory or compute intensive workloads. A list of available node
* types can be retrieved by using the :method:clusters/listNodeTypes API call.
* types can be retrieved by using the [clusters/listNodeTypes](https://docs.databricks.com/api/workspace/clusters/listnodetypes) API call.
*/
nodeTypeId?: string | undefined;
/**
Expand Down Expand Up @@ -3450,7 +3450,7 @@ export interface UpdateClusterRequest_UpdateClusterResource {
/**
* The Spark version of the cluster, e.g. `3.3.x-scala2.11`.
* A list of available Spark versions can be retrieved by using
* the :method:clusters/sparkVersions API call.
* the [clusters/sparkVersions](https://docs.databricks.com/api/workspace/clusters/sparkversions) API call.
*/
sparkVersion?: string | undefined;
/**
Expand Down Expand Up @@ -3478,7 +3478,7 @@ export interface UpdateClusterRequest_UpdateClusterResource {
* This field encodes, through a single value, the resources available to each of
* the Spark nodes in this cluster. For example, the Spark nodes can be provisioned
* and optimized for memory or compute intensive workloads. A list of available node
* types can be retrieved by using the :method:clusters/listNodeTypes API call.
* types can be retrieved by using the [clusters/listNodeTypes](https://docs.databricks.com/api/workspace/clusters/listnodetypes) API call.
*/
nodeTypeId?: string | undefined;
/**
Expand Down
4 changes: 4 additions & 0 deletions packages/features/src/v1/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ export type {
EntityColumn,
Feature,
FieldDefinition,
FirstDistinctNFunction,
FirstFunction,
FirstNFunction,
FlatSchema,
Function,
Function_ExtraParameter,
Expand All @@ -57,7 +59,9 @@ export type {
KafkaSource,
KafkaStreamConfig,
KafkaSubscriptionMode,
LastDistinctNFunction,
LastFunction,
LastNFunction,
LineageContext,
ListFeaturesRequest,
ListFeaturesResponse,
Expand Down
Loading
Loading