Add lakefs-b2-dataset-versioning notebook + CI workflow#4
Open
goanpeca wants to merge 1 commit into
Open
Conversation
7d54983 to
2ee31e7
Compare
There was a problem hiding this comment.
Pull request overview
Adds a new example notebook demonstrating dataset versioning workflows with lakeFS backed by Backblaze B2, and introduces a dedicated GitHub Actions workflow to execute the notebook in CI.
Changes:
- Adds
lakefs-b2-dataset-versioning/example (notebook, README, requirements) documenting a branch-per-experiment workflow and optional B2 inspection via boto3. - Updates the repo root README to index and link to the new example with Colab/Binder/Codespaces badges.
- Adds a per-notebook CI workflow to stand up lakeFS + Postgres services and run the notebook end-to-end with
nbmake.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 9 comments.
Show a summary per file
| File | Description |
|---|---|
| README.md | Adds the new lakeFS example entry to the repo index. |
| lakefs-b2-dataset-versioning/requirements.txt | Defines the notebook’s Python dependencies. |
| lakefs-b2-dataset-versioning/README.md | Documents setup, credentials, and how the sample works. |
| lakefs-b2-dataset-versioning/lakefs_b2_dataset_versioning.ipynb | Implements the end-to-end lakeFS branching/merge/rollback demo plus optional B2 inspection. |
| .github/workflows/test-lakefs-b2-dataset-versioning.yml | Adds CI execution for the new notebook using lakeFS + Postgres services. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
0817f76 to
6e99dd3
Compare
6e99dd3 to
a42083f
Compare
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.
No description provided.