dbGetTables,MoJAthenaConnection-method | R Documentation |
See noctua::dbGetTables()
. This function calls noctua::dbGetTables()
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
.
## S4 method for signature 'MoJAthenaConnection'
dbGetTables(conn, schema = NULL, ...)
conn |
A DBIConnection object, as returned by |
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.