From 1d284ac415b12d40163468aa6ea172f11e425954 Mon Sep 17 00:00:00 2001 From: Phillip LeBlanc Date: Tue, 9 Jul 2024 08:05:18 +0900 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Aurash Behbahani --- spiceaidocs/docs/data-connectors/databricks.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spiceaidocs/docs/data-connectors/databricks.md b/spiceaidocs/docs/data-connectors/databricks.md index 83d3dbbb..ccf51875 100644 --- a/spiceaidocs/docs/data-connectors/databricks.md +++ b/spiceaidocs/docs/data-connectors/databricks.md @@ -8,7 +8,7 @@ pagination_prev: null import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -Databricks as a connector for federated SQL query against Databricks using [Spark Connect](https://www.databricks.com/blog/2022/07/07/introducing-spark-connect-the-power-of-apache-spark-everywhere.html) or directly from [Delta Lake](https://delta.io/) Tables. +Databricks as a connector for federated SQL query against Databricks using [Spark Connect](https://www.databricks.com/blog/2022/07/07/introducing-spark-connect-the-power-of-apache-spark-everywhere.html) or directly from [Delta Lake](https://delta.io/) tables. ## Configuration @@ -170,7 +170,7 @@ datasets: params: endpoint: dbc-a1b2345c-d6e7.cloud.databricks.com mode: spark_connect - databricks-cluster-id: 1234-567890-abcde123 + databricks_cluster_id: 1234-567890-abcde123 # Example for Delta Lake - from: databricks:spiceai.datasets.my_awesome_table // A reference to a table in the Databricks unity catalog name: my_delta_lake_table