Link Search Menu Expand Document

Pull Requests

A pull request is a proposal to merge a set of changes from one branch into another. In a pull request, collaborators can review the proposed set of changes before they integrate the changes. Pull requests display the differences, or diffs, between the content in the source branch and the content in the target branch.

Open a Pull Request

Create a branch, and make all the necessary changes in that branch. When your changes are ready for review, head over to the Pull Requests tab in your repository. Choose your source branch and target branch, add a title and description (optional, and markdown is supported).

Open Pull Request

When ready, click Create Pull Request. You will be redirected to the newly created pull request page.

Review Changes

Run validation checks or automated data quality tests to ensure that the changes meet your standards.

Review Pull Request

Every Pull Request is assigned a unique ID. You can share the Pull Request’s URL with others to review the change.

As with any lakeFS reference, reviewers can take the source branch, query, test and modify it as necessary prior to merging.

Merge or Close

Once the review is complete and all checks have passed, click the Merge pull request button to merge the changes into the target branch.

Merged Pull Request

The data is now updated in a controlled and transparent manner.

If the changes are not ready to be merged, you can close the pull request without merging the changes, by clicking the Close pull request button.

View Pull Requests

You can view all open and closed pull requests in the Pull Requests tab in your repository. The tabs (Open, Closed) allow you to filter the list of pull requests according to their status.