Browse Your Data
Learn how to explore and navigate your connected data sources in nao.
Accessing Your Data
To browse your data:
- Click on the data warehouse icon in the left sidebar
- You'll see a list of all available databases and schemas
- Expand the schemas to view tables and views
- Click on any table to preview its contents
Table Preview
When you click on a table, nao will show you:
- A preview of the table's data
- Column names and data types
- Sample rows (limited to 100 by default)
- Basic statistics about the data
Search and Filter
You can:
- Search for specific tables using the search bar
- Filter tables by schema or database
- Sort tables alphabetically
- View table metadata and descriptions
Quick Actions
From the table preview, you can:
- Write SQL queries against the table
- Copy column names
- View table lineage
- Check table documentation
- Run data quality checks
tip
Use the search bar to quickly find specific tables or columns across your entire data warehouse.