athena_import_notebook: Imports a single ipynb file to a Spark enabled workgroup

View source: R/athena_operations.R

athena_import_notebookR Documentation

Imports a single ipynb file to a Spark enabled workgroup

Description

Imports a single ipynb file to a Spark enabled workgroup. The maximum file size that can be imported is 10 megabytes. If an ipynb file with the same name already exists in the workgroup, throws an error.

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

Usage

athena_import_notebook(
  WorkGroup,
  Name,
  Payload,
  Type,
  ClientRequestToken = NULL
)

Arguments

WorkGroup

[required] The name of the Spark enabled workgroup to import the notebook to.

Name

[required] The name of the notebook to import.

Payload

[required] The notebook content to be imported.

Type

[required] The notebook content type. Currently, the only valid type is IPYNB.

ClientRequestToken

A unique case-sensitive string used to ensure the request to import the notebook is idempotent (executes only once).

This token is listed as not required because Amazon Web Services SDKs (for example the Amazon Web Services SDK for Java) auto-generate the token for you. If you are not using the Amazon Web Services SDK or the Amazon Web Services CLI, you must provide this token or the action will fail.


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