You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Datasets with identifiers containing upper case letters are being duplicated in the status.json file contained in the working_dir of the project. This is causing the desired flag in the DIG UI to be reset to zero. Hence, the data is not ingested into the system.
Datasets with identifiers containing upper case letters are being duplicated in the status.json file contained in the working_dir of the project. This is causing the desired flag in the DIG UI to be reset to zero. Hence, the data is not ingested into the system.
Example status.json:
{
"desired_docs": {
"imfCPI": 0,
"imfcpi": 1
},
"added_docs": {
"imfCPI": 0
},
"total_docs": {
"imfCPI": 1
}
}
The text was updated successfully, but these errors were encountered: