Skip to content

Commit 7b4f6cb

Browse files
committed
Revert "Merge branch 'main' into close-conn"
This reverts commit 1714395, reversing changes made to 66192b4.
1 parent 1714395 commit 7b4f6cb

33 files changed

+227
-4595
lines changed

.github/workflows/daily-telemetry-e2e.yml

Lines changed: 0 additions & 87 deletions
This file was deleted.

.github/workflows/integration.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,5 @@ jobs:
5454
#----------------------------------------------
5555
# run test suite
5656
#----------------------------------------------
57-
- name: Run e2e tests (excluding daily-only tests)
58-
run: |
59-
# Exclude telemetry E2E tests from PR runs (run daily instead)
60-
poetry run python -m pytest tests/e2e \
61-
--ignore=tests/e2e/test_telemetry_e2e.py \
62-
-n auto
57+
- name: Run e2e tests
58+
run: poetry run python -m pytest tests/e2e -n auto

CHANGELOG.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
# Release History
22

3-
# 4.2.1 (2025-11-20)
4-
- Ignore transactions by default (databricks/databricks-sql-python#711 by @jayantsing-db)
5-
6-
# 4.2.0 (2025-11-14)
7-
- Add multi-statement transaction support (databricks/databricks-sql-python#704 by @jayantsing-db)
8-
- Add a workflow to parallelise the E2E tests (databricks/databricks-sql-python#697 by @msrathore-db)
9-
- Bring Python telemetry event model consistent with JDBC (databricks/databricks-sql-python#701 by @nikhilsuri-db)
10-
113
# 4.1.4 (2025-10-15)
124
- Add support for Token Federation (databricks/databricks-sql-python#691 by @madhav-db)
135
- Add metric view support (databricks/databricks-sql-python#688 by @shivam2680)

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,6 @@ or to a Databricks Runtime interactive cluster (e.g. /sql/protocolv1/o/123456789
6767
> to authenticate the target Databricks user account and needs to open the browser for authentication. So it
6868
> can only run on the user's machine.
6969
70-
## Transaction Support
71-
72-
The connector supports multi-statement transactions with manual commit/rollback control. Set `connection.autocommit = False` to disable autocommit mode, then use `connection.commit()` and `connection.rollback()` to control transactions.
73-
74-
For detailed documentation, examples, and best practices, see **[TRANSACTIONS.md](TRANSACTIONS.md)**.
75-
7670
## SQLAlchemy
7771
Starting from `databricks-sql-connector` version 4.0.0 SQLAlchemy support has been extracted to a new library `databricks-sqlalchemy`.
7872

0 commit comments

Comments
 (0)