You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blog/2025-09-07-how-to-set-up-postgres-apache-iceberg.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -170,7 +170,7 @@ Configure your Apache Iceberg destination in the OLake UI:
170
170
- IAM credentials (optional if your instance has appropriate IAM roles)
171
171
- S3 bucket selection for Iceberg table storage
172
172
173
-
OLake supports multiple Iceberg catalog implementations including Glue, Nessie, Polaris, Hive, and Unity Catalog. For detailed configuration of other catalogs, refer to the [OLake Catalogs Documentation](https://olake.io/docs/writers/iceberg/catalog/rest/).
173
+
OLake supports multiple Iceberg catalog implementations including Glue, Nessie, Polaris, Hive, and Unity Catalog. For detailed configuration of other catalogs, refer to the [Catalog Compatibility Overview](/docs/understanding/compatibility-catalogs).
174
174
175
175

176
176
@@ -200,7 +200,7 @@ For each stream, select the appropriate sync mode based on your requirements:
200
200
201
201
-**Normalization**: Disable for raw JSON data storage
202
202
-**Partitioning**: Configure regex patterns for Iceberg table partitioning

206
206
@@ -353,7 +353,7 @@ Yes! OLake offers JDBC-based Full Refresh and Bookmark-based Incremental sync mo
353
353
354
354
### How does OLake handle PostgreSQL schema changes?
355
355
356
-
OLake automatically detects [schema evolution](https://olake.io/docs/understanding/schema-evolution). When you add, drop, or modify columns in PostgreSQL, these changes propagate to Iceberg tables without breaking your pipeline. The state management ensures schema and data stay synchronized.
356
+
OLake automatically detects [schema evolution](/docs/features/?tab=schema-evolution). When you add, drop, or modify columns in PostgreSQL, these changes propagate to Iceberg tables without breaking your pipeline. The state management ensures schema and data stay synchronized.
**Alternative Catalogs**: For REST catalogs (Lakekeeper, Polaris) and other options: [Catalog Configuration Documentation](https://olake.io/docs/connectors)
248
+
**Detailed Configuration Guide**: See AWS Glue Catalog setup in [Glue Catalog documentation](/docs/writers/iceberg/catalog/glue/)
249
+
**Alternative Catalogs**: For REST catalogs (Lakekeeper, Polaris) and other options: [Catalog Compatibility Overview](/docs/understanding/compatibility-catalogs)
250
250
251
251

**Detailed Configuration Guide**: See AWS Glue Catalog setup in [Glue Catalog documentation](/docs/writers/iceberg/catalog/glue/)
214
214
215
-
**Alternative Catalogs**: For REST catalogs (Lakekeeper, Polaris) and other options: [Catalog Configuration Documentation](https://olake.io/docs/connectors)
215
+
**Alternative Catalogs**: For REST catalogs (Lakekeeper, Polaris) and other options: [Catalog Compatibility Overview](/docs/understanding/compatibility-catalogs)
216
216
217
217

Copy file name to clipboardExpand all lines: docs/connectors/mysql/setup/local.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -200,7 +200,7 @@ Follow the [OLake UI setup guide](../../../getting-started/olake-ui) to run the
200
200
201
201
## 5. Create a Job
202
202
203
-
Once your source is created, you can create a job to sync data. See [Create a Job](../../../jobs/create-jobs) for detailed instructions.
203
+
Once your source is created, you can create a job to sync data. See [Creating First Pipeline](/docs/getting-started/creating-first-pipeline) for detailed instructions.
Copy file name to clipboardExpand all lines: docs/connectors/postgres/setup/local.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -170,7 +170,7 @@ Follow the [OLake UI setup guide](../../../getting-started/olake-ui) to run the
170
170
171
171
## 5. Create a Job
172
172
173
-
Once your source is created, you can create a job to sync data. See [Create a Job](../../../jobs/create-jobs) for detailed instructions.
173
+
Once your source is created, you can create a job to sync data. See [Creating First Pipeline](/docs/getting-started/creating-first-pipeline) for detailed instructions.
Copy file name to clipboardExpand all lines: docs/getting-started/creating-first-pipeline.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ Choose **Resource-first** if your source and destination are already configured,
58
58
In this guide, we'll use the **Job-first workflow** to set up a job from configuring the source and destination to running it. If you prefer video, check out our [video walkthrough](#video-tutorial).
59
59
60
60
First things first, every job needs a source and a destination before it can run.
61
-
For this demonstration, we'll use [**Postgres**](/docs/connectors/postgres) as the source and [**Apache Iceberg**](/iceberg/why-iceberg) with Glue catalog as the destination.
61
+
For this demonstration, we'll use [**Postgres**](/docs/connectors/postgres) as the source and [**Apache Iceberg**](/iceberg/why-iceberg) with [**Glue Catalog**](/docs/writers/iceberg/catalog/glue/) as the destination.
For detailed job creation instructions, see [Create Jobs](/blog/creating-job-olake-docker-cli) or [Jobs Documentation](../jobs/create-jobs).
69
+
For detailed job creation instructions, see [Create Jobs](/blog/creating-job-olake-docker-cli) or [Creating First Pipeline](/docs/getting-started/creating-first-pipeline).
Copy file name to clipboardExpand all lines: docs/understanding/compatibility-catalogs.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ sidebar_label: Compatibility to Iceberg Catalogs
6
6
7
7
# Compatibility to Iceberg Catalogs
8
8
9
-
OLake supports multiple Iceberg catalog implementations, including [REST catalog](/blog/2025/10/03/iceberg-metadata), [Hive Metastore](/blog/2025/10/03/iceberg-metadata), and [JDBC Catalog](/blog/2025/10/03/iceberg-metadata), letting you choose the one that best fits your environment. The table below shows the supported catalogs at a glance, with links to their setup guides.
9
+
OLake supports multiple Iceberg catalog implementations, including [REST catalog](/docs/writers/iceberg/catalog/rest/), [Hive Metastore](/docs/writers/iceberg/catalog/hive/), and [JDBC Catalog](/docs/writers/iceberg/catalog/jdbc/), letting you choose the one that best fits your environment. The table below shows the supported catalogs at a glance, with links to their setup guides.
0 commit comments