Dataiku DSS icon

Dataiku DSS

Use the Dataiku DSS API

Actions364

Overview

This node interacts with the Dataiku DSS API to perform various operations on different resources within a Dataiku DSS instance. Specifically for the Workspace resource and the Get Workspace Settings operation, it retrieves configuration settings related to a specified workspace identified by its workspace key.

Common scenarios where this node is beneficial include:

  • Automating retrieval of workspace configurations for auditing or monitoring.
  • Integrating workspace settings into larger workflows for dynamic decision-making.
  • Synchronizing workspace settings across environments or projects.

Practical example:

  • You want to fetch the current settings of a particular workspace in your Dataiku DSS project to verify its configuration before running further automation steps.

Properties

Name Meaning
Workspace Key The unique identifier (key) of the workspace whose settings you want to retrieve.

Output

The node outputs the JSON response from the Dataiku DSS API corresponding to the workspace settings. This JSON object contains all relevant configuration details about the specified workspace.

If the operation involves downloading files or binary data (not applicable for "Get Workspace Settings"), the node would output the binary data prepared accordingly.

Dependencies

  • Requires an active connection to a Dataiku DSS instance.
  • Needs an API authentication token credential for the Dataiku DSS API.
  • The node expects the base URL of the DSS server and the user API key to be configured in the credentials.

Troubleshooting

  • Missing Credentials Error: If the node throws an error about missing API credentials, ensure that the Dataiku DSS API credentials are properly set up in n8n.
  • Required Parameter Errors: The node validates required parameters such as the workspace key. If these are missing, it will throw errors indicating which parameter is required.
  • API Request Failures: Network issues, incorrect server URLs, or invalid API keys can cause request failures. Verify connectivity and credentials.
  • Unexpected Response Format: If the API returns non-JSON or unexpected data, the node attempts to parse it; failure to parse may result in raw text output or errors.

Links and References


Note: This summary focuses on the Workspace resource and the Get Workspace Settings operation as requested. The node supports many other resources and operations not detailed here.

Discussion