Skip to content

Start Project Session

gluedatabrew_start_project_session R Documentation

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

Description

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

Usage

gluedatabrew_start_project_session(Name, AssumeControl)

Arguments

Name

[required] The name of the project to act upon.

AssumeControl

A value that, if true, enables you to take control of a session, even if a different client is currently accessing the project.

Value

A list with the following syntax:

list(
  Name = "string",
  ClientSessionId = "string"
)

Request syntax

svc$start_project_session(
  Name = "string",
  AssumeControl = TRUE|FALSE
)