From 7fea77fa54c8706a68ed33734cd6cf51c9adc156 Mon Sep 17 00:00:00 2001 From: Vikrant Puppala Date: Wed, 8 Jul 2026 12:31:32 +0000 Subject: [PATCH 1/2] test: trivial comment to verify fork-PR CI (#831) Verifies that a fork PR now runs unit/lint/type checks offline from the prewarmed cache instead of dying on the JFrog OIDC step. This commit is a no-op comment change; delete the branch after verification. Signed-off-by: Vikrant Puppala --- src/databricks/sql/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/databricks/sql/__init__.py b/src/databricks/sql/__init__.py index 17beb7f11..49b175d9a 100644 --- a/src/databricks/sql/__init__.py +++ b/src/databricks/sql/__init__.py @@ -3,7 +3,7 @@ from databricks.sql.exc import * # PEP 249 module globals -apilevel = "2.0" +apilevel = "2.0" # PEP 249 DB-API level (see #831 fork-CI verification) threadsafety = 1 # Threads may share the module, but not connections. paramstyle = "named" From 7a40917e2c0edb8d0e586f1b121ae1764cf53270 Mon Sep 17 00:00:00 2001 From: Vikrant Puppala Date: Thu, 9 Jul 2026 05:31:49 +0000 Subject: [PATCH 2/2] test: re-run fork CI against re-seeded cache (#831) Empty commit to re-trigger checks after the warmer re-ran on main with pristine-lock-hash keys (#850). Expect unit/lint/type legs to restore the cache and run offline now. Signed-off-by: Vikrant Puppala