aws databrew
AWS 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
Subcommands
Name | Description |
---|---|
batch-delete-recipe-version | 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 |
create-dataset | Creates a new DataBrew dataset |
create-profile-job | Creates a new job to analyze a dataset and create its data profile |
create-project | Creates a new DataBrew project |
create-recipe | Creates a new DataBrew recipe |
create-recipe-job | Creates a new job to transform input data, using steps defined in an existing AWS Glue DataBrew recipe |
create-schedule | Creates a new schedule for one or more DataBrew jobs. Jobs can be run at a specific date and time, or at regular intervals |
delete-dataset | Deletes a dataset from DataBrew |
delete-job | Deletes the specified DataBrew job |
delete-project | Deletes an existing DataBrew project |
delete-recipe-version | Deletes a single version of a DataBrew recipe |
delete-schedule | Deletes the specified DataBrew schedule |
describe-dataset | Returns the definition of a specific DataBrew dataset |
describe-job | Returns the definition of a specific DataBrew job |
describe-job-run | Represents one run of a DataBrew job |
describe-project | Returns the definition of a specific DataBrew project |
describe-recipe | Returns the definition of a specific DataBrew recipe corresponding to a particular version |
describe-schedule | Returns the definition of a specific DataBrew schedule |
list-datasets | Lists all of the DataBrew datasets |
list-job-runs | Lists all of the previous runs of a particular DataBrew job |
list-jobs | Lists all of the DataBrew jobs that are defined |
list-projects | Lists all of the DataBrew projects that are defined |
list-recipe-versions | Lists the versions of a particular DataBrew recipe, except for LATEST_WORKING |
list-recipes | Lists all of the DataBrew recipes that are defined |
list-schedules | Lists the DataBrew schedules that are defined |
list-tags-for-resource | Lists all the tags for a DataBrew resource |
publish-recipe | Publishes a new version of a DataBrew recipe |
send-project-session-action | Performs a recipe step within an interactive DataBrew session that's currently open |
start-job-run | Runs a DataBrew job |
start-project-session | Creates an interactive session, enabling you to manipulate data in a DataBrew project |
stop-job-run | Stops a particular run of a job |
tag-resource | Adds metadata tags to a DataBrew resource, such as a dataset, project, recipe, job, or schedule |
untag-resource | Removes metadata tags from a DataBrew resource |
update-dataset | Modifies the definition of an existing DataBrew dataset |
update-profile-job | Modifies the definition of an existing profile job |
update-project | Modifies the definition of an existing DataBrew project |
update-recipe | Modifies the definition of the LATEST_WORKING version of a DataBrew recipe |
update-recipe-job | Modifies the definition of an existing DataBrew recipe job |
update-schedule | Modifies the definition of an existing DataBrew schedule |