Skip to content

Commit

Permalink
[DOCS] Update unity-catalog docs to include installation (#2440)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaychia authored Jun 26, 2024
1 parent fbc4b5f commit 98e6279
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/source/user_guide/integrations/unity-catalog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ Unity Catalog
Users of Unity Catalog are able to work with data assets such as tables (Parquet, CSV, Iceberg, Delta), volumes
(storing raw files), functions and models.

To use Daft with the Unity Catalog, you will need to install Daft with the `unity` option specified like so:

```
pip install getdaft[unity]
```

.. WARNING::

These APIs are in beta and may be subject to change as the Unity Catalog continues to be developed.
Expand Down

0 comments on commit 98e6279

Please sign in to comment.