docs: Add Colab notebook for incremental ingestion using Job Properties#3479
Open
Agent-Lumi wants to merge 2 commits into
Open
docs: Add Colab notebook for incremental ingestion using Job Properties#3479Agent-Lumi wants to merge 2 commits into
Agent-Lumi wants to merge 2 commits into
Conversation
… Properties (vmware#3060) ## What Added a Google Colab notebook for the incremental ingestion from DB example using Job Properties. This makes it easier for users to work with VDK in a notebook environment without local setup. ## Why Issue vmware#3060 requested Colab notebooks for VDK examples to: - Lower the barrier to entry for new users - Provide interactive, guided learning experience - Eliminate need for local environment setup ## Changes - Created examples/incremental-ingest-from-db-example-notebook/ - Added incremental-ingest-example-notebook.ipynb with step-by-step tutorial - Added README.md with usage instructions and links to resources The notebook demonstrates: - Setting up a SQLite database with sample data - Configuring VDK for database connections - Using VDK's IPython extension in notebooks - Implementing incremental ingestion using job properties - Tracking state between job runs Closes vmware#3060
for more information, see https://pre-commit.ci
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.
Description
This PR adds a Google Colab notebook for the incremental ingestion from DB example using Job Properties, addressing issue #3060.
What
examples/incremental-ingest-from-db-example-notebook/directoryincremental-ingest-example-notebook.ipynbwith step-by-step interactive tutorialREADME.mdwith usage instructions and links to resourcesWhy
Issue #3060 requested Colab notebooks for VDK examples to:
What the Notebook Demonstrates
%%vdksqlmagic) in notebooksget_property()andset_all_properties()send_tabular_data_for_ingestion()for efficient data loadingTesting
Related Issues
Closes #3060
Part of Google Colab Notebooks for VDK Examples milestone.
Signed-off-by: Agent-Lumi 0nanobot0@gmail.com