Dataiku DSS icon

Dataiku DSS

Use the Dataiku DSS API

Actions364

Overview

This node integrates with the Dataiku DSS API, enabling users to perform a wide range of operations on various Dataiku DSS resources. Specifically for the "Bundles Automation-Side" resource and the "List Imported Bundles" operation, the node retrieves the list of bundles that have been imported into a specified project.

This functionality is useful in scenarios where you want to programmatically monitor or manage the bundles imported into your Dataiku projects, such as auditing bundle imports, automating deployment workflows, or integrating bundle information into other systems.

Practical example:
You can use this node to fetch all imported bundles for a given project key, then iterate over the list to trigger further automation steps like activating specific bundles or generating reports about bundle usage.

Properties

Name Meaning
Project Key The unique identifier (key) of the Dataiku project for which to list imported bundles.

Note: The "Project Key" property is required for the "List Imported Bundles" operation under the "Bundles Automation-Side" resource.

Output

The output of this operation is a JSON array containing details about the imported bundles for the specified project. Each item in the array represents one imported bundle with its associated metadata as returned by the Dataiku DSS API.

If the operation involves downloading files or binary data (not applicable for this operation), the node would provide the binary content prepared for downstream nodes.

Dependencies

  • Requires an active connection to a Dataiku DSS instance.
  • Requires valid API credentials (an API key token) for authentication with the Dataiku DSS API.
  • The node expects the Dataiku DSS server URL and user API key to be configured in the credentials.

Troubleshooting

  • Missing Credentials Error: If the node throws an error about missing credentials, ensure that the Dataiku DSS API credentials are properly set up in n8n.
  • Project Key Required: The operation requires a valid "Project Key". Omitting this will cause an error.
  • API Errors: Any errors returned from the Dataiku DSS API (e.g., invalid project key, permission issues) will be surfaced as node errors. Verify the project key and API permissions.
  • Network Issues: Ensure that the n8n instance can reach the Dataiku DSS server URL configured in the credentials.

Links and References


This summary focuses on the "Bundles Automation-Side" resource and the "List Imported Bundles" operation as requested, based on static analysis of the provided source code and input properties.

Discussion