Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/scalardb-analytics/reference-data-source.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -293,12 +293,12 @@ The following configurations are for Databricks (Databricks SQL/JDBC).
<h4>`oAuthClientId`</h4>

- **Field:** `oAuthClientId`
- **Description:** OAuth client ID for Databricks SQL/JDBC authentication.
- **Description:** OAuth machine-to-machine (M2M) service principal's UUID or Application ID for Databricks SQL/JDBC authentication.

<h4>`oAuthSecret`</h4>

- **Field:** `oAuthSecret`
- **Description:** OAuth client secret for Databricks SQL/JDBC authentication.
- **Description:** OAuth M2M service principal's secret for Databricks SQL/JDBC authentication.

<h4>`catalog`</h4>

Expand Down Expand Up @@ -338,12 +338,12 @@ The following configurations are for Snowflake.
<h4>`username`</h4>

- **Field:** `username`
- **Description:** Database user.
- **Description:** A Snowflake user.

<h4>`password`</h4>

- **Field:** `password`
- **Description:** Database password.
- **Description:** A Snowflake user's programmatic access token.

<h4>`database`</h4>

Expand Down