-
Notifications
You must be signed in to change notification settings - Fork 57
Versatile Data Kit Plugins
a_git_a edited this page Feb 27, 2024
·
10 revisions
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.
Plugins are:
- Modular: use only what you need. Extensible: build what you miss.
- Easy to install any plugins as python packages using pip.
- Used in enhancing data processing, ingestion, job execution, command-line lifecycle
Full documentation on plugins can be found here.
Each plugin has its own documentation; you can find a README file in each plugin in plugins directory.
Get started with using some VDK plugins:
-
Interesting plugins to check out:
➡ Next Section: Install VDK Plugins
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