Versatile Data Kit 0.13 #1968
antoniivanov
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Major features include:
New plugin: vdk-gdp-execution-id
An installed Generative Data Pack plugin automatically expands the data sent for ingestion.
This GDP plugin detects the execution ID of a Data Job running, and decorates your data product with it. So that,
it is now possible to correlate a data record with a particular ingestion Data Job execution ID.
For more information see the plugin documentation
vdk-dag: pass arguments to jobs in a DAG
Now each job in a DAG can be passed arguments :
vdk-notebook: VDK job input in vdk cells
Users will be able to develop jobs entirely in a Notebook file with all features of VDK available out of the box
After installation of vdk-notebook users can now will have access to job_input interface to execute templates, ingest data and all else.
vdk-notebook: vdk and non-vdk cells
To enable separation of product and development code vdk-notebook integration provides a way for users to set which cells are deployable and part of their production code and which are not.
quickstart-vdk now includes the Operations UI
When installing quickstart-vdk VDK Server is available for local testing and now includes UI:
For more information see here
Versatile Data Kit Frontend npm libraries release
The Versatile Data Kit Frontend provides 2 npm (angular) libraries which can be used to build integrate VDK UI with your own screens:
Versatile Data Kit Data Pipelines library provides UI screens that helps to manage data jobs via Versatile Data Kit Control Service
Versatile Data Kit Shared library enables reusability of shared features like: NgRx Redux, Error Handlers, Utils, Generic Components, etc.
What's Changed
New Contributors
Full Changelog: v0.12...v0.13
This discussion was created from the release Versatile Data Kit 0.13.
Beta Was this translation helpful? Give feedback.
All reactions