From 2c80d5127ed96c3351bfe803f3fe7b40e564191a Mon Sep 17 00:00:00 2001 From: Mila Page Date: Thu, 7 Dec 2023 23:23:05 -0800 Subject: [PATCH] Changing file to reproduce since I can't locally --- dbt/adapters/redshift/connections.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbt/adapters/redshift/connections.py b/dbt/adapters/redshift/connections.py index 70b94b10b..14517d3ac 100644 --- a/dbt/adapters/redshift/connections.py +++ b/dbt/adapters/redshift/connections.py @@ -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"},