Prerequisites
- Admin access to your Datachecks workspace
- Credentials for at least one supported database
Step 1: Add a data source
Go to Settings → Workspace → Integrations → Datasources and click New Datasource. Enter your database credentials and save. Datachecks supports Snowflake, Databricks, BigQuery, PostgreSQL, MySQL, Oracle, Azure SQL, and Sybase. See Data Sources for connection details by database type.Step 2: Create an Asset Discovery agent
- Go to the Agents tab in the left sidebar.
- Click Create Agent.
- Select Asset Discovery as the agent type.
- Select the data source you just added, and give the agent a name and description.
- Click Create to save.
Step 3: Run the agent
- Click the agent you created.
- Select the tables you want to explore — you can select all tables or choose specific ones.
- Click Run. A chat window opens.
Step 4: Explore your tables and data
In the chat window, ask the agent questions about your data:- “What tables are in this schema?”
- “What columns does the
orderstable have?” - “Which columns might contain PII?”
- “Write a query that shows the top 10 customers by order value.”