Installing Plugins — Dataiku DSS 11.0 Documentation

Dataiku Documentation
  • Academy
    • Join the Academy Benefit from guided learning opportunities →
      • Quick Starts
      • Learning Paths
      • Certifications
      • Academy Discussions
  • Community
      • Explore the Community Discover, share, and contribute →
      • Learn About Us
      • Ask A Question
      • What's New?
      • Discuss Dataiku
      • Using Dataiku
      • Setup And Configuration
      • General Discussion
      • Plugins & Extending Dataiku
      • Product Ideas
      • Programs
      • Frontrunner Awards
      • Dataiku Neurons
      • Community Resources
      • Community Feedback
      • User Research
  • Documentation
    • Reference Documentation Comprehensive specifications of Dataiku →
      • User's Guide
      • Specific Data Processing
      • Automation & Deployment
      • APIs
      • Installation & Administration
      • Other Topics
  • Knowledge
    • Knowledge Base Articles and tutorials on Dataiku features →
      • User Guide
      • Admin Guide
      • Dataiku Solutions
      • Dataiku Cloud
  • Developer
    • Developer Guide Tutorials and articles for developers and coder users →
      • Getting Started
      • Concepts and Examples
      • Tutorials
      • API Reference
  • User's Guide
  • DSS concepts
  • Connecting to data
  • Exploring data
  • Charts
  • The Flow
  • Data preparation
  • Visual recipes
  • Code recipes
  • Schemas, storage types and meanings
  • Generative AI and LLM Mesh
  • Agentic AI
  • Machine learning
  • MLOps
  • Interactive statistics
  • Code notebooks
  • Code Studios
  • Webapps
  • Collaboration
  • AI Assistants
  • Dashboards
  • Workspaces
  • Stories
  • Data Catalog
  • Data Lineage
  • Dataiku Applications
  • Working with partitions
  • DSS and SQL
  • DSS and Python
  • DSS and R
  • DSS and Spark
  • Code environments
  • Specific Data Processing
  • Time Series
  • Geographic data
  • Graph
  • Text & Natural Language Processing
  • Images
  • Graph
  • Audio
  • Video
  • Automation & Deployment
  • Metrics, checks and Data Quality
  • Automation scenarios
  • Production deployments and bundles
  • API Node & API Deployer: Real-time APIs
  • AI Governance
  • APIs
  • Python APIs
  • R API
  • Public REST API
  • Additional APIs
  • Installation & Administration
  • Installing and setting up
  • Elastic AI computation
  • DSS in the cloud
  • DSS and Hadoop
  • Metastore catalog
  • Operating DSS
  • Security
  • User Isolation
  • Other topics
  • Plugins
    • Installing plugins
      • Installing from the Store
      • Installing from a ZIP file
      • From a Git repository
    • Managing installed plugins
    • Permissions
    • Developing plugins
  • Streaming data
  • Formula language
  • Custom variables expansion
  • Sampling methods
  • Visualization themes
  • Accessibility
  • Troubleshooting
  • Release notes
  • Other Documentation
  • Third-party acknowledgements
Dataiku DSS You are viewing the documentation for version 14 of DSS.
  • »
  • Plugins »
  • Installing plugins Open page in a new tab
Installing plugins¶

Users with administrative privileges can install plugins on a Dataiku DSS instance.

  • Installing from the Store

  • Installing from a ZIP file

  • From a Git repository

Installing from the Store¶

You can install published plugins from the store, if your Dataiku DSS instance has HTTPS connectivity to the Internet.

  • From the Dataiku DSS Application menu, choose Plugins

  • Select the Store tab

  • Browse or Search for the plugin you’re looking for

  • Click Install

  • Follow the directions to install the plugin. If necessary, choose to build a code environment for the plugin

  • Only users with Admin permissions are allowed to install plugins. See Requests for more details on how users without these permissions can request an installation instead.

../_images/plugins-store.png

Installing from a ZIP file¶

If your Dataiku DSS instance doesn’t have Internet access, you need first to obtain the ZIP file of the plugin.

For published plugins, obtain the ZIP file from the plugins gallery. Browse or search for the plugin you are looking for and click on the download link in the “Install In DSS” panel on the right side of the plugin’s page.

Once you have the the ZIP file:

  • From the Dataiku DSS Application menu, choose Plugins

  • Select Add plugin > Upload

  • Click Choose file and select the ZIP file containing your plugin

  • Optionally specify whether this is an update for a plugin you have already installed

  • Click Upload

  • Follow the restart instructions, if any

From a Git repository¶

You can also install a plugin from a Git repository.

When installing a plugin from a Git repository, you can choose between:

  • Cloning an entire repository, which must thus contain a single plugin (you’ll be able to choose the branch)

  • Exporting a subpart of a repository (you’ll be able to choose the branch and path)

  • Installing it in “development” mode in order to modify it (and possibly push your changes back). See Git integration in the plugin editor for further details on the git integration with the plugin editor and Developing plugins for details on developing plugins

To install a plugin from Git:

  • From the Dataiku DSS Application menu, choose Plugins

  • Select Add plugin > Fetch from Git repository

  • Enter the URL of the repository; choose whether to use development mode or not; optionally choose which branch to check out, and whether to check out the entire repository or a subdirectory (if the repository contains multiple plugins)

Note

The code for most publicly available Dataiku plugins is available in Github repositories. Most plugins are in their own dss-plugin-* repository and some are in subfolders of the dataiku-contrib repository. Also have a look at the template repository with examples of components and Python unit tests.

Tag » How To Install Plugins Ffxiv