describe_table: Show the list of columns, including partition columns:...

View source: R/wrap.R

describe_tableR Documentation

Show the list of columns, including partition columns: 'DESCRIBE table;'.

Description

Show the list of columns, including partition columns: 'DESCRIBE table;'.

Usage

describe_table(table, database)

Arguments

table

Table name

database

AWS Glue/Athena database name

Value

DataFrame filled by formatted infos.

Examples

`df_table = dbtools::describe_table(table='my_table', database='my_db')`

moj-analytical-services/dbtools documentation built on Sept. 29, 2024, 2:06 a.m.