April 2026#

This page highlights major Developer Guide updates from April 2026. For product release notes, see our documentation. Only key additions are shown; bug fixes and minor changes are not included.

Configuring per-user SSH in Dataiku#

In this tutorial, you will learn how to generate and configure a per-user SSH key in Dataiku so you can access Git repositories that are not available through the global SSH key. You will also understand how Dataiku chooses between personal and global SSH keys depending on the repository and the Git security configuration.

Configuring per-user SSH in Dataiku

Editing & Debugging Code Agent with VS Code#

In this tutorial, you will learn how to edit, test, and debug a Code Agent in Dataiku using Code Studio with VS Code. You will be able to work on an agent locally, run helper-based tests before publishing changes, and safely synchronize your updates back to DSS.

Editing & Debugging Code Agent with VS Code

Creating a parameter set component#

In this tutorial, you will learn how to create a parameter set component in Dataiku to share preset parameters across plugin components. You will be able to define secure credential fields such as API tokens, create presets for them, and reuse those values across your plugin without storing secrets directly in the code.

Creating a parameter set component

Creating a structured agent block component#

In this tutorial, you will learn how to create a custom Structured Visual Agent block in Dataiku to run specific Python logic inside an agent flow. You will be able to configure the block, call an external API, store the result in the agent state, and route execution to the next block in the graph.

Creating a structured agent block component