commit_warehouse_table: clessnverse::commit_warehouse_table

View source: R/dev_l.R

commit_warehouse_tableR Documentation

clessnverse::commit_warehouse_table

Description

[Experimental]

Injects the content of a dataframe into a warehouse_table

Usage

commit_warehouse_table(
  table_name,
  df,
  key_columns,
  key_encoding,
  refresh_data,
  credentials
)

Arguments

table_name

This is the warhouse_table name to inject the data into

df

The data frame to be injected into the table

key_columns

This is a character string containing the column names of the df dataframe that will act as the unique key for each record in the table. If the column names are separed with '+' then the columns will be combined together (concatenated) to form the key. If separeted by a ',' then the first column that does not contain NAs or empty values will be used

key_encoding

if key_encoding = "digets", the value of the key_columns combined together will be scambeled into a uuid.

refresh_data

This parameter is not yet used.

credentials

your credential to hublot

Value

return

Examples

# To be documented

clessn/clessn-verse documentation built on Feb. 18, 2024, 12:42 p.m.