Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add DBT_DATABRICKS_UC_INITIAL_CATALOG Option #537

Merged
Merged
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: 4 additions & 1 deletion test.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ 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=

## Also able to set the http-path values for each profile
## Server http-path value for `databricks_cluster` profile
# DBT_DATABRICKS_CLUSTER_HTTP_PATH=
Expand All @@ -23,4 +26,4 @@ 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
# DBT_DATABRICKS_CONNECTOR_LOG_LEVEL=DEBUG
Loading