diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index 6f4e9868819..cb43f4aebaf 100644 --- a/docs/astro.config.mjs +++ b/docs/astro.config.mjs @@ -162,6 +162,9 @@ export default defineConfig({ { slug: "delta-trino-integration", }, + { + slug: "delta-starburst-integration", + }, { slug: "delta-presto-integration", }, diff --git a/docs/src/content/docs/delta-starburst-integration.mdx b/docs/src/content/docs/delta-starburst-integration.mdx new file mode 100644 index 00000000000..72c6b0664f9 --- /dev/null +++ b/docs/src/content/docs/delta-starburst-integration.mdx @@ -0,0 +1,6 @@ +--- +title: Starburst connector +description: Learn how to set up an integration to enable you to read Delta tables from Starburst. +--- + +Starburst natively supports reading and writing Delta Lake tables. For details on using the native Delta Lake connector, see [Delta Lake Connector - Starburst](https://docs.starburst.io/latest/connector/delta-lake.html). \ No newline at end of file