USE
The USE command enables you to specify the context to be used for the current query session. When running Arctic-specific queries, this command enables you to change the reference for the current query session.
USE { <path> | { REF | BRANCH | TAG | COMMIT <refValue> } }
[ IN <catalog_name> ]
Parameters
{{< sql-section file="data/sql/branches.json" data="specifyingABranch" >}}
Examples
Use the demo sourceUSE Samples."samples.dremio.com"
USE BRANCH myBranch
USE BRANCH myBranch
IN myCatalog