Check data plane version in self-hosted deployments
Last updated: February 27, 2026
Applicable To
Plans: Any
Deployments: Hybrid
Summary
Goal: Check your self-hosted data plane version to troubleshoot SQL query syntax errors and feature availability.
Configuration Steps
Step 1: Navigate to the API URL configuration page
Go to the following URL pattern, replacing the placeholders with your organization and project names:
https://www.braintrust.dev/app/[ORGNAME]/p/[PROJECTNAME]/configuration/org/api-urlStep 2: View the data plane version
The data plane version is displayed on this configuration page.
Step 3: Verify SQL support availability
Check the data plane changelog to confirm your version supports plain SQL queries (SELECT and WITH statements).
Common Issues
Plain SQL queries may fail if your data plane version predates SQL support. Braintrust auto-detects SQL vs BTQL by checking if queries start with SELECT or WITH. If you encounter syntax errors with valid SQL, upgrade your data plane version.