Glue DataBrew Project

An AWS Glue DataBrew Project is a workspace that lets you organize and manage data preparation tasks. It ties together datasets, transformation recipes, and job runs, allowing you to visually clean and normalize data without writing code. Projects provide an interactive environment where you can apply, test, and refine transformations before running them at scale.

aws.databrew_project

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestringThe ID of the Amazon Web Services account that owns the project.
create_datecoretimestampThe date and time that the project was created.
created_bycorestringThe Amazon Resource Name (ARN) of the user who crated the project.
dataset_namecorestringThe dataset that the project is to act upon.
last_modified_bycorestringThe Amazon Resource Name (ARN) of the user who last modified the project.
last_modified_datecoretimestampThe last modification date and time for the project.
namecorestringThe unique name of a project.
open_datecoretimestampThe date and time when the project was opened.
opened_bycorestringThe Amazon Resource Name (ARN) of the user that opened the project for use.
recipe_namecorestringThe name of a recipe that will be developed during a project session.
resource_arncorestringThe Amazon Resource Name (ARN) for the project.
role_arncorestringThe Amazon Resource Name (ARN) of the role that will be assumed for this project.
samplecorejsonThe sample size and sampling type to apply to the data. If this parameter isn't specified, then the sample consists of the first 500 rows from the dataset.
tagscorehstore