acc: Added test for new Lakeflow pipeline deployment#3578
Merged
andrewnester merged 2 commits intomainfrom Sep 9, 2025
Merged
Conversation
shreyas-goenka
approved these changes
Sep 9, 2025
denik
reviewed
Sep 9, 2025
| @@ -0,0 +1,5 @@ | |||
| Local = true | |||
| Cloud = false | |||
Contributor
There was a problem hiding this comment.
Curious, what makes this pipeline "lakeflow pipeline"?
And should we test it against cloud?
Contributor
Author
There was a problem hiding this comment.
Using root_path and libraries glob https://docs.databricks.com/api/workspace/pipelines/create#root_path
Testing against cloud makes sense, will add it
Contributor
There was a problem hiding this comment.
Using root_path and libraries glob https://docs.databricks.com/api/workspace/pipelines/create#root_path
Thanks, I'd add this info as a comment to databricks.yml
denik
approved these changes
Sep 9, 2025
Collaborator
|
github-merge-queue bot
pushed a commit
that referenced
this pull request
Sep 9, 2025
## Changes Added test for new Lakeflow pipeline deployment ## Why To confirm that new Lakeflow pipelines are deployed correctly <!-- If your PR needs to be included in the release notes for next release, add a separate entry in NEXT_CHANGELOG.md as part of your PR. -->
github-merge-queue bot
pushed a commit
that referenced
this pull request
Sep 17, 2025
## Changes Added new Lakeflow Pipelines support for `bundle generate` ## Why Now if the pipeline refers to `root_path` we download the whole content of it and rewrite any related `libraries.glob` paths pointing to the same remote paths to the local ones ## Tests Added an acceptance test Confirmed that they can be deployed here: #3578 <!-- If your PR needs to be included in the release notes for next release, add a separate entry in NEXT_CHANGELOG.md as part of your PR. -->
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 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.
Changes
Added test for new Lakeflow pipeline deployment
Why
To confirm that new Lakeflow pipelines are deployed correctly