integrations.sh
← all integrations

amazonaws.com – databrew

OpenAPI apis-guru cloud

Glue DataBrew is a visual, cloud-scale data-preparation service. DataBrew simplifies data preparation tasks, targeting data issues that are hard to spot and time-consuming to fix. DataBrew empowers users of all technical levels to visualize the data and perform one-click data transformations, with no coding required.

Homepage
https://api.apis.guru/v2/specs/amazonaws.com:databrew/2017-07-25.json
Provider
amazonaws.com:databrew / databrew
OpenAPI version
3.0.0
Spec (JSON)
https://api.apis.guru/v2/specs/amazonaws.com/databrew/2017-07-25/openapi.json
Spec (YAML)
https://api.apis.guru/v2/specs/amazonaws.com/databrew/2017-07-25/openapi.yaml

Tools (46)

Extracted live via the executor SDK.

  • datasets.createDataset

    Creates a new DataBrew dataset.

  • datasets.deleteDataset

    Deletes a dataset from DataBrew.

  • datasets.describeDataset

    Returns the definition of a specific DataBrew dataset.

  • datasets.listDatasets

    Lists all of the DataBrew datasets.

  • datasets.updateDataset

    Modifies the definition of an existing DataBrew dataset.

  • jobs.deleteJob

    Deletes the specified DataBrew job.

  • jobs.describeJob

    Returns the definition of a specific DataBrew job.

  • jobs.describeJobRun

    Represents one run of a DataBrew job.

  • jobs.listJobRuns

    Lists all of the previous runs of a particular DataBrew job.

  • jobs.listJobs

    Lists all of the DataBrew jobs that are defined.

  • jobs.startJobRun

    Runs a DataBrew job.

  • jobs.stopJobRun

    Stops a particular run of a job.

  • profileJobs.createProfileJob

    Creates a new job to analyze a dataset and create its data profile.

  • profileJobs.updateProfileJob

    Modifies the definition of an existing profile job.

  • projects.createProject

    Creates a new DataBrew project.

  • projects.deleteProject

    Deletes an existing DataBrew project.

  • projects.describeProject

    Returns the definition of a specific DataBrew project.

  • projects.listProjects

    Lists all of the DataBrew projects that are defined.

  • projects.sendProjectSessionAction

    Performs a recipe step within an interactive DataBrew session that's currently open.

  • projects.startProjectSession

    Creates an interactive session, enabling you to manipulate data in a DataBrew project.

  • projects.updateProject

    Modifies the definition of an existing DataBrew project.

  • recipeJobs.createRecipeJob

    Creates a new job to transform input data, using steps defined in an existing Glue DataBrew recipe

  • recipeJobs.updateRecipeJob

    Modifies the definition of an existing DataBrew recipe job.

  • recipes.batchDeleteRecipeVersion

    Deletes one or more versions of a recipe at a time.

    The entire request will be rejected if:

    • The recipe does not exist.

    • There is an invalid version identifier in the list of versions.

    • The version list is empty.

    • The version list size exceeds 50.

    • The version list contains duplicate entries.

    The request will complete successfully, but with partial failures, if:

    • A version does not exist.

    • A version is being used by a job.

    • You specify LATEST_WORKING, but it's being used by a project.

    • The version fails to be deleted.

    The LATEST_WORKING version will only be deleted if the recipe has no other versions. If you try to delete LATEST_WORKING while other versions exist (or if they can't be deleted), then LATEST_WORKING will be listed as partial failure in the response.

  • recipes.createRecipe

    Creates a new DataBrew recipe.

  • recipes.deleteRecipeVersion

    Deletes a single version of a DataBrew recipe.

  • recipes.describeRecipe

    Returns the definition of a specific DataBrew recipe corresponding to a particular version.

  • recipes.listRecipes

    Lists all of the DataBrew recipes that are defined.

  • recipes.publishRecipe

    Publishes a new version of a DataBrew recipe.

  • recipes.updateRecipe

    Modifies the definition of the LATEST_WORKING version of a DataBrew recipe.

  • recipeVersionsName.listRecipeVersions

    Lists the versions of a particular DataBrew recipe, except for LATEST_WORKING.

  • rulesets.createRuleset

    Creates a new ruleset that can be used in a profile job to validate the data quality of a dataset.

  • rulesets.deleteRuleset

    Deletes a ruleset.

  • rulesets.describeRuleset

    Retrieves detailed information about the ruleset.

  • rulesets.listRulesets

    List all rulesets available in the current account or rulesets associated with a specific resource (dataset).

  • rulesets.updateRuleset

    Updates specified ruleset.

  • schedules.createSchedule

    Creates a new schedule for one or more DataBrew jobs. Jobs can be run at a specific date and time, or at regular intervals.

  • schedules.deleteSchedule

    Deletes the specified DataBrew schedule.

  • schedules.describeSchedule

    Returns the definition of a specific DataBrew schedule.

  • schedules.listSchedules

    Lists the DataBrew schedules that are defined.

  • schedules.updateSchedule

    Modifies the definition of an existing DataBrew schedule.

  • tags.listTagsForResource

    Lists all the tags for a DataBrew resource.

  • tags.tagResource

    Adds metadata tags to a DataBrew resource, such as a dataset, project, recipe, job, or schedule.

  • tags.untagResource

    Removes metadata tags from a DataBrew resource.

  • openapi.previewSpec

    Preview an OpenAPI document before adding it as a source

  • openapi.addSource

    Add an OpenAPI source and register its operations as tools