Dataiku DSS icon

Dataiku DSS

Use the Dataiku DSS API

Actions364

Overview

This node integrates with the Dataiku DSS API, enabling users to interact programmatically with various Dataiku DSS resources and operations. Specifically for the Wiki resource with the Get Article operation, it retrieves a specific wiki article from a given project by its article ID.

Common scenarios where this node is beneficial include:

  • Automating retrieval of documentation or knowledge base articles stored in Dataiku DSS wikis.
  • Integrating wiki content into workflows for reporting, auditing, or further processing.
  • Synchronizing or backing up wiki articles externally.

Example use case:

  • A user wants to fetch a particular wiki article by its ID within a project to display or analyze its content downstream in an automation workflow.

Properties

Name Meaning
Project Key The unique identifier of the Dataiku DSS project containing the wiki article.
Article ID The unique identifier of the wiki article to retrieve within the specified project.

Output

The output contains a JSON object representing the retrieved wiki article. The structure corresponds to the Dataiku DSS API response for a wiki article, typically including fields such as article content, metadata, creation and modification details, and other relevant information about the article.

No binary data output is involved in this operation.

Dependencies

  • Requires an active connection to a Dataiku DSS instance.
  • Requires valid API credentials (an API key) 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 API credentials are not set or invalid, the node will throw an error indicating missing credentials. Ensure that the API key credential is properly configured.
  • Missing Required Parameters: The node requires both "Project Key" and "Article ID" to be provided for the Get Article operation. Omitting either will cause an error.
  • API Request Failures: Network issues, incorrect project or article IDs, or insufficient permissions can cause API call failures. Check the error message for details and verify access rights and parameter correctness.
  • Parsing Errors: If the API returns unexpected data, the node may fail to parse the response. This is rare but could indicate API changes or connectivity issues.

Links and References


This summary focuses on the Wiki resource's Get Article operation as requested, based on static analysis of the provided source code and property definitions.

Discussion