Skip to content

Commit

Permalink
Changing file to reproduce since I can't locally
Browse files Browse the repository at this point in the history
  • Loading branch information
VersusFacit committed Dec 8, 2023
1 parent b015051 commit 2c80d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbt/adapters/redshift/connections.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class RedshiftConnectionMethod(StrEnum):
@dataclass
class RedshiftCredentials(PostgresCredentials):
method: str = RedshiftConnectionMethod.DATABASE # type: ignore
password: Optional[str] = None
password: Optional[str] = None # asdf
cluster_id: Optional[str] = field(
default=None,
metadata={"description": "If using IAM auth, the name of the cluster"},
Expand Down

0 comments on commit 2c80d51

Please sign in to comment.