Hashboard tables command

The tables command allows you to see a list of all available tables within a specific database when developing Hashboard resources via the CLI. To see the names of the database connections available in your project use the databases command.

hb tables [database connection name]
Example usage
hb tables bq_conn
 
Successfully logged in to Pizza Bytes
...
📂 Available Tables From bq_conn
*  products
*  sales
 

These tables can be referenced when building out model configurations. If you have a DuckDB connection you can upload files to use as tables directly from the CLI using the upload command.