pastas / pastastore

:spaghetti: :convenience_store: Tools for managing timeseries and Pastas models
https://pastastore.readthedocs.io
MIT License
15 stars 4 forks source link

PastaStore and Connector names and logical defaults #85

Closed dbrakenhoff closed 1 year ago

dbrakenhoff commented 1 year ago

The PastaStore object now takes a name, which is not something that's really used, so we could default to the connector name and optionally let users pass their own.

The Connectors now take a name and some take a path/connection string. This is not implemented consistently, and also doesn´t make sense for all connectors.

I'm not sure how to make these changes without breaking some old code (for PasConnector), but I think would be good to implement sooner rather than later.

dbrakenhoff commented 1 year ago

This is now dealt with in #88.

WARNING! This change will introduce two breaking changes: