bqInsertPartition: Inserts data table into a specific partition of a partition...

View source: R/bigquery-partition.R

bqInsertPartitionR Documentation

Inserts data table into a specific partition of a partition table.

Description

Inserts data table into a specific partition of a partition table.

Usage

bqInsertPartition(table, date, data, append = FALSE)

Arguments

table

Name of the table

date

Partition date

data

Data table to insert

append

Append to the partition if TRUE else overwrite


madedotcom/retl documentation built on Sept. 19, 2022, 3:28 a.m.