Versatile Data Kit 1.0 #2339
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 Operations UI
VDK Operations UI is a browser application that allows users to manage and monitor data jobs. It ships as part of quickstart-vdk and is available to users who run quickstart-vdk locally.
Users can now:
For more information about the architecture, check out VEP-1507.
See the UI in action:
Control Service Secrets API
With the release of Secrets API, users can now securely store sensitive data such as passwords, credentials, tokens, ensuring compliance with industry standards and reducing the risk of unauthorized access and data breaches.
The new Secrets API allows users to configure a Vault instance in the Control Service, enabling the storage and retrieval of secrets for data jobs. Data jobs can now easily set and retrieve secrets during runtime, enhancing security and enabling seamless integration with third-party systems.
To store and retrieve secrets, we have introduced new API methods under the path
Users can make GET requests to retrieve secrets and PUT requests to update secrets for a specific data job deployment.
For more details on API usage and examples, please refer to our documentation.
vdk-impala: Introduce checks for snapshot and insert template
With the introduction of snapshot and insert template checks, we can now ensure the quality and correctness of the data before it is inserted into the target table.
Previously, the processing step checks were unable to validate the semantics of the data, potentially allowing erroneous data to be inserted. With the new checks in place, we have better control over the data integrity and can prevent unwanted behavior.
Here's an example of how to use the checks:
What's Changed
Full Changelog: v0.14...v1.0
This discussion was created from the release Versatile Data Kit 1.0.
Beta Was this translation helpful? Give feedback.
All reactions