Skip to content
Prev Previous commit
Format repo config file
Signed-off-by: Stanley Opara <a-sopara@expediagroup.com>
  • Loading branch information
Stanley Opara committed Jul 5, 2024
commit b7df69233e62ecb2a6e854b51a0a3bae2771f308
1 change: 1 addition & 0 deletions sdk/python/feast/repo_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ def validate_path(cls, path: str, values: ValidationInfo) -> str:
return path.replace("postgresql://", "postgresql+psycopg://")
return path


class RepoConfig(FeastBaseModel):
"""Repo config. Typically loaded from `feature_store.yaml`"""

Expand Down