You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/usage/loading-table.md
+37Lines changed: 37 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -191,3 +191,40 @@ version number or datetime string:
191
191
Previous table versions may not exist if they have been vacuumed, in
192
192
which case an exception will be thrown. See [Vacuuming
193
193
tables](managing-tables.md#vacuuming-tables) for more information.
194
+
195
+
## Load table from Unity Catalog
196
+
197
+
You may load a Delta Table from your Databricks or Open Source Unity Catalog using a `uc://` URL of format `uc://<catalog-name>.<db-name>.<table-name>`. Example as follows:
0 commit comments