Skip to content

Commit

Permalink
Fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
gshank committed Mar 15, 2022
1 parent 2f3ef5e commit ab54007
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def dbt_profile_target(request):
elif profile_type == "apache_spark":
target = apache_spark_target()
elif profile_type == "databricks_http_cluster":
target = databrics_http_cluster()
target = databricks_http_cluster()
else:
raise ValueError(f"Invalid profile type '{profile_type}'")
return target
Expand Down Expand Up @@ -58,7 +58,7 @@ def databricks_cluster_target():
}


def databrickcs_sql_endpoint_target():
def databricks_sql_endpoint_target():
return {
"type": "spark",
"method": "odbc",
Expand Down

0 comments on commit ab54007

Please sign in to comment.