Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Aurash Behbahani <[email protected]>
  • Loading branch information
phillipleblanc and digadeesh authored Jul 8, 2024
1 parent ea89c11 commit 1d284ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spiceaidocs/docs/data-connectors/databricks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1d284ac

Please sign in to comment.