Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/databricks/sql/backend/kernel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,9 @@

See ``docs/designs/pysql-kernel-integration.md`` in
``databricks-sql-kernel`` for the full integration design.

Cross-repo integration tests for this backend run via the proxy-based
harness in ``databricks/databricks-driver-test`` (suite name
``Python Proxy Tests``). They're previewable on a PR with the
``integration-test`` label and gate the merge queue.
"""
Loading