Skip to content

Commit 1787ddd

Browse files
committed
Merge branch 'nik-fix-logical-config' into 'master'
source.type can be "rdsIam", not "rds" See merge request postgres-ai/database-lab!659
2 parents d2c5348 + 6e8afce commit 1787ddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/configs/config.example.logical_generic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ retrieval:
202202

203203
# Source of data.
204204
source:
205-
# Source types: "local", "remote", "rds"
205+
# Source types: "local", "remote", "rdsIam"
206206
type: remote
207207

208208
# Connection parameters of the database to be dumped.

0 commit comments

Comments
 (0)