Skip to content

Commit

Permalink
cluster path?
Browse files Browse the repository at this point in the history
  • Loading branch information
benc-db committed Aug 18, 2023
1 parent 27b8e46 commit f5772c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/integration/python/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def project_config(self):
return {
"config-version": 2,
"vars": {
"http_path": os.getenv("DBT_DATABRICKS_UC_CLUSTER_HTTP_PATH"),
"http_path": os.getenv("DBT_DATABRICKS_CLUSTER_HTTP_PATH"),
"location_root": os.getenv("DBT_DATABRICKS_LOCATION_ROOT"),
},
}
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/python/test_on_schema_change.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def project_config(self):
"config-version": 2,
"vars": {
"http_path": os.getenv(
"DBT_DATABRICKS_UC_CLUSTER_HTTP_PATH",
"DBT_DATABRICKS_CLUSTER_HTTP_PATH",
),
"location_root": "",
},
Expand Down

0 comments on commit f5772c6

Please sign in to comment.