Skip to content

Commit

Permalink
fix: Change kind of port in Ticketswap target-redshift to string
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Apr 11, 2024
1 parent eacf971 commit 0d93a05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _data/meltano/loaders/target-redshift/ticketswap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ settings:
sensitive: true
- description: The port on which redshift is awaiting connection. Note if sqlalchemy_url
is set this will be ignored.
kind: integer
kind: string
label: Port
name: port
value: 5432
value: "5432"
- description: SQLAlchemy connection string. This will override using host, user,
password, port, dialect, and all ssl settings. Note that you must escape password
special characters properly. See
Expand Down

0 comments on commit 0d93a05

Please sign in to comment.