glue_get_plan: Gets code to perform a specified mapping

View source: R/glue_operations.R

glue_get_planR Documentation

Gets code to perform a specified mapping

Description

Gets code to perform a specified mapping.

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

Usage

glue_get_plan(
  Mapping,
  Source,
  Sinks = NULL,
  Location = NULL,
  Language = NULL,
  AdditionalPlanOptionsMap = NULL
)

Arguments

Mapping

[required] The list of mappings from a source table to target tables.

Source

[required] The source table.

Sinks

The target tables.

Location

The parameters for the mapping.

Language

The programming language of the code to perform the mapping.

AdditionalPlanOptionsMap

A map to hold additional optional key-value parameters.

Currently, these key-value pairs are supported:

  • inferSchema  —  Specifies whether to set inferSchema to true or false for the default script generated by an Glue job. For example, to set inferSchema to true, pass the following key value pair:

    ⁠--additional-plan-options-map '{"inferSchema":"true"}'⁠


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