← 返回首页
Release v1.7 · vmware/versatile-data-kit · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

v1.7

Latest
Compare

Choose a tag to compare

Filter
antoniivanov released this 28 Feb 15:11
893ffb7

Major features include:

vdk-structlog

By setting structlog_config_preset users can choose a configuration preset to either LOCAL or CLOUD grouping best logging configuration for those use cases. Any config options set together with the preset will override the preset options..

Example RAG Pipeline

An example of how to build end to end chatbot using VDK:

vdk dag local execution

To be able to test now you can execute the entire dag locally on your machine without needing to deploy

Make sure all data job directories are on the same level

export DAGS_JOB_EXECUTOR_TYPE=local

Then run dag job as normal:

vdk run dag-job

Or from IDE as explained here and set DAGS_JOB_EXECUTOR_TYPE=local as an environment variable in the run configuration

See more in VDK DAG documentation

Support for Python 3.12

Added official support and testing for Python 3.12 in VDK plugins and main components.

What's Changed

Full Changelog: v1.6...v1.7

Footer

© 2026 GitHub, Inc.