Skip to content

Commit

Permalink
Merge pull request #139 from edgarrmondragon/patch-1
Browse files Browse the repository at this point in the history
Fix typo in `default_target_schema` setting description
  • Loading branch information
tobiascadee authored Sep 19, 2024
2 parents f54bc9e + a719883 commit 734dafc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target_redshift/target.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def __init__(
th.Property(
"default_target_schema",
th.StringType,
description="Redsdhift schema to send data to, example: tap-clickup",
description="Redshift schema to send data to, example: tap-clickup",
),
th.Property(
"activate_version",
Expand Down

0 comments on commit 734dafc

Please sign in to comment.