You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Test Case exercised:
from unity_sds_client.unity import Unity
from unity_sds_client.unity_services import UnityServices
from unity_sds_client.unity import UnityEnvironments
from unity_sds_client.resources.collection import Collection
import requests
for i in range(len(collections)):
if 'urn:nasa:unity:emit:dev:emit_ghg_test___1' in collections[i].collection_id:
data_service.delete_collection_data(collections[i], granule_id)
break
DS has implemented delete granules endpoint per unity-sds/unity-data-services#484. This need to be added to unity_sds_client.
The text was updated successfully, but these errors were encountered: