Browse your database
You can browse available data from dazense’s left panel in the “Warehouse” tab. From the data tree you can:- View all tables available
- Search for a table
- Preview a table and see its list of columns
- Start a query on a table by clicking on
<…>icon
Write SQL queries
Data warehouse console features
dazense provides the same features as any data warehouse console:- Auto-complete of tables and column names: every time you type “space”, a dropdown with available tables/columns will appear.
- BigQuery dry run: for BigQuery connections, dazense will show dry run results, with errors and cost of query in GB.
AI auto-complete
On top of regular auto-complete, dazense’s AI tab provides “AI suggestion” to complete your SQL code. These suggestions are based on your data and column metadata to suggest code matching your actual data schema.Fix SQL in chat
When your SQL has an error, use the “Fix in chat” button to send the query error to the agent for correction.Run SQL queries
In dazense, execute any SQL query by pressing ⌘ + ⏎ (cmd + enter). You can also execute queries with dbt syntax if configured. Multi-query execution:- If you have multiple SQL queries in a single file, dazense will execute the query where your cursor is
- You can also select a portion of SQL and run it with ⌘ + ⏎
Create SQL worksheets
You can create SQL worksheets within dazense for adhoc query writing. These worksheets are saved within dazense in the “SQL worksheets” tab. To create a worksheet, click the ”+” button from an SQL file, or go to the “worksheet” tab on the left panel. From this panel, you can rename, delete, or open your worksheets.Data preview
In dazense data preview you can:- Sorting: Click column headers to sort data ascending or descending
- Pagination: Navigate through large result sets with pagination controls
- Cell Selection: Click to select individual cells
- Row Selection: Select entire rows for analysis
- Column Selection: Select entire columns
- Zoom in Cell: Double click on a cell to see the full value when it’s truncated
- Sum/Count Display: See the sum and count of selected cells/rows in the preview
- Export to csv: Export query results to a csv file
