Skip to content

Commit

Permalink
Revert "send db user and db name"
Browse files Browse the repository at this point in the history
This reverts commit 7bbb6b4.
  • Loading branch information
Divyanshu-Patel committed Oct 4, 2024
1 parent f319329 commit 2878176
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions soda/redshift/soda/data_sources/redshift_data_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ def __init__(self, logs: Logs, data_source_name: str, data_source_properties: di
session_token=data_source_properties.get("session_token"),
region_name=data_source_properties.get("region", "eu-west-1"),
profile_name=data_source_properties.get("profile_name"),
username=data_source_properties.get("dbuser"),
db_name=data_source_properties.get("dbname"),
external_id=data_source_properties.get("external_id"),
)
self.username, self.password = self.__get_cluster_credentials(aws_credentials)
Expand Down

0 comments on commit 2878176

Please sign in to comment.