Skip to content

Commit 77d2000

Browse files
Use config titles (new SDK feature)
1 parent eb7a814 commit 77d2000

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

target_redshift/target.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ def __init__(
7676
"If true, use temporary credentials "
7777
"(https://docs.aws.amazon.com/redshift/latest/mgmt/generating-iam-credentials-cli-api.html)."
7878
),
79+
title="Enable IAM Authentication",
7980
),
8081
th.Property(
8182
"cluster_identifier",
@@ -107,13 +108,15 @@ def __init__(
107108
description=(
108109
"Database name. Note if sqlalchemy_url is set this will be ignored."
109110
),
111+
title="Database Name",
110112
),
111113
th.Property(
112114
"aws_redshift_copy_role_arn",
113115
th.StringType,
114116
secret=True, # Flag config as protected.
115117
required=True,
116118
description="Redshift copy role arn to use for the COPY command from s3",
119+
title="AWS Redshift Copy Role ARN",
117120
),
118121
th.Property(
119122
"s3_bucket",

0 commit comments

Comments
 (0)