Skip to content

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:

  1. Browse available plugins

  2. Interesting plugins to check out:

  1. Write your own plugin

➡ Next Section: Install VDK Plugins

Clone this wiki locally