From 33ae8fe1b4686ee8001f6291d406bf52e33d5243 Mon Sep 17 00:00:00 2001 From: Barak Amar Date: Thu, 25 Jan 2024 12:22:43 +0200 Subject: [PATCH] docs: redirect and remove underscore from links (#7344) --- docs/howto/catalog_exports.md | 2 +- docs/howto/hooks/lua.md | 4 ++-- docs/integrations/{unity_catalog.md => unity-catalog.md} | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) rename docs/integrations/{unity_catalog.md => unity-catalog.md} (99%) diff --git a/docs/howto/catalog_exports.md b/docs/howto/catalog_exports.md index c0006590a7b..09b231c46e8 100644 --- a/docs/howto/catalog_exports.md +++ b/docs/howto/catalog_exports.md @@ -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 %})
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 %})
Currently, only AWS S3 storage is supported | #### Running an Exporter diff --git a/docs/howto/hooks/lua.md b/docs/howto/hooks/lua.md index 03a175c0283..9af960c7fd2 100644 --- a/docs/howto/hooks/lua.md +++ b/docs/howto/hooks/lua.md @@ -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)` @@ -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)` diff --git a/docs/integrations/unity_catalog.md b/docs/integrations/unity-catalog.md similarity index 99% rename from docs/integrations/unity_catalog.md rename to docs/integrations/unity-catalog.md index 33071714985..6652e3a1b61 100644 --- a/docs/integrations/unity_catalog.md +++ b/docs/integrations/unity-catalog.md @@ -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