Skip to content

Commit

Permalink
docs: redirect and remove underscore from links (#7344)
Browse files Browse the repository at this point in the history
  • Loading branch information
nopcoder authored Jan 25, 2024
1 parent e3cc192 commit 33ae8fe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/howto/catalog_exports.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Exporters are code packages accessible through [Lua integration]({% link howto/h
| **Symlink exporter** | Writes metadata for the table using Hive's [SymlinkTextInputFormat](https://svn.apache.org/repos/infra/websites/production/hive/content/javadocs/r2.1.1/api/org/apache/hadoop/hive/ql/io/SymlinkTextInputFormat.html) | |
| **AWS Glue Catalog (+ Athena) exporter** | Creates a table in Glue using Hive's format and updates the location to symlink files (reuses Symlink Exporter). | See a step-by-step guide on how to integrate with [Glue Exporter]({% link integrations/glue_metastore.md %}) |
| **Delta Lake table exporter** | Export Delta Lake tables from lakeFS to an external storage | |
| **Unity Catalog exporter** | The Unity Catalog exporter serves the purpose of registering a Delta Lake table in Unity Catalog. It operates in conjunction with the Delta Lake exporter. In this workflow, the Delta Lake exporter is utilized to export a Delta Lake table from lakeFS. Subsequently, the obtained result is passed to the Unity Catalog exporter to facilitate its registration within Unity Catalog. | See a step-by-step guide on how to integrate with [Unity Catalog Exporter]({% link integrations/unity_catalog.md %})</br>Currently, only AWS S3 storage is supported |
| **Unity Catalog exporter** | The Unity Catalog exporter serves the purpose of registering a Delta Lake table in Unity Catalog. It operates in conjunction with the Delta Lake exporter. In this workflow, the Delta Lake exporter is utilized to export a Delta Lake table from lakeFS. Subsequently, the obtained result is passed to the Unity Catalog exporter to facilitate its registration within Unity Catalog. | See a step-by-step guide on how to integrate with [Unity Catalog Exporter]({% link integrations/unity-catalog.md %})</br>Currently, only AWS S3 storage is supported |

#### Running an Exporter

Expand Down
4 changes: 2 additions & 2 deletions docs/howto/hooks/lua.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ local client = databricks.client("https://my-host.cloud.databricks.com", "my-ser
local status = client.register_external_table("mytable", "s3://mybucket/the/path/to/mytable", "examwarehouseple", "my-catalog-name", "myschema")
```

- For the Databricks permissions needed to run this method, check out the [Unity Catalog Exporter]({% link integrations/unity_catalog.md %}) docs.
- For the Databricks permissions needed to run this method, check out the [Unity Catalog Exporter]({% link integrations/unity-catalog.md %}) docs.

### `encoding/base64/encode(data)`

Expand Down Expand Up @@ -712,7 +712,7 @@ catalog: my-catalog
```

For detailed step-by-step guide on how to use `unity_exporter.register_tables` as a part of a lakeFS action refer to
the [Unity Catalog docs]({% link integrations/unity_catalog.md %}).
the [Unity Catalog docs]({% link integrations/unity-catalog.md %}).

### `path/parse(path_string)`

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
title: Unity Catalog
description: Accessing lakeFS-exported Delta Lake tables from Unity Catalog.
parent: Integrations
redirect_from: /using/unity_catalog.html
redirect_from: /using/unity_catalog
redirect_from: /integrations/unity_catalog
---

# Using lakeFS with the Unity Catalog
Expand Down

0 comments on commit 33ae8fe

Please sign in to comment.