Skip to content

feat(databricks-jdbc-driver): Support export bucket in read-only mode#10420

Merged
ovr merged 1 commit intomasterfrom
feat/databricks-jdbc-driver-readonly
Feb 23, 2026
Merged

feat(databricks-jdbc-driver): Support export bucket in read-only mode#10420
ovr merged 1 commit intomasterfrom
feat/databricks-jdbc-driver-readonly

Conversation

@ovr
Copy link
Member

@ovr ovr commented Feb 23, 2026

Previously, DatabricksDriver used CREATE TABLE with _tmp postfix, which may cause concurrency issues, because such tables were not tracked in the query-orchestrator. Instead of fixing such behavior, let's make unload fully supported in read-only mode without permissions

@codecov
Copy link

codecov bot commented Feb 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 57.42%. Comparing base (4cb9f78) to head (fda84b4).
⚠️ Report is 5 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master   #10420   +/-   ##
=======================================
  Coverage   57.42%   57.42%           
=======================================
  Files         222      222           
  Lines       17368    17368           
  Branches     3555     3555           
=======================================
  Hits         9974     9974           
  Misses       6859     6859           
  Partials      535      535           
Flag Coverage Δ
cube-backend 57.42% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@ovr ovr force-pushed the feat/databricks-jdbc-driver-readonly branch from 42e026a to fda84b4 Compare February 23, 2026 13:00
@ovr ovr marked this pull request as ready for review February 23, 2026 14:11
@ovr ovr requested a review from a team as a code owner February 23, 2026 14:11
@ovr ovr changed the title feat(databricks-jdbc-driver): Support export bucket without permissio… feat(databricks-jdbc-driver): Support export bucket in readOnly Feb 23, 2026
@ovr ovr changed the title feat(databricks-jdbc-driver): Support export bucket in readOnly feat(databricks-jdbc-driver): Support export bucket in read-only mode Feb 23, 2026
@ovr ovr merged commit a9b6480 into master Feb 23, 2026
72 of 73 checks passed
@ovr ovr deleted the feat/databricks-jdbc-driver-readonly branch February 23, 2026 14:26
ovr added a commit that referenced this pull request Feb 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants