-
Notifications
You must be signed in to change notification settings - Fork 33
[Internal] Update github cache action version from v2 to v4 #415
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
If integration tests don't run automatically, an authorized user can run them manually by following the instructions below: Trigger: Inputs:
Checks will be approved automatically on success. |
rauchy
approved these changes
Mar 3, 2025
deco-sdk-tagging bot
added a commit
that referenced
this pull request
Mar 11, 2025
## Release v0.42.0 ### Internal Changes * Update Jobs ListRuns API to support paginated responses ([#411](#411)) * Update Jobs ListJobs API to support paginated responses ([#410](#410)) * Introduce automated tagging ([#409](#409)). * Update Jobs GetJob API to support paginated responses ([#403](#403)). * Update Jobs GetRun API to support paginated responses ([#402](#402)). * Update github cache action version from v2 to v4 ([#415](Update github cache action version from v2 to v4)) ### API Changes * Added `workspaceClient.forecasting()` service. * Added `executeMessageAttachmentQuery()`, `getMessageAttachmentQueryResult()` and `getSpace()` methods for `workspaceClient.genie()` service. * Added `listProviderShareAssets()` method for `workspaceClient.providers()` service. * Added `budgetPolicyId` and `effectiveBudgetPolicyId` fields for `com.databricks.sdk.service.apps.App`. * Added `policy` field for `com.databricks.sdk.service.billing.CreateBudgetPolicyRequest`. * Added `databricksGcpServiceAccount` field for `com.databricks.sdk.service.catalog.ValidateCredentialRequest`. * Added `attachmentId` field for `com.databricks.sdk.service.dashboards.GenieAttachment`. * Added `conversationId` field for `com.databricks.sdk.service.dashboards.GenieConversation`. * Added `messageId` field for `com.databricks.sdk.service.dashboards.GenieMessage`. * Added `description`, `id`, `lastUpdatedTimestamp`, `query`, `queryResultMetadata`, `statementId` and `title` fields for `com.databricks.sdk.service.dashboards.GenieQueryAttachment`. * Added `genAiComputeTask` field for `com.databricks.sdk.service.jobs.RunTask`. * Added `genAiComputeTask` field for `com.databricks.sdk.service.jobs.SubmitTask`. * Added `genAiComputeTask` field for `com.databricks.sdk.service.jobs.Task`. * Added `runName` field for `com.databricks.sdk.service.ml.CreateRun`. * Added `runName` field for `com.databricks.sdk.service.ml.RunInfo`. * Added `runName` field for `com.databricks.sdk.service.ml.UpdateRun`. * Added `lifetime` field for `com.databricks.sdk.service.oauth2.CreateServicePrincipalSecretRequest`. * Added `expireTime` field for `com.databricks.sdk.service.oauth2.CreateServicePrincipalSecretResponse`. * Added `expireTime` field for `com.databricks.sdk.service.oauth2.SecretInfo`. * Added `instanceProfileArn` field for `com.databricks.sdk.service.serving.AmazonBedrockConfig`. * Added `budgetPolicyId` field for `com.databricks.sdk.service.serving.CreateServingEndpoint`. * Added `budgetPolicyId` field for `com.databricks.sdk.service.serving.ServingEndpoint`. * Added `budgetPolicyId` field for `com.databricks.sdk.service.serving.ServingEndpointDetailed`. * Added `add`, `principal` and `remove` fields for `com.databricks.sdk.service.sharing.PermissionsChange`. * Added `columnsToRerank` field for `com.databricks.sdk.service.vectorsearch.QueryVectorIndexRequest`. * Added `ORACLE` and `TERADATA` enum values for `com.databricks.sdk.service.catalog.ConnectionType`. * Added `COULD_NOT_GET_MODEL_DEPLOYMENTS_EXCEPTION`, `FUNCTION_ARGUMENTS_INVALID_TYPE_EXCEPTION` and `MESSAGE_CANCELLED_WHILE_EXECUTING_EXCEPTION` enum values for `com.databricks.sdk.service.dashboards.MessageErrorType`. * Added `WAITING` enum value for `com.databricks.sdk.service.jobs.RunLifecycleStateV2State`. * Added `ACTIVE_ONLY`, `ALL` and `DELETED_ONLY` enum values for `com.databricks.sdk.service.ml.ViewType`. * Added `OAUTH_CLIENT_CREDENTIALS` enum value for `com.databricks.sdk.service.sharing.AuthenticationType`. * Added `RAW` enum value for `com.databricks.sdk.service.workspace.ExportFormat`. * [Breaking] Changed `getByName()` method for `workspaceClient.experiments()` service to return `com.databricks.sdk.service.ml.GetExperimentByNameResponse` class. * [Breaking] Changed `logInputs()` method for `workspaceClient.experiments()` service with new required argument order. * [Breaking] Changed `sharePermissions()` method for `workspaceClient.shares()` service to return `com.databricks.sdk.service.sharing.GetSharePermissionsResponse` class. * [Breaking] Changed `sharePermissions()` and `updatePermissions()` methods for `workspaceClient.shares()` service return type to become non-empty. * [Breaking] Changed `updatePermissions()` method for `workspaceClient.shares()` service to return `com.databricks.sdk.service.sharing.UpdateSharePermissionsResponse` class. * Changed `policyId` field for `com.databricks.sdk.service.billing.BudgetPolicy` to no longer be required. * [Breaking] Changed `policyId` field for `com.databricks.sdk.service.billing.BudgetPolicy` to no longer be required. * [Breaking] Changed `partitions` field for `com.databricks.sdk.service.cleanrooms.CleanRoomAssetTableLocalDetails` to type `com.databricks.sdk.service.cleanrooms.PartitionList` class. * [Breaking] Changed `query` field for `com.databricks.sdk.service.dashboards.GenieAttachment` to type `com.databricks.sdk.service.dashboards.GenieQueryAttachment` class. * [Breaking] Changed `digest`, `name`, `source` and `sourceType` fields for `com.databricks.sdk.service.ml.Dataset` to be required. * Changed `digest`, `name`, `source` and `sourceType` fields for `com.databricks.sdk.service.ml.Dataset` to be required. * Changed `dataset` field for `com.databricks.sdk.service.ml.DatasetInput` to be required. * [Breaking] Changed `dataset` field for `com.databricks.sdk.service.ml.DatasetInput` to be required. * [Breaking] Changed `key` and `value` fields for `com.databricks.sdk.service.ml.InputTag` to be required. * Changed `key` and `value` fields for `com.databricks.sdk.service.ml.InputTag` to be required. * [Breaking] Changed `viewType` field for `com.databricks.sdk.service.ml.ListExperimentsRequest` to type `com.databricks.sdk.service.ml.ViewType` class. * [Breaking] Changed `runId` field for `com.databricks.sdk.service.ml.LogInputs` to be required. * [Breaking] Changed `viewType` field for `com.databricks.sdk.service.ml.SearchExperiments` to type `com.databricks.sdk.service.ml.ViewType` class. * [Breaking] Changed `runViewType` field for `com.databricks.sdk.service.ml.SearchRuns` to type `com.databricks.sdk.service.ml.ViewType` class. * [Breaking] Removed `customTags` and `policyName` fields for `com.databricks.sdk.service.billing.CreateBudgetPolicyRequest`. * [Breaking] Removed `cachedQuerySchema`, `description`, `id`, `instructionId`, `instructionTitle`, `lastUpdatedTimestamp`, `query`, `statementId` and `title` fields for `com.databricks.sdk.service.dashboards.QueryAttachment`. * [Breaking] Removed `maxResults` and `pageToken` fields for `com.databricks.sdk.service.sharing.UpdateSharePermissions`. * [Breaking] Removed `ACTIVE_ONLY`, `ALL` and `DELETED_ONLY` enum values for `com.databricks.sdk.service.ml.SearchExperimentsViewType`. * [Breaking] Removed `ACTIVE_ONLY`, `ALL` and `DELETED_ONLY` enum values for `com.databricks.sdk.service.ml.SearchRunsRunViewType`.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What changes are proposed in this pull request?
V2 for actions/cache is deprecated and leading to all PR test failures (example), upgrading to use v4
How is this tested?
Existing test passes