Skip to content

Commit

Permalink
Merge pull request #527 from mjohns-databricks/mjohns-0.4.0-docs-10
Browse files Browse the repository at this point in the history
Mjohns 0.4.0 docs 10
  • Loading branch information
Milos Colic authored Jan 31, 2024
2 parents 307cb6e + cffa517 commit 5e6a189
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
4 changes: 2 additions & 2 deletions docs/source/api/vector-format-readers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ Then we create a spark dataframe made up of metadata to drive the examples.
}
])
Here is an example UDFs to list layers, supporting both zipped and non-zipped.
Here is an example UDF to list layers, supporting both zipped and non-zipped.

.. code-block:: py
Expand Down Expand Up @@ -514,7 +514,7 @@ We can call the UDF, e.g.
+--------------------+-------------+
| zip_path|is_double_zip|
+--------------------+-------------+
|/dbfs/home/mjohns...| false|
|/dbfs/home/... | false|
+--------------------+-------------+
Though not shown here, you can then handle unzipping the "double" zips that return `True` by extending
Expand Down
6 changes: 3 additions & 3 deletions docs/source/usage/install-gdal.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,6 @@ code at the top of the notebook:
GDAL enabled.
GDAL 3.4.1, released 2021/12/27
.. note::
You can configure init script from default ubuntu GDAL (3.4.1) to ubuntugis ppa @ https://launchpad.net/~ubuntugis/+archive/ubuntu/ppa (3.4.3)
with `setup_gdal(with_ubuntugis=True)`
.. note::
You can configure init script from default ubuntu GDAL (3.4.1) to ubuntugis ppa @ https://launchpad.net/~ubuntugis/+archive/ubuntu/ppa (3.4.3)
with `setup_gdal(with_ubuntugis=True)`
4 changes: 0 additions & 4 deletions docs/source/usage/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ As of Mosaic 0.4.0 (subject to change in follow-on releases)
Admin `allowlisting <https://docs.databricks.com/en/data-governance/unity-catalog/manage-privileges/allowlist.html>`_ ;
Python bindings to Mosaic Scala APIs are blocked by Py4J Security on Shared Access Clusters.

.. warning::
Mosaic 0.4.x SQL bindings for DBR 13 can register with Assigned clusters (as Hive UDFs), but not Shared Access due
to `Unity Catalog <https://www.databricks.com/product/unity-catalog>`_ API changes, more `here <https://docs.databricks.com/en/udf/index.html>`_.

.. note::
As of Mosaic 0.4.0 (subject to change in follow-on releases)

Expand Down

0 comments on commit 5e6a189

Please sign in to comment.