From 861326288faf835b15c83171a20ed2ae60080b22 Mon Sep 17 00:00:00 2001 From: FouziaTariq <86288319+FouziaTariq@users.noreply.github.com> Date: Thu, 16 Nov 2023 21:15:38 +0100 Subject: [PATCH] Make PostgresUserPasswordProfileMapping schema profile argument schema optional. Issue #675 --- cosmos/profiles/postgres/user_pass.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cosmos/profiles/postgres/user_pass.py b/cosmos/profiles/postgres/user_pass.py index 731d60079..804751afb 100644 --- a/cosmos/profiles/postgres/user_pass.py +++ b/cosmos/profiles/postgres/user_pass.py @@ -21,7 +21,7 @@ class PostgresUserPasswordProfileMapping(BaseProfileMapping): "user", "password", "dbname", - "schema", + ] secret_fields = [ "password",