Uh oh!
There was an error while loading. Please reload this page.
Fixed TestAccBundleDeployUcSchema test - #1997
Merged
Merged
Conversation
andrewnestertemporarily deployed
to
test-trigger-is
December 11, 2024 12:56 — with
GitHub Actions
Inactive
Contributor
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. |
andrewnestertemporarily deployed
to
test-trigger-is
December 11, 2024 12:56 — with
GitHub Actions
Inactive
eng-dev-ecosystem-bot
commented
Dec 11, 2024
Collaborator
Test Details: go/deco-tests/12276830250 |
pietern
approved these changes
Dec 11, 2024
pietern
left a comment
Contributor
There was a problem hiding this comment.
Can you include a PR link in the summary to where this was changed?
Was the failure triggered by a commit or by something changing on the backend?
andrewnester
commented
Dec 11, 2024
ContributorAuthor
Yes, this is a backend change, no changes from CLI side were done |
andrewnester
enabled auto-merge
December 11, 2024 13:12
denik
approved these changes
Dec 11, 2024
denik pushed a commit
that referenced
this pull request
May 20, 2026
## Changes It was failing because when schema.yml was removed, `catalog: main` option left set in the base pipeline definition in databricks.yml which lead to incorrect config (empty target schema) #1413 Backend behaviour changed and DLT pipelines stopped to accept empty targets leading to the error which was ignored before. ## Tests ``` --- PASS: TestAccBundleDeployUcSchema (41.75s) PASS coverage: 33.3% of statements in ./... ok github.com/databricks/cli/internal/bundle 42.210s coverage: 33.3% of statements in ./... ```
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
Sign up for freeto 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.
Changes
It was failing because when schema.yml was removed,
catalog: mainoption left set in the base pipeline definition in databricks.yml which lead to incorrect config (empty target schema)#1413
Backend behaviour changed and DLT pipelines stopped to accept empty targets leading to the error which was ignored before.
Tests