Aident logoAident logo centerAident Loadout
Use CasesPricingDocs
ENStart Now
AppsDataRobot ToolsDatarobot Create Datasets From Recipe
DataRobot Tools

Datarobot Create Datasets From Recipe

Tool to create a dataset from a DataRobot wrangling recipe. Use when you need to materialize a recipe into a reusable dataset. Creation is asynchronous - poll the location URL to check completion status.

Write actionRisk level 2 of 5API key connection
Use Datarobot Create Datasets From Recipe

Pricing and limits

Aident logo

Product

Aident LoadoutAident Playbook EditorOpen-CUAK

About

AppsSkillsUse CasesDocsBlogPricingDownloadsPrivacy PolicyTerms of Service

Alternatives

vs Composiovs Zapier
llms.txtGet an AI summary of Aident LoadoutSummarize with ChatGPTSummarize with ClaudeSummarize with GeminiSummarize with Perplexity

© Aident Labs, 2024-2026

Pricing
Free
Unified payment
Not currently supported

Inputs

  • namestring
    Name to be assigned to the new dataset. If omitted, a name will be auto-generated.
  • recipeIdstring
    Required
    The identifier for the Wrangling Recipe to use as the source of data. Use DATAROBOT_LIST_RECIPES to find available recipes.
  • categories
    An array of strings or a single string describing the intended use of the dataset (e.g., 'TRAINING', 'PREDICTION').
  • doSnapshotboolean
    If true, create a snapshot dataset; if false, create a remote dataset. Creating snapshots from non-file sources requires an additional permission.
  • useKerberosboolean
    If true, use Kerberos authentication for database authentication.
  • credentialIdstring
    The ID of stored credentials to authenticate with the database. Use DATAROBOT_LIST_CREDENTIALS to find available credentials. Use this OR credentialData, not both.
  • credentialData
    The credentials to authenticate with the database, to be used instead of credentialId. Use this OR credentialId, not both.
  • persistDataAfterIngestionboolean
    If true, saves all data for download and sampling, enabling extended data profiles. If false, only saves schema. Cannot be false when doSnapshot is true.
  • materializationDestinationobject
    Destination table information for materializing the recipe.
  • skipDuplicateDatesValidationboolean
    If true, skip validation for date duplicates in time series recipes. By default, publishing fails if duplicates exist to prevent data quality issues.

Observable output

  • data
    Required
    Data from the action execution
  • errorstring
    Error if any occurred during the execution of the action
  • successfulboolean
    Required
    Whether or not the action execution was successful or not

Skills that use this Action

Related use cases

No verified related use cases are linked yet.

Official source

Provider source

Skills that use this Action

No published Skills explicitly reference this Action yet.