Hashboard tables command

The tables command allows you to see a list of all available tables within a specific data source when developing Hashboard resources via the CLI. To see the names of the data sources available in your project use the datasource ls command.

hb tables [data source 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 datasource upload command.