Datalake: Browsing Your Source Data
Learn how to browse, preview, and search the raw source tables synced from your connected systems in the Datalake.
The Datalake shows all source tables ingested from your connected systems. Think of it as a map of all the raw data flowing into BEEM.
Open the Datalake
- Click Datalake in the left sidebar
- You will see a list of all your connections with their source tables
Browse Source Tables
- Select a connection to see all its tables
- Click on a table to view its details
- Review the schema: column names, data types, and nullable fields
Preview Source Data
- With a table selected, click Preview
- Browse actual rows of data to understand what is available
- Use this to verify that source data is syncing correctly
Search and Filter
- Use the search bar to find specific tables by name
- Filter by connection to narrow down the list
- Check last sync timestamps and row counts to confirm data freshness
When to Use the Datalake
- Exploring a new data source: Understand what tables and columns are available before writing SQL
- Writing SQL in the Warehouse: Check column names and data types for your queries
- Troubleshooting sync issues: Verify that source data is arriving correctly and on time
- Onboarding new team members: Help them understand what data exists in the platform
Updated 4 days ago
