Conversation
alyssa-db
commented
Jun 24, 2025
alyssa-db
commented
Jun 24, 2025
libs/template/templates/pipelines/template/{{.project_name}}/databricks.yml.tmpl
Show resolved
Hide resolved
Contributor
Author
...tes/pipelines/template/{{.project_name}}/resources/{{.project_name}}_pipeline/README.md.tmpl
Show resolved
Hide resolved
libs/template/templates/pipelines/template/{{.project_name}}/README.md.tmpl
Outdated
Show resolved
Hide resolved
...e/{{.project_name}}/resources/{{.project_name}}_pipeline/{{.project_name}}.pipeline.yml.tmpl
Show resolved
Hide resolved
45f7178 to
466d95c
Compare
466d95c to
62adf4d
Compare
d98ee4d to
be73133
Compare
11cecaa to
04b06cc
Compare
jefferycheng1
approved these changes
Jul 1, 2025
Collaborator
jefferycheng1
left a comment
There was a problem hiding this comment.
@alyssa-db since we don't have a good way of keeping these helper methods in sync for the time being, let's make sure we leave a comment for them noting this down, otherwise lgtm!
pietern
reviewed
Jul 1, 2025
denik
pushed a commit
that referenced
this pull request
Jan 21, 2026
## Changes This PR removes the unused standalone pipelines CLI entrypoint infrastructure. The ability to invoke the CLI binary as `pipelines` (instead of `databricks`) was never released and is no longer needed. All pipelines functionality remains available through `databricks pipelines` commands. PRs that added this: - #3009 - #3114 - #3170 - #3177 - #3221 ## Tests Updated acceptance tests. --------- Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
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
pipelines initnew command, with newcli-pipelinestemplate based offlakeflow-pipelinestemplateWhile most files are kept the same, differences between the model
lakeflow-pipelinesandcli-pipelinestemplates are viewable withdiff -r libs/template/templates/cli-pipelines libs/template/templates/lakeflow-pipelines.Differences
{{.project_name}}/resources/{{.project_name}}_pipeline/to be just{{.project_name}}/{{.project_name}}_pipeline/my_lakeflow_projectto bemy_projectby defaultAdded
rootpackage topipelines, copying over functionality fromcmd/rootto also apply to newpipelinesCLIModified linter to exclude template files
Why
pipelinesCLI needs a way to initialize specifically templates for Databricks pipelinesTests
Added acceptance testing for
pipelines init3 folders, each with an output folder showing a sample output template from the script with various input.json