Skip to content

Commit

Permalink
Expanded reasons for using SQL Warehouse or personal cluster in ADA i…
Browse files Browse the repository at this point in the history
…nstructions.
  • Loading branch information
nick-treece committed May 13, 2024
1 parent ae187ce commit 9aa2718
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ADA/databricks_rstudio_personal_cluster.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<p class="text-muted">

The following instructions set up an ODBC connection between your laptop and your DataBricks cluster, which can then be used in R/RStudio to query data using an ODBC based package.
The following instructions set up an ODBC connection between your laptop and your DataBricks cluster, which can then be used in R/RStudio to query data using an ODBC based package or `sparklyr`. Personal clusters are able to run SQL, R, python and scala. They can be used within the DataBricks environment, or through R studio and can be set up yourself if you don't have access to a SQL warehouse or shared cluster.

</p>

Expand Down
3 changes: 2 additions & 1 deletion ADA/databricks_rstudio_sql_warehouse.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
title: "Setup Databricks SQL Warehouse with RStudio"
---

<p class="text-muted">The following instructions set up an ODBC connection between your laptop and your DataBricks SQL warehouse, which can then be used in R/RStudio to query data using an ODBC based package.</p>
<p class="text-muted">The following instructions set up an ODBC connection between your laptop and your DataBricks SQL warehouse, which can then be used in R/RStudio to query data using an ODBC based package.
SQL Warehouses are able to run SQL and can be used within the DataBricks environment, or through RStudio to run SQL code. The `sparklyr` package can also be used from within RStudio (only) as it converts the request for data to Spark SQL behind the scenes.</p>

------------------------------------------------------------------------

Expand Down

0 comments on commit 9aa2718

Please sign in to comment.