mirror of
https://github.com/RADar-AZDelta/Rabbit-in-a-Blender.git
synced 2026-03-23 20:37:03 +00:00
[GH-ISSUE #93] Implementation of era_tables #55
Labels
No labels
bug
cannot reproduce
duplicate
enhancement
experiment
invalid
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
RADar-AZDelta/archived-Rabbit-in-a-Blender#55
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @annabel-uzl on GitHub (Aug 12, 2024).
Original GitHub issue: https://github.com/RADar-AZDelta/Rabbit-in-a-Blender/issues/93
Originally assigned to: @pjlammertyn on GitHub.
I looked into the implementation of the era tables and used the scripts Ohdsi defined online: https://ohdsi.github.io/CommonDataModel/sqlScripts.html#Era_Tables
However, when I ran the etl (e.g. riab --run-etl ./omop-cdm --table condition_era), I got the following error:
error: argument -t/--table: invalid choice: 'condition_era' (choose from 'metadata', 'cdm_source', 'vocabulary', 'location', 'care_site', 'provider', 'person', 'observation_period', 'visit_occurrence', 'visit_detail', 'condition_occurrence', 'drug_exposure', 'procedure_occurrence', 'device_exposure', 'measurement', 'observation', 'death', 'note', 'note_nlp', 'specimen', 'fact_relationship', 'payer_plan_period', 'cost', 'episode', 'episode_event')It seems like the _era tables are not implemented in the etl? Can they be added?
@pjlammertyn commented on GitHub (Sep 18, 2024):
CLI aangepast, en ook de ETL flow: