Skip to content

Commit b82bb12

Browse files
authored
fix: trino remove password from connection kwargs (#1754)
1 parent c715d83 commit b82bb12

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sqlmesh/core/config/connection.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -986,7 +986,6 @@ def _connection_kwargs_keys(self) -> t.Set[str]:
986986
"host",
987987
"port",
988988
"catalog",
989-
"password",
990989
"roles",
991990
"http_scheme",
992991
"http_headers",

0 commit comments

Comments
 (0)