dwh_replace_inplace_from_sql: Replace data in Amazon Redshift table in-place

Description Usage Arguments Examples

View source: R/redshift_manipulation.R

Description

This function replaces a table from an SQL query without dropping/creating the destination table, making it suitable for tables which may be used while the process is running, but does not allow for structure changes without altering the original table.

Usage

1
dwh_replace_inplace_from_sql(table_name, query, slots = 1)

Arguments

table_name

The name of the table in Amazon Redshift

query

The query to execute to create the table in Amazon Redshift

slots

The number of slots to use

Examples

1
dwh_replace_inplace_from_sql('test_table', 'select 1')

auth0/rauth0 documentation built on July 3, 2021, 4:11 p.m.