deepset-ai / deepset-ai/deepset-cloud-sdk
Add a log line to warn a mismatch of total vs meta files
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 16
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
For users its confusing if they have 60 files (30 .txt 30 .meta.json) that we are reporting 30 or 60 files depending on the log line.
We should:
- add an explanation that we are only counting the raw files and add the separate count for meta.json
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the logging code that reports file totals and the logic that counts raw files versus .meta.json files. Update the log output to explain that raw files are counted separately and include the meta.json count, then verify the message with a representative set of both file types.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100