Description Usage Arguments Examples
View source: R/redshift_manipulation.R
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.
1 | dwh_replace_inplace_from_sql(table_name, query, slots = 1)
|
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 |
1 | dwh_replace_inplace_from_sql('test_table', 'select 1')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.