Dataiku
Dataiku is an advanced data science and machine learning platform that enables teams to build and deploy AI applications at scale.
APIs
Dataiku Public API
REST API for managing Dataiku DSS instances, projects, datasets, and workflows programmatically.
Dataiku Python API
Python client library for interacting with Dataiku DSS.
Dataiku Internal API
Internal API for use within recipes, notebooks, and plugins in Dataiku DSS.
Dataiku R API
R client library for interacting with Dataiku DSS.
Dataiku JavaScript API
JavaScript API for building custom web applications that read from Dataiku datasets within DSS.
Dataiku Scala API
Scala API for reading and writing DSS datasets from the Spark and Scala environment within Dataiku DSS.
Dataiku API Node Administration API
REST API for administering Dataiku API Nodes, managing deployed services, generations, and authentication keys for real-time API serving.
Dataiku Govern API
Public REST API for interacting with Dataiku Govern to manage AI governance, blueprints, artifacts, sign-offs, and compliance workflows.
Dataiku Plugin API
API for developing custom plugins that extend Dataiku DSS with custom datasets, recipes, processors, and web applications.
Collections
Arazzo Workflows
Dataiku Audit Recipe and Project Jobs
List a project's recipes, read one recipe's inputs and outputs, and list the project's jobs.
ARAZZODataiku Bootstrap Project with First Dataset
Create a DSS project, add a managed dataset to it, and confirm the dataset definition.
ARAZZODataiku Browse Managed Folder Contents
List a project's managed folders and read the file contents of one folder.
ARAZZODataiku Build Dataset and Poll Job
Start a build job for a dataset output and poll the job until it reaches a terminal state.
ARAZZODataiku Create Dataset, Set Schema, and Build
Create a dataset, apply an explicit schema to it, and kick off a build job.
ARAZZODataiku Create Govern Artifact with Custom Fields
Create a governed artifact under a blueprint, set its custom field values, and read them back.
ARAZZODataiku Create Govern Blueprint and Version
Create a governance blueprint, add a first version to it, and read the version back.
ARAZZODataiku Export Project Bundle
Verify a project, create an export bundle for it, and list bundles to confirm the export.
ARAZZODataiku Import and Preload API Node Generation
Import a generation bundle for a service, preload it into memory, then switch the service to it.
ARAZZODataiku Inspect and Read a Dataset
List a project's datasets, fetch a dataset definition, and read a sample of its rows.
ARAZZODataiku Inspect Saved Model
List a project's saved models and fetch the details of one model including its active version.
ARAZZODataiku Promote API Node Generation
Verify a deployed service, list its generations, switch the active generation, and enable the service.
ARAZZODataiku Provision DSS User
Create a DSS user, confirm it by reading the user back, and assign groups via update.
ARAZZODataiku Review Artifact Sign-Off
List an artifact's sign-off steps, read one step, and add an approve or reject review to it.
ARAZZODataiku Run Scenario and Poll to Completion
Trigger a scenario run and poll its lightweight status until it is no longer running.
ARAZZODataiku Resolve Connection and Run SQL Query
Verify a DSS connection exists, then execute a SQL query against it and return the rows.
ARAZZODataiku Tag Project Metadata
Read a project's current metadata, then write an updated label, description, and tags.
ARAZZODataiku Teardown Project
Verify a project, delete a dataset within it, then delete the project itself.
ARAZZO