Dataiku DSS icon

Dataiku DSS

Use the Dataiku DSS API

Actions364

Overview

This node integrates with the Dataiku DSS API, allowing users to perform a wide range of operations on various Dataiku DSS resources. Specifically for the Webapp resource and the List Webapps operation, it enables listing all web applications within a specified project in Dataiku DSS.

Common scenarios where this node is beneficial include:

  • Automating retrieval of webapp lists for monitoring or reporting.
  • Integrating Dataiku DSS webapp information into workflows for further processing.
  • Managing projects by programmatically accessing their webapps.

Example use case:

  • A user wants to fetch all webapps in a project to check their status or metadata before triggering other automation steps.

Properties

Name Meaning
Project Key The unique identifier of the Dataiku DSS project from which to list webapps.

Output

The output is a JSON array where each item represents a webapp object retrieved from the Dataiku DSS API for the specified project. The structure corresponds directly to the API response for listing webapps, typically including details such as webapp IDs, names, statuses, and other metadata.

If the operation involves downloading files (not applicable for List Webapps), binary data would be returned accordingly, but for listing webapps, only JSON data is returned.

Dependencies

  • Requires an active connection to a Dataiku DSS instance.
  • Requires valid API credentials (an API key credential) 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 "Missing Dataiku DSS API Credentials," ensure that the API key credential is properly set up and linked to the node.
  • Project Key Required: For the List Webapps operation, the "Project Key" property must be provided; otherwise, the node will throw an error indicating it 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 response changes or is malformed, parsing errors may occur. Check the Dataiku DSS API version compatibility.

Links and References

Discussion