We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 697c047 commit aa7b542Copy full SHA for aa7b542
examples/experimental/sea_connector_test.py
@@ -3,7 +3,13 @@
3
4
This script runs all the individual test modules and displays
5
a summary of test results with visual indicators.
6
+
7
+In order to run the script, the following environment variables need to be set:
8
+- DATABRICKS_SERVER_HOSTNAME: The hostname of the Databricks server
9
+- DATABRICKS_HTTP_PATH: The HTTP path of the Databricks server
10
+- DATABRICKS_TOKEN: The token to use for authentication
11
"""
12
13
import os
14
import sys
15
import logging
0 commit comments