Skip to content

Commit

Permalink
Fail Databricks tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
plypaul committed Jun 6, 2024
1 parent 848b1b5 commit 5c09464
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tests_metricflow/fixtures/sql_client_fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,10 @@ def make_test_sql_client(url: str, password: str, schema: str) -> SqlClientWithD
__initialize_dbt()
return AdapterBackedDDLSqlClient(adapter=get_adapter_by_type("duckdb"))
elif dialect is SqlDialect.DATABRICKS:
__configure_databricks_env_from_url(url, password=password, schema=schema)
__initialize_dbt()
return AdapterBackedDDLSqlClient(adapter=get_adapter_by_type("databricks"))
# __configure_databricks_env_from_url(url, password=password, schema=schema)
# __initialize_dbt()
# return AdapterBackedDDLSqlClient(adapter=get_adapter_by_type("databricks"))
raise RuntimeError()
elif dialect is SqlDialect.TRINO:
__configure_test_env_from_url(url, password=password, schema=schema)
__initialize_dbt()
Expand Down

0 comments on commit 5c09464

Please sign in to comment.