Versatile Data Kit 0.9 #1372
antoniivanov
announced in
Announcements
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
Major features include:
vdk-meta-jobs new plugin
Using this plugin you can specify dependencies between data jobs as a direct acyclic graph (DAG).
For example
See more details in the plugin home page
Control Service security hardening
Data Job Upload validation allow list
During the installation of Control Service administrators can limit what type of files can be uploaded as part of a data job.
A new configuration option is added called
uploadValidationFileTypesAllowList
.uploadValidationFileTypesAllowList
is comma separated list with file types.For example Setting
then only png images and plain text files can be uploaded. Otherwise, upload requests will fail.
See more details in helm chart documentation
vdk-logging-format - new plugin
This plugin allows for the configuration of the format of VDK logs.
Before there were separate plugins for each format, but they are not deprecated in favour of this one.
The plugin introduces a new configuration option
LOGGING_FORMAT
with possible values 'json', 'ltsv', 'text'Control Service helm chart support for Postgres
For embedded DB for control-service metadata storage, the Bitnami-available chart of PostgreSQL is added.
Now user can install it with
Package versions
See installation instructions here.
The versions of VDK components released under VDK 0.7 are:
Main components
control-service 1.5.707959356
vdk-core==0.3.692414765
Plugins
vdk-logging-json==0.1.693641831
vdk-meta-jobs==0.1.684477187
vdk-postgres== 0.0.692283840
vdk-trino== 0.4.703555598
What's Changed
New Contributors
Full Changelog: v0.8...v0.9
This discussion was created from the release Versatile Data Kit 0.9.
Beta Was this translation helpful? Give feedback.
All reactions