VForWaTer / metacatalog

Modular metadata management platform for environmental data.
https://vforwater.github.io/metacatalog
GNU General Public License v3.0
4 stars 1 forks source link

Database: new schema data #283

Open AlexDo1 opened 1 year ago

AlexDo1 commented 1 year ago

We want to implement a new functionality / behavior to store data in metacatalog.
Essentially, each Entry with a datasource saves its data to its own SQL table, the name of the table can be specified in Datasource.path and could default to something like f"{variable_name}_{entry_id}".

Important / TODO: