dwh_table_schema: Get table schema from DWH

Description Usage Arguments Examples

View source: R/table_metadata.R

Description

Obtains columns, primary keys, foreign key relationships not null and column order from Amazon Redshift

Usage

1
dwh_table_schema(table_names, schema = "public")

Arguments

table_names

Name of the tables to get schema

schema

Name of the schema where the table is, defaults to public

Examples

1
schema = dwh_table_schema(c('tenants', 'users'))

auth0/rauth0 documentation built on July 3, 2021, 4:11 p.m.