You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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