Skip to content

Commit aa7b542

Browse files
add basic documentation on env vars to be set
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
1 parent 697c047 commit aa7b542

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

examples/experimental/sea_connector_test.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@
33
44
This script runs all the individual test modules and displays
55
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
611
"""
12+
713
import os
814
import sys
915
import logging

0 commit comments

Comments
 (0)