R Databricks Unity Catalog

Finding and querying Unity Catalog data from R. Covers browsing catalogs, schemas and tables with brickster, writing dbplyr pipelines rather than SQL strings (including why spatial ST_ functions and the odbc BINARY bug are not reasons to drop to SQL, and why an st_ call above collect() is the server's function and not sf's, which models the Earth differently unless the coordinates are projected), in_catalog() for three-part names, glimpse() without collect(), deciding where the collect() line goes, and using dplyr::sql() for expressions dbplyr cannot translate or tbl(con, sql()) to start from a whole hand-written query. Load when locating a table or writing a query; load r-databricks-connections first to choose a connection path.

posit-dev Updated

File contents

posit-dev/r-databricks-guide/tree/main/skills/r-databricks-unity-catalog commit 208f46d9b7

Frequently asked questions

npx skillmds@latest add posit-dev/r-databricks-unity-catalog