-
Notifications
You must be signed in to change notification settings - Fork 66
Versatile Data Kit Plugins
A plugin is a Python module or distribution that enhances or changes the behavior of a Versatile Data Kit. Through plugins, functionalities like notebook development of jobs, automatic lineage detection, control service CLI commands and more can be added.
VDK comes with a number of plugins that can be installed to change or extend its behavior.
pip install <vdk-plugin-name>Once the plugin is installed, vdk automatically finds it and activates it.
Check the plugin documentation for options. Run vdk config-help for a list of all configuration settings of all plugins.
You can find a list of plugins that we have already developed in plugins directory.
➡️ See the plugins documentation for more detailed info.
SDK - Develop Data Jobs
SDK Key Concepts
Control Service - Deploy Data Jobs
Control Service Key Concepts
- Scheduling a Data Job for automatic execution
- Deployment
- Execution
- Production
- Properties and Secrets
Operations UI
Community
Contacts