Plugin Usage¶
In these articles, you will learn how to utilize plugins that others have contributed to extend the native functionality of Dataiku.
Tip
Validate your knowledge of this area by registering for the Dataiku Academy course, Plugin Store. Then challenge yourself to earn a certification!
How-to | Search for a plugin in the plugin store¶
To browse the Plugin Store, first launch Dataiku. Then choose Plugins from the Apps menu.
To find a plugin, start typing your search criteria in the search box. Dataiku searches the title and the description of the plugin and displays results as you type. For example, if you start typing the first three letters of Kubernetes, Dataiku displays all results that contain kub.

How-to | Install a plugin¶
To install the plugin from the Plugin Store, you must have permission to install plugins, and your Dataiku instance must have HTTPS connectivity to the internet. If you do not have access to the internet, you can install existing plugins from the store by uploading a Zip file, or from a Git repository.
Note
You can install plugins from the Plugin Store if your user profile belongs to the administrator’s group. For more information about security settings, visit Main Permissions.
To install a plugin:¶
Search for the plugin you want to install and click Install.

Confirm that you want to install the plugin.

If the plugin requires a dedicated code environment, accept the default option, Managed by DSS (recommended). If you want to manage the code environment manually, select Managed manually. Optionally, you can also select to use Conda or a specific Python environment.
Click Build New Environment. Dataiku displays Environment creation.
Wait while Dataiku creates the environment and displays Creation result then click OK.
Click Next to accept the code environment. Alternatively, If you want to change the code environment, click Change. Once completed, Dataiku displays a success message.

The plugin is now available to use. Click Go to Plugin Page to view the installed plugin.
How-to | Use a plugin after installation¶
Once installed, the plugin is now available to the Dataiku instance where you installed it. It is available to all users of the instance. Only administrators can update plugins.
Visit Plugins > Installed to view the newly installed plugin:

To use the plugin, open a project on the Dataiku instance where you installed the plugin, then go to the Flow. A plugin can have more than one component. The type of component determines where the plugin displays. For example, if the plugin contains a Recipe component, you will find the plugin under Plugin recipes.
Recipe plugins display in Plugin recipes:

Likewise, if the plugin contains a Dataset component, you will find the plugin in the connectors menu:

Finally, if the plugin contains a webapp component, you will find the plugin in the Actions menu when viewing a dataset in the Flow:

How-to | Manage your plugins¶
If you have administrator privileges on your instance of Dataiku, you can manage your installed plugins by visiting the Summary, Settings, and Usages tabs.

For example, you can use the Summary tab to find out more information about an installed plugin, including which components it contains and whether or not it requires a dedicated code environment.
In the Settings tab, you can manage a plugin’s pre-set parameters.
In the Usages tab, you can find out all projects that use the plugin. This information is useful when you are deciding whether or not to update or remove a plugin.
How-to | Update a plugin¶
Plugin authors update their plugins periodically. Check the Plugin Store to find out if there is an available update for your installed plugins. Click Update to install the update.

How-to | Remove or uninstall a plugin¶
Dataiku does not recommend removing a plugin. If you must remove a plugin, do the following:
Check the Usages tab to see if any projects are using the plugin.
If the plugin is not being used, delete the
DATA_DIR/plugins/installed/name-of-plugin directory
.

FAQ | What is the plugin store?¶
A plugin is a package of reusable components that extends the functionality of Dataiku. When you develop a plugin, you are extending the native capabilities of Dataiku. A plugin contains one or more components. A component is a GUI wrapper around custom code that exposes a Dataiku element such as a recipe, dataset, or webapp.
The Plugin Store is a repository of extensions created by or for Dataiku. The main actions you can take in the Plugin Store are: browse, search, find by tag, find by support coverage, and view plugin details. If your user profile belongs to the administrator’s group, you can install and update plugins from the Plugin Store.
Plugins vary from the very simple to the very complex. For example, you can retrieve Wikipedia page views, connect with Salesforce data, or get weather forecasts by location. You can find all public plugins in the plugin store. If you are a developer, you can create your own plugins. The possibilities are limitless!
FAQ | Are plugins supported?¶
Dataiku Support covers some plugins. Plugins are not supported by default. Plugins covered by Dataiku Support or tier 2 support are explicitly indicated in the Plugin Store. Visit the Reference Documentation to find out more about support tiers.

Note
Dataiku does not provide support for your locally-developed plugins. You are responsible for owning and maintaining the plugins you create.
FAQ | Where can I find the details for a plugin?¶
You can use the Plugin Store to determine where a plugin originated. Click See Details to find out a plugin’s details including the author, version, license, tags, and components.
