bqCreatePartitionTable: Creates partition table for a given sql

View source: R/bigquery-partition.R

bqCreatePartitionTableR Documentation

Creates partition table for a given sql

Description

Parameters that will be passed to SQL for the placeholders:

Usage

bqCreatePartitionTable(
  table,
  datasets,
  sql = NULL,
  file = NULL,
  existing.dates = NULL,
  missing.dates = NULL,
  priority = "INTERACTIVE",
  use.legacy.sql = bqUseLegacySql()
)

Arguments

table

name of the destination table

datasets

list of Google Analytics properties to populate table for

sql

sql to use a source of the data

file

if sql is not provided it will be read from the file

existing.dates

dates that should be skipped

missing.dates

dates calculation for which will be enforced

priority

sets priority of job execution to INTERACTIVE or BATCH

use.legacy.sql

switches SQL dialect. Defaults to value set in 'BIGQUERY_LEGACY_SQL' env.


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