Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmrConceptId causes KeyError in get_granule_umm_json #65

Open
frankinspace opened this issue Mar 5, 2025 · 0 comments
Open

cmrConceptId causes KeyError in get_granule_umm_json #65

frankinspace opened this issue Mar 5, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@frankinspace
Copy link
Member

LP.DAAC encountered the following error when testing bignbit in sandbox:

{\"errorMessage\": \"'cmrConceptId'\", \"errorType\": \"KeyError\", \"requestId\": \"2f6e8bb0-14dc-429d-aa86-010e10d74e3d\", \"stackTrace\": [\"  File \\\"/home/dockeruser/app/bignbit/get_granule_umm_json.py\\\", line 67, in lambda_handler\\n    return CMA.cumulus_handler(event, context=context)\\n\", \"  File \\\"/home/dockeruser/app/cumulus_process/process.py\\\", line 315, in cumulus_handler\\n    return run_cumulus_task(cls.handler, event, context)\\n\", \"  File \\\"/home/dockeruser/app/run_cumulus_task.py\\\", line 85, in run_cumulus_task\\n    return handle_task_exception(exception, cumulus_message, logger)\\n\", \"  File \\\"/home/dockeruser/app/run_cumulus_task.py\\\", line 83, in run_cumulus_task\\n    task_response = task_function(nested_event, context, **taskargs)\\n\", \"  File \\\"/home/dockeruser/app/cumulus_process/process.py\\\", line 310, in handler\\n    return cls.run(path=path, noclean=noclean, **event)\\n\", \"  File \\\"/home/dockeruser/app/cumulus_process/process.py\\\", line 337, in run\\n    output = process.process()\\n\", \"  File \\\"/home/dockeruser/app/bignbit/get_granule_umm_json.py\\\", line 34, in process\\n    cmr_concept_id = self.input['granules'][0]['cmrConceptId']\\n\"]}

bignbit makes the assumption that self.input['granules'][0]['cmrConceptId'] will exist in every input message. This is not true for LP.DAAC and needs to be fixed.

The same value can be retrieved by parsing the link from self.input['granules'][0]['cmrLink'] instead which the cumulus core team recommends as this attribute will be present in every CMA message.

@frankinspace frankinspace added the bug Something isn't working label Mar 5, 2025
@frankinspace frankinspace moved this to 🏗 In progress in SOTO PI 25.1 Mar 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: 🏗 In progress
Development

No branches or pull requests

1 participant