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

Mock out the ingest flow #14

Merged
merged 13 commits into from
Nov 20, 2024
Merged

Mock out the ingest flow #14

merged 13 commits into from
Nov 20, 2024

Conversation

lewisjared
Copy link
Contributor

@lewisjared lewisjared commented Nov 18, 2024

Description

Adds an ingest CLI command to ingest a new set of data into the database. Uses ecgtools for parsing the raw files into a pandas dataframe.

This trashes the previous migration as render_as_batch should have been set to support sqlite. Not a major since there was nothing there!

The Dataset table has become a polymorphic association. That allows each input data type to capture it's own metadata.

Checklist

Please confirm that this pull request has done the following:

  • Tests added
  • Documentation added (where applicable)
  • Changelog item added to changelog/

@lewisjared lewisjared self-assigned this Nov 18, 2024
@lewisjared lewisjared marked this pull request as ready for review November 20, 2024 08:13
@lewisjared lewisjared merged commit 4ac4f1b into main Nov 20, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant