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

Add ingestion of non-scalar parameters #29

Merged
merged 22 commits into from
Sep 30, 2024
Merged

Add ingestion of non-scalar parameters #29

merged 22 commits into from
Sep 30, 2024

Conversation

Lun4m
Copy link
Collaborator

@Lun4m Lun4m commented Sep 24, 2024

This PR fixes the obsinn header parsing and implements the ingestion of non-scalar parameters to a separate nonscalar_data table, where for now the obsvalue has type TEXT. Once we have a clearer idea of what types of non-scalars we are dealing with and how they are used downstream we can come up with better database design.

Edit: the number of lines affected has mostly to do with the fact that I added a new column to paramconversions.csv.

@intarga intarga self-requested a review September 25, 2024 13:54
@intarga intarga added the enhancement New feature or request label Sep 25, 2024
Copy link
Member

@intarga intarga left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work!

ingestion/src/kldata.rs Show resolved Hide resolved
ingestion/src/kldata.rs Outdated Show resolved Hide resolved
ingestion/src/kldata.rs Outdated Show resolved Hide resolved
ingestion/src/kldata.rs Outdated Show resolved Hide resolved
ingestion/src/kldata.rs Show resolved Hide resolved
ingestion/src/lib.rs Outdated Show resolved Hide resolved
ingestion/src/lib.rs Outdated Show resolved Hide resolved
ingestion/src/lib.rs Outdated Show resolved Hide resolved
ingestion/src/lib.rs Show resolved Hide resolved
integration_tests/src/main.rs Show resolved Hide resolved
@Lun4m Lun4m merged commit 8d3dc2e into trunk Sep 30, 2024
1 check passed
@Lun4m Lun4m deleted the nonscalar_params branch September 30, 2024 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants