How-to | Share a plugin as a zip archive #
To share your dev plugin as a zip archive, you simply select
Download this plugin
from the actions menu of the plugin. Alternatively you can compress the contents of the plugin folder to a zip file (the
contents
of the plugin folder must be at the root of the zip file, i.e. there must not be any leading folder in the zip file). The
plugin.json
file should be at the root of the zip file.
A typical zip file would therefore have this structure:
./plugin.json
./python-connectors/myapi-connector/connector.py
./python-connectors/myapi-connector/connector.json
./python-lib/myapi.py
You can then install this zip file in any Dataiku instance by following these instructions .