We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68a8737 commit 8717e9bCopy full SHA for 8717e9b
sdk/python/feast/infra/utils/postgres/postgres_config.py
@@ -25,4 +25,4 @@ class PostgreSQLConfig(FeastConfigBaseModel):
25
sslkey_path: Optional[StrictStr] = None
26
sslcert_path: Optional[StrictStr] = None
27
sslrootcert_path: Optional[StrictStr] = None
28
- keepalives_idle: int = 0
+ keepalives_idle: Optional[int] = None
0 commit comments