db_connection_describe: S3 implementation of 'db_connection_describe' for Athena (api...

db_connection_describeR Documentation

S3 implementation of db_connection_describe for Athena (api version 2).

Description

This is a backend function for dplyr to retrieve meta data about Athena queries. Users won't be required to access and run this function.

Usage

db_connection_describe.AthenaConnection(con)

Arguments

con

A dbConnect object, as returned by dbConnect()

Value

Character variable containing Meta Data about query sent to Athena. The Meta Data is returned in the following format:

"Athena <paws version> [<profile_name>@region/database]"


noctua documentation built on Aug. 9, 2023, 1:07 a.m.