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

Duplication of desired_docs field in status.json #270

Open
elmaestro08 opened this issue Oct 20, 2018 · 0 comments
Open

Duplication of desired_docs field in status.json #270

elmaestro08 opened this issue Oct 20, 2018 · 0 comments

Comments

@elmaestro08
Copy link

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
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant