Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
allow extras for FeastConfigBaseModel
Signed-off-by: Chester Ong <chester.ong.ch@gmail.com>
  • Loading branch information
bushwhackr committed Feb 13, 2024
commit 5dbe13d8abcd33ce199aca9d22a38866d3f820cd
2 changes: 1 addition & 1 deletion sdk/python/feast/repo_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class FeastConfigBaseModel(BaseModel):

class Config:
arbitrary_types_allowed = True
extra = "forbid"
extra = "allow"


class RegistryConfig(FeastBaseModel):
Expand Down