diff --git a/src/databricks/sql/backend/kernel/__init__.py b/src/databricks/sql/backend/kernel/__init__.py index 230af47f2..64e1a9bbf 100644 --- a/src/databricks/sql/backend/kernel/__init__.py +++ b/src/databricks/sql/backend/kernel/__init__.py @@ -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. """