Support for JDBC writes from serverless compute
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2025 12:21 AM
Hi team,
Are there any plans in place to support JDBC writes using serverless compute.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2025 12:30 AM
Databricks Serverless SQL supports JDBC reads (queries) via the Databricks SQL endpoints, but JDBC writes (inserts/updates) directly from serverless compute are not generally supported. This is a common limitation because serverless SQL endpoints are optimized for analytics workloads (read-heavy), not for transactional or ETL-style writes via JDBC.