Closed BenGalewsky closed 1 week ago
Attention: Patch coverage is 68.29268%
with 26 lines
in your changes missing coverage. Please review.
Project coverage is 83.05%. Comparing base (
c58c5aa
) to head (2e9ebb5
). Report is 1 commits behind head on master.
Files with missing lines | Patch % | Lines |
---|---|---|
servicex/app/datasets.py | 0.00% | 24 Missing :warning: |
servicex/servicex_adapter.py | 95.45% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Problem
User's can't delete a dataset from the cache. They also can't see the details of a DID to debug
Approach
Add some new commands to the CLI
This gets back the details of Dataset ID 15...
You can delete a dataset with the new command
Do this and the server will refreash the dataset when you submit a new request.
Finally, there is a command line option to see deleted datasets (by default they are omited from the dataset report)
The ServiceX deployed on testing2 has been updated to have the endpoints needed for testing this