dbListTables: dbListTables

dbListTables,MoJAthenaConnection-methodR Documentation

dbListTables

Description

See noctua::dbListTables(). This function calls noctua::dbListTables() but if the schema argument is ⁠__temp__⁠ then it looks at your temporary database in Athena. NOTE: that the schema is the first argument here, to retain backwards compatibility with previous version of Rdbtools. From noctua 2.6.2 the first argument is catalog.

Usage

## S4 method for signature 'MoJAthenaConnection'
dbListTables(conn, schema = NULL, ...)

Arguments

conn

A DBIConnection object, as returned by connect_athena()

schema

Athena schema, default set to NULL to return all tables from all Athena schemas. Note: The use of DATABASE and SCHEMA is interchangeable within Athena.

...

Other parameters passed on to methods.


moj-analytical-services/Rdbtools documentation built on June 22, 2024, 8:46 p.m.