-
Notifications
You must be signed in to change notification settings - Fork 119
/
test.env.example
36 lines (26 loc) · 1.03 KB
/
test.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Server Hostname value
DBT_DATABRICKS_HOST_NAME=
# Server http-path value
DBT_DATABRICKS_HTTP_PATH=
# Set the default database for the `databricks` profile
DBT_DATABRICKS_UC_INITIAL_CATALOG=
# Set the default schema for the `databricks` profile
DBT_DATABRICKS_UC_INITIAL_SCHEMA=
## Also able to set the http-path values for each profile
## Server http-path value for `databricks_cluster` profile
# DBT_DATABRICKS_CLUSTER_HTTP_PATH=
## Server http-path value for `databricks_uc_cluster` profile
# DBT_DATABRICKS_UC_CLUSTER_HTTP_PATH=
## Server http-path value for `databricks_uc_sql_endpoint` profile
# DBT_DATABRICKS_UC_ENDPOINT_HTTP_PATH=
# personal token
DBT_DATABRICKS_TOKEN=
# users for testing 'grants' functionality
DBT_TEST_USER_1=
DBT_TEST_USER_2=
DBT_TEST_USER_3=
# Development
# The default is INFO. Log levels can be: DEBUG, INFO, WARNING, ERROR, or CRITICAL
# DBT_DATABRICKS_CONNECTOR_LOG_LEVEL=DEBUG
# The default is INFO. Log levels can be: DEBUG, INFO, WARNING, ERROR, or CRITICAL
# DBT_DATABRICKS_CONNECTOR_LOG_LEVEL=DEBUG