Bug #2623
Unnecessary steps necessary to overwrite
Start date:
09/23/2022
Due date:
% Done:
0%
Estimated time:
Description
Steps for ingestion success currently are:
1. delete prd book
2. ingest prod version book
3. overwrite with latest. this failed with tba
4. delete prd book
5. ingest prod version book
6. overwrite again with latest and tba file
If we skip steps 4 and 5, it is not working. But, it should.