OHDSI / WhiteRabbit

WhiteRabbit is a small application that can be used to analyse the structure and contents of a database as preparation for designing an ETL. It comes with RabbitInAHat, an application for interactive design of an ETL to the OMOP Common Data Model with the help of the the scan report generated by White Rabbit.
http://ohdsi.github.io/WhiteRabbit
Apache License 2.0
174 stars 85 forks source link

[RIAH] Deleting a Source Table #277

Closed ericaVoss closed 3 years ago

ericaVoss commented 3 years ago

Provide a way for the user to delete source tables

ericaVoss commented 3 years ago

bitmoji beg

MaximMoinat commented 3 years ago

😄 A short use case might help. Because why wouldn't you just delete the source tables not needed from the WR scan report? Or just drag unwanted source tables to the bottom of the list (and forget about them)?

ericaVoss commented 3 years ago

We are in the middle of the mapping, and we stitched several WR scans together to make the RIAH file.

Yes, right now we just make a table grave yard at the bottom.

MaximMoinat commented 3 years ago

And also filtering tables with 'ctrl-f' can help!

(yes I am trying very hard to solves this without giving me a coding task... 😉 Although I have thought about adding a feature to e.g. move tables/fields to the top with a simple short key, which might also help a bit.)

MaximMoinat commented 3 years ago

But I will put this on the roadmap, not sure when this will be added.

MaximMoinat commented 3 years ago

Duplicate of #274