Skip to main content

Browse Your Data

Learn how to explore and navigate your connected data sources in nao.

Accessing Your Data

To browse your data:

  1. Click on the data warehouse icon in the left sidebar
  2. You'll see a list of all available databases and schemas
  3. Expand the schemas to view tables and views
  4. 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.