Get all tables in the active schema or search path
get_tables(pantry, schema = "current")
schema | If 'current' then return tables for the current schema If 'all' then return tables for all schemas If othwerwise, return tables for the given schema |
---|
tibble::data_frame with columns ['schema_name', 'column_name']