Skip to content

Commit

Permalink
Updated user_pass.py
Browse files Browse the repository at this point in the history
  • Loading branch information
FouziaTariq authored Nov 25, 2023
1 parent 472f14e commit 080c2dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cosmos/profiles/postgres/user_pass.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ def profile(self) -> dict[str, Any | None]:
"password": self.get_env_var_format("password"),
}

if "schema" in self.profile_args:
profile["schema"] = self.get_env_var_format("schema")

return self.filter_null(profile)

@property
Expand Down

0 comments on commit 080c2dd

Please sign in to comment.