Segy_to_MDIO_Conversion DAG is not working in Pre-Ship R3M25 GC environment.

Upon executing the request to perform segy to MDIO conversion using the segy_to_mdio_conversion DAG in the R3M25 Pre-ship GC environment. Looking at the airflow log, I see the following message indicating some issue with the Python library.

DAG Run information { "workflowId": "2d15c16c-a8e1-49cc-b6f2-14942d83cdc5", "runId": "e6bbc5f9-988e-45f7-b18f-a62b7f053523", "startTimeStamp": 1744652716433, "endTimeStamp": 1744652743607, "status": "finished", "submittedBy": "preshipping_test_user_m25@gcp.gnrg-osdu.projects.epam.com" }
Dag Log Information [2025-04-09 00:00:05.321081+00:00] {taskinstance.py:3313} ERROR - Task failed with exception\nTraceback (most recent call last):\n File "/opt/python3.11/lib/python3.11/site-packages/airflow/models/taskinstance.py", line 768, in _execute_task\n result = _execute_callable(context=context, **execute_callable_kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/opt/python3.11/lib/python3.11/site-packages/airflow/models/taskinstance.py", line 734, in _execute_callable\n return ExecutionCallableRunner(\n ^^^^^^^^^^^^^^^^^^^^^^^^\n File "/opt/python3.11/lib/python3.11/site-packages/airflow/utils/operator_helpers.py", line 252, in run\n return self.func(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/opt/python3.11/lib/python3.11/site-packages/airflow/models/baseoperator.py", line 415, in wrapper\n return func(self, *args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/opt/python3.11/lib/python3.11/site-packages/osdu_airflow/operators/update_status.py", line 125, in execute\n execution_context = conf["execution_context"]\n ~~~~^^^^^^^^^^^^^^^^^^^^^\n KeyError: 'execution_context' [2025-04-09 00:00:05.338014+00:00] {taskinstance.py:1226} INFO - Marking task as FAILED. dag_id=segy_to_mdio_conversion, task_id=update_status_running, run_id=scheduled__2025-04-08T00:00:00+00:00, execution_date=20250408T000000, start_date=20250409T000004, end_date=20250409T000005