Skip to content

Commit b251885

Browse files
authored
Merge pull request #5320 from segmentio/retl-remove-beta-for-dx-postgres
Remove beta info for RETL Postgres and Databricks sources
2 parents 35dfc76 + 4079cad commit b251885

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/connections/reverse-etl/reverse-etl-source-setup-guides/databricks-setup.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
title: Databricks Reverse ETL Setup
33
---
44

5-
> info ""
6-
> The Databricks Reverse ETL source is in beta and Segment is actively working on this feature. Segment's [First-Access and Beta terms](https://segment.com/legal/first-access-beta-preview/) govern this feature.
7-
85
Set up Databricks as your Reverse ETL source.
96

107
At a high level, when you set up Databricks for Reverse ETL, the configured user needs read permissions for any resources (databases, schemas, tables) the query needs to access. Segment keeps track of changes to your query results with a managed schema (`__SEGMENT_REVERSE_ETL`), which requires the configured user to allow write permissions for that schema.

src/connections/reverse-etl/reverse-etl-source-setup-guides/postgres-setup.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
title: Postgres Reverse ETL Setup
33
---
44

5-
> info ""
6-
> The Postgres Reverse ETL source is in beta and Segment is actively working on this feature. Segment's [First-Access and Beta terms](https://segment.com/legal/first-access-beta-preview/) govern this feature.
7-
85
Set up Postgres as your Reverse ETL source.
96

107
At a high level, when you set up Postgres for Reverse ETL, the configured user/role needs read permissions for any resources (databases, schemas, tables) the query needs to access. Segment keeps track of changes to your query results with a managed schema (`__SEGMENT_REVERSE_ETL`), which requires the configured user to allow write permissions for that schema.

0 commit comments

Comments
 (0)