amazonaws.com – databrew
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.createDatasetCreates a new DataBrew dataset.
-
datasets.deleteDatasetDeletes a dataset from DataBrew.
-
datasets.describeDatasetReturns the definition of a specific DataBrew dataset.
-
datasets.listDatasetsLists all of the DataBrew datasets.
-
datasets.updateDatasetModifies the definition of an existing DataBrew dataset.
-
jobs.deleteJobDeletes the specified DataBrew job.
-
jobs.describeJobReturns the definition of a specific DataBrew job.
-
jobs.describeJobRunRepresents one run of a DataBrew job.
-
jobs.listJobRunsLists all of the previous runs of a particular DataBrew job.
-
jobs.listJobsLists all of the DataBrew jobs that are defined.
-
jobs.startJobRunRuns a DataBrew job.
-
jobs.stopJobRunStops a particular run of a job.
-
profileJobs.createProfileJobCreates a new job to analyze a dataset and create its data profile.
-
profileJobs.updateProfileJobModifies the definition of an existing profile job.
-
projects.createProjectCreates a new DataBrew project.
-
projects.deleteProjectDeletes an existing DataBrew project.
-
projects.describeProjectReturns the definition of a specific DataBrew project.
-
projects.listProjectsLists all of the DataBrew projects that are defined.
-
projects.sendProjectSessionActionPerforms a recipe step within an interactive DataBrew session that's currently open.
-
projects.startProjectSessionCreates an interactive session, enabling you to manipulate data in a DataBrew project.
-
projects.updateProjectModifies the definition of an existing DataBrew project.
-
recipeJobs.createRecipeJobCreates a new job to transform input data, using steps defined in an existing Glue DataBrew recipe
-
recipeJobs.updateRecipeJobModifies the definition of an existing DataBrew recipe job.
-
recipes.batchDeleteRecipeVersionDeletes 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_WORKINGversion will only be deleted if the recipe has no other versions. If you try to deleteLATEST_WORKINGwhile other versions exist (or if they can't be deleted), thenLATEST_WORKINGwill be listed as partial failure in the response. -
-
recipes.createRecipeCreates a new DataBrew recipe.
-
recipes.deleteRecipeVersionDeletes a single version of a DataBrew recipe.
-
recipes.describeRecipeReturns the definition of a specific DataBrew recipe corresponding to a particular version.
-
recipes.listRecipesLists all of the DataBrew recipes that are defined.
-
recipes.publishRecipePublishes a new version of a DataBrew recipe.
-
recipes.updateRecipeModifies the definition of the
LATEST_WORKINGversion of a DataBrew recipe. -
recipeVersionsName.listRecipeVersionsLists the versions of a particular DataBrew recipe, except for
LATEST_WORKING. -
rulesets.createRulesetCreates a new ruleset that can be used in a profile job to validate the data quality of a dataset.
-
rulesets.deleteRulesetDeletes a ruleset.
-
rulesets.describeRulesetRetrieves detailed information about the ruleset.
-
rulesets.listRulesetsList all rulesets available in the current account or rulesets associated with a specific resource (dataset).
-
rulesets.updateRulesetUpdates specified ruleset.
-
schedules.createScheduleCreates a new schedule for one or more DataBrew jobs. Jobs can be run at a specific date and time, or at regular intervals.
-
schedules.deleteScheduleDeletes the specified DataBrew schedule.
-
schedules.describeScheduleReturns the definition of a specific DataBrew schedule.
-
schedules.listSchedulesLists the DataBrew schedules that are defined.
-
schedules.updateScheduleModifies the definition of an existing DataBrew schedule.
-
tags.listTagsForResourceLists all the tags for a DataBrew resource.
-
tags.tagResourceAdds metadata tags to a DataBrew resource, such as a dataset, project, recipe, job, or schedule.
-
tags.untagResourceRemoves metadata tags from a DataBrew resource.
-
openapi.previewSpecPreview an OpenAPI document before adding it as a source
-
openapi.addSourceAdd an OpenAPI source and register its operations as tools