Skip to content

Commit cde71b2

Browse files
committed
updated source schema
1 parent 31f4c78 commit cde71b2

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

airbyte-config/init/src/main/resources/seed/source_specs.yaml

+18-1
Original file line numberDiff line numberDiff line change
@@ -6330,7 +6330,7 @@
63306330
supportsNormalization: false
63316331
supportsDBT: false
63326332
supported_destination_sync_modes: []
6333-
- dockerImage: "airbyte/source-redshift:0.3.6"
6333+
- dockerImage: "airbyte/source-redshift:0.3.7"
63346334
spec:
63356335
documentationUrl: "https://docs.airbyte.com/integrations/destinations/redshift"
63366336
connectionSpecification:
@@ -6350,6 +6350,7 @@
63506350
description: "Host Endpoint of the Redshift Cluster (must include the cluster-id,\
63516351
\ region and end with .redshift.amazonaws.com)."
63526352
type: "string"
6353+
order: 1
63536354
port:
63546355
title: "Port"
63556356
description: "Port of the database."
@@ -6359,21 +6360,37 @@
63596360
default: 5439
63606361
examples:
63616362
- "5439"
6363+
order: 2
63626364
database:
63636365
title: "Database"
63646366
description: "Name of the database."
63656367
type: "string"
63666368
examples:
63676369
- "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
63686383
username:
63696384
title: "Username"
63706385
description: "Username to use to access the database."
63716386
type: "string"
6387+
order: 5
63726388
password:
63736389
title: "Password"
63746390
description: "Password associated with the username."
63756391
type: "string"
63766392
airbyte_secret: true
6393+
order: 6
63776394
supportsNormalization: false
63786395
supportsDBT: false
63796396
supported_destination_sync_modes: []

0 commit comments

Comments
 (0)