RNAcentral / rnacentral-import-pipeline

RNAcentral data import pipeline
Apache License 2.0
2 stars 0 forks source link

Delete all entries in pipeline_tracking_travler #147

Closed blakesweeney closed 1 year ago

blakesweeney commented 1 year ago

This table is used to track which sequences have been attempted. Removing entries in it will have the existing pipeline retry them. We should delete all entries so everything is attempted again.

afg1 commented 1 year ago

Could we also add a column in pipeline_tracking_traveler for the R2DT version used? That way we can do partial updates in the future

blakesweeney commented 1 year ago

Feel free to add it. The only tricky bit might be figuring out what version of r2dt was used. I'm not sure that is cleanly exposed, but I've never checked.

afg1 commented 1 year ago

Table truncated, and version tracking added