Commit cde71b2 1 parent 31f4c78 commit cde71b2 Copy full SHA for cde71b2
File tree 1 file changed +18
-1
lines changed
airbyte-config/init/src/main/resources/seed
1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 6330
6330
supportsNormalization : false
6331
6331
supportsDBT : false
6332
6332
supported_destination_sync_modes : []
6333
- - dockerImage : " airbyte/source-redshift:0.3.6 "
6333
+ - dockerImage : " airbyte/source-redshift:0.3.7 "
6334
6334
spec :
6335
6335
documentationUrl : " https://docs.airbyte.com/integrations/destinations/redshift"
6336
6336
connectionSpecification :
6350
6350
description : " Host Endpoint of the Redshift Cluster (must include the cluster-id,\
6351
6351
\ region and end with .redshift.amazonaws.com)."
6352
6352
type : " string"
6353
+ order : 1
6353
6354
port :
6354
6355
title : " Port"
6355
6356
description : " Port of the database."
6359
6360
default : 5439
6360
6361
examples :
6361
6362
- " 5439"
6363
+ order : 2
6362
6364
database :
6363
6365
title : " Database"
6364
6366
description : " Name of the database."
6365
6367
type : " string"
6366
6368
examples :
6367
6369
- " master"
6370
+ order : 3
6371
+ schemas :
6372
+ title : " Schemas"
6373
+ description : " The list of schemas to sync from. Specify one or more explicitly\
6374
+ \ or keep empty to process all schemas. Schema names are case sensitive."
6375
+ type : " array"
6376
+ items :
6377
+ type : " string"
6378
+ minItems : 0
6379
+ uniqueItems : true
6380
+ examples :
6381
+ - " public"
6382
+ order : 4
6368
6383
username :
6369
6384
title : " Username"
6370
6385
description : " Username to use to access the database."
6371
6386
type : " string"
6387
+ order : 5
6372
6388
password :
6373
6389
title : " Password"
6374
6390
description : " Password associated with the username."
6375
6391
type : " string"
6376
6392
airbyte_secret : true
6393
+ order : 6
6377
6394
supportsNormalization : false
6378
6395
supportsDBT : false
6379
6396
supported_destination_sync_modes : []
You can’t perform that action at this time.
0 commit comments