Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,9 @@ export default defineConfig({
{
slug: "delta-trino-integration",
},
{
slug: "delta-starburst-integration",
},
{
slug: "delta-presto-integration",
},
Expand Down
6 changes: 6 additions & 0 deletions docs/src/content/docs/delta-starburst-integration.mdx
Original file line number Diff line number Diff line change
@@ -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).
Loading