Versatile Data Kit 1.3 #2708
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:
VDK SDK
Add vdk sql-query command (experimental)
CLI command to execute SQL query against VDK managed database.
It should replace
vdk <db>-query
commands.VDK Notebook Getting Started
Introduction to the development of VDK Jobs using Notebooks.
See more in https://github.com/vmware/versatile-data-kit/blob/main/projects/vdk-plugins/vdk-jupyter/getting-started.ipynb
VDK SQL Notebook Cell
VDK Errors APIs
(Relevant for plugin developers)
VDK is deprecating the user of
errors.log_and_rethrow
anderrors.log_and_throw
in favour ofThe aim is to reduce "double" logging and verbosity of logs.
Control Service
Add support for multiple jwt issuers
New properly
security.oauth2.jwtIssuerUris
is introduced and replacedjwtIssuerUrl
Implement Webhook APIs authentication
Enable setting system or service account for Control Service webhook authentication
This introduces 2 new properties for each webhook
If set they will be used when making HTTP Webhook request. If not it will fall back to the user provided authentication token
What's Changed
Full Changelog: v1.2...v1.3
This discussion was created from the release Versatile Data Kit 1.3.
Beta Was this translation helpful? Give feedback.
All reactions