Change to a particular schema.

drill_use(drill_con, schema_name)

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.

References

Drill documentation

See also