gluedatabrew_create_dataset: Creates a new DataBrew dataset

View source: R/gluedatabrew_operations.R

gluedatabrew_create_datasetR Documentation

Creates a new DataBrew dataset

Description

Creates a new DataBrew dataset.

See https://www.paws-r-sdk.com/docs/gluedatabrew_create_dataset/ for full documentation.

Usage

gluedatabrew_create_dataset(
  Name,
  Format = NULL,
  FormatOptions = NULL,
  Input,
  PathOptions = NULL,
  Tags = NULL
)

Arguments

Name

[required] The name of the dataset to be created. Valid characters are alphanumeric (A-Z, a-z, 0-9), hyphen (-), period (.), and space.

Format

The file format of a dataset that is created from an Amazon S3 file or folder.

FormatOptions
Input

[required]

PathOptions

A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.

Tags

Metadata tags to apply to this dataset.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.