Back to library
Databricks

Databricks

Lakehouse / Data Copilot

2.2k/ wk

About Databricks

Databricks is the Data + AI Company, providing a unified lakehouse platform for data engineering, analytics, and machine learning at scale. Thousands of organizations use Databricks to build, train, and deploy AI and ML workloads on their own data.

Employees

~6,000

Industry

Data & AI Platform

Headquarters

San Francisco, CA

Eval preview

A sample of what this eval checks.

#InputOutputConfidence
1query

How many orders are completed?

sql: SELECT COUNT(*) FROM orders WHERE status = 'completed';

0.85
2query

Total revenue from completed orders?

sql: SELECT SUM(amount) FROM orders WHERE status = 'completed';

0.86
3query

Number of customers in each country?

sql: SELECT country, COUNT(*) FROM customers GROUP BY country;

0.87

Run this eval in your workspace

Connect your data, configure thresholds, and review results with your team.