Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Wigley authored Jan 28, 2021
1 parent 2f7c2dc commit 9049231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ A dbt profile for Spark connections support the following configurations:
| organization | Azure Databricks workspace ID (see note) |||| `1234567891234567` |
| cluster | The name of the cluster to connect to | ✅ (unless `endpoint`) ||| `01234-23423-coffeetime` |
| endpoint | The ID of the SQL endpoint to connect to | ✅ (unless `cluster`) ||| `1234567891234a` |
| driver | Path of ODBC driver installed or name of ODBC DSN configured |||| `/opt/simba/spark/lib/64/libsparkodbc_sb64.so` |
| driver | Path of ODBC driver installed or name of the ODBC driver configured |||| `/opt/simba/spark/lib/64/libsparkodbc_sb64.so` |
| user | The username to use to connect to the cluster |||| `hadoop` |
| connect_timeout | The number of seconds to wait before retrying to connect to a Pending Spark cluster || ❔ (`10`) | ❔ (`10`) | `60` |
| connect_retries | The number of times to try connecting to a Pending Spark cluster before giving up || ❔ (`0`) | ❔ (`0`) | `5` |
Expand Down

0 comments on commit 9049231

Please sign in to comment.