Skip to content

Versatile Data Kit Plugins

a_git_a edited this page Dec 18, 2023 · 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

Get started with using some VDK plugins:

Browse available plugins ➡ Interesting plugins to check out: Track Lineage of your jobs using vdk-lineage Import/Ingest or Export CSV files using vdk-csvWrite your own plugin

Next Section: Install VDK Plugins

Clone this wiki locally