Skip to content

Commit 420d1f7

Browse files
authored
Merge pull request #1043 from spiceai/evgenii/2025-06-18/databricks-m2m-acronim
Databricks docs - define M2M acronym
2 parents 35a2aca + 23f4a66 commit 420d1f7

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

website/docs/components/catalogs/databricks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ catalogs:
8787

8888
### Databricks service principal
8989

90-
Spice supports the M2M OAuth flow with service principal credentials by utilizing the `databricks_client_id` and `databricks_client_secret` parameters. The runtime will automatically refresh the token.
90+
Spice supports the Machine-to-Machine (M2M) OAuth flow with service principal credentials by utilizing the `databricks_client_id` and `databricks_client_secret` parameters. The runtime will automatically refresh the token.
9191

9292
Ensure that you grant your service principal the "Data Reader" privilege preset for the catalog and "Can Attach" cluster permissions when using Spark Connect mode.
9393

website/docs/components/data-connectors/databricks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ datasets:
8888

8989
### Databricks service principal
9090

91-
Spice supports the M2M OAuth flow with service principal credentials by utilizing the `databricks_client_id` and `databricks_client_secret` parameters. The runtime will automatically refresh the token.
91+
Spice supports the Machine-to-Machine (M2M) OAuth flow with service principal credentials by utilizing the `databricks_client_id` and `databricks_client_secret` parameters. The runtime will automatically refresh the token.
9292

9393
Ensure that you grant your service principal the "Data Reader" privilege preset for the catalog and "Can Attach" cluster permissions when using Spark Connect mode.
9494

website/docs/components/embeddings/databricks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ embeddings:
3131
3232
### Example `spicepod.yaml` configuration, using Databricks service principal
3333

34-
Spice supports the M2M OAuth flow with service principal credentials by utilizing the `databricks_client_id` and `databricks_client_secret` parameters. The runtime will automatically refresh the token.
34+
Spice supports the Machine-to-Machine (M2M) OAuth flow with service principal credentials by utilizing the `databricks_client_id` and `databricks_client_secret` parameters. The runtime will automatically refresh the token.
3535

3636
The service principal must be granted the "Can Query" permission for model serving.
3737

website/docs/components/models/databricks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ models:
3131
3232
### Example `spicepod.yaml` configuration, using Databricks service principal
3333

34-
Spice supports the M2M OAuth flow with service principal credentials by utilizing the `databricks_client_id` and `databricks_client_secret` parameters. The runtime will automatically refresh the token.
34+
Spice supports the Machine-to-Machine (M2M) OAuth flow with service principal credentials by utilizing the `databricks_client_id` and `databricks_client_secret` parameters. The runtime will automatically refresh the token.
3535

3636
The service principal must be granted the "Can Query" permission for model serving.
3737

0 commit comments

Comments
 (0)