For SGGH:
*Thread Reply:* Reverse steps 5.a and 5.c
For SGGH:
Also we need to add logic in the SEC (SGGH/main.py) to add OSOL to the case type if OSOL is the intake case type
Also we need to add logic in the SEC to add OSOL to the case type if OSOL is the intake case type
Also we need to add logic in the SEC (SGGH/main.py) to add OSOL to the case type if OSOL is the intake case type
After that is complete, verify the mapping for 1752 by filtering the attached file by the UDF Screen column.
So Dustin, I have been digging into the logs and I am not quite understanding why I am getting this error:
[Errno 2] No such file or directory: '2037/mapping.json'
Exception on / [POST] Traceback (most recent call last): File "/layers/google.python.pip/pip/lib/python3.12/site-packages/flask/app.py", line 1511, in wsgi_app response = self.full_dispatch_request() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/layers/google.python.pip/pip/lib/python3.12/site-packages/flask/app.py", line 919, in full_dispatch_request rv = self.handle_user_exception(e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/layers/google.python.pip/pip/lib/python3.12/site-packages/flask/app.py", line 917, in full_dispatch_request rv = self.dispatch_request() ^^^^^^^^^^^^^^^^^^^^^^^ File "/layers/google.python.pip/pip/lib/python3.12/site-packages/flask/app.py", line 902, in dispatch_request return self.ensure_sync(self.view_functions[rule.endpoint])(****view_args) # type: ignore[no-any-return] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/layers/google.python.pip/pip/lib/python3.12/site-packages/functions_framework/execution_id.py", line 106, in wrapper return view_function(**args, ****kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/layers/google.python.pip/pip/lib/python3.12/site-packages/functions_framework/__init__.py", line 142, in view_func return function(request._get_current_object()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/layers/google.python.pip/pip/lib/python3.12/site-packages/functions_framework/__init__.py", line 121, in wrapper return func(**args, ****kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/workspace/main.py", line 16, in main obj: IntegrationMappingObject = function_mapping(request) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/workspace/gcp_utils.py", line 152, in function_mapping with open(mapping_file or f'{log_row["case_type_id"]}/mapping.json') as mapping_file: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: '2037/mapping.json'
*Thread Reply:* Not sure, just tried a redeploy from github
It's interesting I just found the json for this call.
So I am looking to see if the secondary information is being passed through. data
I made another small commit to SGGH, test a SEC
We got an integration error record, but this time we got the following response:
<Response [200]>
So I think the API call is working; maybe something within our GCP process is throwing an error.
we expected that error. remember it is currently pointed at echo function
BANG BANG!!! So that test was successful...
yes. now follow the instructions to generate the zip of the correct files https://themedialaboratory.slack.com/archives/C08SKCFBJ49/p1750170319087969