Dataiku DSS icon

Dataiku DSS

Use the Dataiku DSS API

Actions364

Overview

This node integrates with the Dataiku DSS API to perform various operations on Dataiku DSS resources. Specifically, for the Continuous Activity resource and the List Latests Continuous Activities operation, it retrieves the list of the latest continuous activities within a specified project.

This node is beneficial when you want to programmatically monitor or audit continuous activities running in your Dataiku DSS projects. For example, you can use it to fetch recent continuous activity runs to track their status or results as part of an automated workflow.

Properties

Name Meaning
Project Key The key identifier of the Dataiku DSS project where the continuous activities are listed.

Output

The output is a JSON array where each item represents a continuous activity record retrieved from the Dataiku DSS API. The exact structure depends on the API response but typically includes details such as activity identifiers, statuses, timestamps, and other metadata related to continuous activities.

No binary data output is produced by this operation.

Dependencies

  • Requires an API authentication token credential for Dataiku DSS (referred generically as "Dataiku DSS API Credentials").
  • The node makes HTTP requests to the Dataiku DSS server URL provided in the credentials.
  • No additional external services or environment variables are required beyond the configured API credentials.

Troubleshooting

  • Missing Credentials Error: If the node throws an error about missing Dataiku DSS API credentials, ensure that valid API credentials are configured in n8n before running the node.
  • Project Key Required: The operation requires a valid Project Key. Omitting this will cause an error indicating the Project Key is required.
  • HTTP Errors: Network issues or incorrect server URLs may cause request failures. Verify the Dataiku DSS server URL and network connectivity.
  • API Permission Issues: Ensure the API token has sufficient permissions to access continuous activities in the specified project.
  • Unexpected Response Format: If the API response cannot be parsed as JSON, check if the Dataiku DSS server is returning errors or unexpected content.

Links and References


This summary focuses on the "Continuous Activity" resource and the "List Latests Continuous Activities" operation as requested.

Discussion