Skip to content

Commit

Permalink
Make PostgresUserPasswordProfileMapping schema profile argument schem…
Browse files Browse the repository at this point in the history
…a optional.

Issue #675
  • Loading branch information
FouziaTariq authored Nov 16, 2023
1 parent 709ba44 commit 8613262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cosmos/profiles/postgres/user_pass.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class PostgresUserPasswordProfileMapping(BaseProfileMapping):
"user",
"password",
"dbname",
"schema",

]
secret_fields = [
"password",
Expand Down

0 comments on commit 8613262

Please sign in to comment.