Hello,
Hello,
We first sent this request:
```
Just for reference, the content of the inputConfig.json file is:
```
{
"inputConfig":{
"bigQuerySource":{
"projectId":"galeria-retail-api",
"datasetId":"product_catalog_dev",
"tableId":"auto_completion_20220311",
"dataSchema":"suggestions"
}
}
}```
When we tried to get the check of the import but Retail API returns the following error:
```
curl -H "Authorization: Bearer $(gcloud auth application-default print-access-token)" -H "X-Goog-User-Project:564423424476" "https://retail.googleapis.com/v2alpha/projects/galeria-retail-api/locations/global/catalogs/default_catalog/operations/815163310183687783"
{
"name": "projects/564423424476/locations/global/catalogs/default_catalog/operations/815163310183687783",
"metadata": {
"@type": "type.googleapis.com/google.cloud.retail.v2.ImportMetadata",
"createTime": "2022-03-13T14:56:31.526346716Z",
"updateTime": "2022-03-13T14:57:04.570809Z",
"requestId": "815163310183687783"
},
"done": true,
"error": {
"code": 13,
"message": "Internal error encountered. Please try again. If the issue persists, please contact https://groups.google.com/g/cloud-recommendations-users for general issues, or retail-sea...@google.com for Retail Search specific issues."
}
}```
The Retail API interface in Cloud Console shows no sign of our import request in the Import Activity window:
We would greatly appreciate if you could please help us troubleshoot the internal error the Retail API is reporting? Is this a common issue? Is it possible to find any useful logs of the internal operation of Retail API in the Cloud Console?
Best Regards,
Jorge