Skip to content

Anthos/Baremetal. (NoSuchKey) when calling "get welllog data"

Hello,

Postman Environment: https://community.opengroup.org/osdu/platform/pre-shipping/-/blob/main/R3-M19/QA_Artifacts_M19/envFilesAndCollections/envFiles/OSDU%20R3%20M19%20RI%20Pre-ship.postman_environment.json Postman Collection: https://community.opengroup.org/osdu/platform/pre-shipping/-/blob/main/R3-M19/QA_Artifacts_M19/envFilesAndCollections/Wellbore%20DDMS%20CI-CD%20v3.0.postman_collection.json.

Steps to reproduce:

  1. Create a WellLog
  2. Post the WellLog data
  3. Get the WellLog data.

The logs show that when we post the well log data, a new fodler and a parquet file are created:

DEBUG:Sending http request: <AWSPreparedRequest stream_output=False, method=PUT, url=https://s3.ref.gcp.gnrg-osdu.projects.epam.com/wellbore/logstore-osdu/9ee8ed74df9b8efb695f376771eea3e707b66753/bulk/2c0429ad-b4a1-4a70-a17e-bb08cc245f3f/data/0_4_1691662228355.e70a959cea89c6147785c7fa57cde5be8b6dc250.parquet

And then, when we want to get the data, it attempts to get an absent bulk_catalog.json:

DEBUG:Sending http request: <AWSPreparedRequest stream_output=True, method=GET, url=https://s3.ref.gcp.gnrg-osdu.projects.epam.com/wellbore/logstore-osdu/9ee8ed74df9b8efb695f376771eea3e707b66753/bulk/2c0429ad-b4a1-4a70-a17e-bb08cc245f3f/data/bulk_catalog.json

Linked issue: osdu/platform/pre-shipping#568