We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc7044c commit 500ccecCopy full SHA for 500ccec
1 file changed
sqlmesh/dbt/target.py
@@ -257,7 +257,7 @@ class PostgresConfig(TargetConfig):
257
password: str
258
port: int
259
dbname: str
260
- keepalives_idle: int = 0
+ keepalives_idle: t.Optional[int] = None
261
connect_timeout: int = 10
262
retries: int = 1 # Currently Unsupported by SQLMesh
263
search_path: t.Optional[str] = None # Currently Unsupported by SQLMesh
0 commit comments