dlt_initialize_delta_table_builder | R Documentation |
Initalize a new DeltaTableBuilder
dlt_create() dlt_create_if_not_exists() dlt_replace() dlt_create_or_replace()
DeltaTableBuilder
dlt_create()
: On execute, creates a new DeltaTable if it dosen't exist,
otherwise throws an exception.
dlt_create_if_not_exists()
: On execute, creates a new DeltaTable if it dosen't exist,
otherwise does nothing.
dlt_replace()
: On execute, replaces DeltaTable if it exists,
otherwise throws an exception.
dlt_create_or_replace()
: On execute, replaces DeltaTable if it exists,
otherwise creates a new DeltaTable
dlt_create, since 1.0.0
dlt_create_if_not_exists, since 1.0.0
dlt_replace, since 1.0.0
dlt_create_or_replace, since 1.0.0
DeltaTableBuilder
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.