-
Notifications
You must be signed in to change notification settings - Fork 17
Turn StoreConfig into Pydantic BaseModel #584
Copy link
Copy link
Closed
Labels
enhancementNew features or improvements to existing functionalityNew features or improvements to existing functionality
Milestone
Description
Describe the Request
It would be nice to include the StoreConfig as a sub-model of other Pydantic models. This would also make it easy to save and load them from TOML/other config files.
This is mostly for use in TaPS v2 right now.
It would also be nice to have shortcuts for the connector_type (rather than full import path). This could simply be a hand-made dict we check first before importing (this should have an associated test).
Sample Code
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew features or improvements to existing functionalityNew features or improvements to existing functionality