drill_use: Change to a particular schema.

Description Usage Arguments References See Also

View source: R/schemas.R

Description

Change to a particular schema.

Usage

1
drill_use(drill_con, schema_name, .progress = interactive())

Arguments

drill_con

drill server connection object setup by drill_connection()

schema_name

A unique name for a Drill schema. A schema in Drill is a configured storage plugin, such as hive, or a storage plugin and workspace.

.progress

if TRUE (default if in an interactive session) then ask httr::RETRY to display a progress bar

References

Drill documentation

See Also

Other Dill direct REST API Interface: drill_show_files(), drill_show_schemas()


hrbrmstr/sergeant documentation built on Dec. 27, 2021, 11:17 p.m.