Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use the input schema again #636

Open
abelsiqueira opened this issue May 8, 2024 · 0 comments
Open

Use the input schema again #636

abelsiqueira opened this issue May 8, 2024 · 0 comments
Labels
Type: improvement Better way of doing something Zone: data & import Interfacing between database and Julia

Comments

@abelsiqueira
Copy link
Member

What and Why

The input schema stopped being used in #634 (except for some mandatory conversions). The validation should be reintroduced.

There are at least two options:

  • Use it to validate while reading the CSVs. This means passing arguments to the TulipaIO functions to be used explicitly in the CSV reading. This is too specific, so it is not ideal.
  • Validate in the TEM side, after the DB tables are created. It is not clear yet how to do it in a nice way.

Possible Drawbacks

No response

Related Issues

No response

@abelsiqueira abelsiqueira added the Type: improvement Better way of doing something label May 8, 2024
@clizbe clizbe added the Zone: data & import Interfacing between database and Julia label May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: improvement Better way of doing something Zone: data & import Interfacing between database and Julia
Projects
None yet
Development

No branches or pull requests

2 participants