fix datamodel loader
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
EDIT: under the hood, the column glossary loader is using Pandas, which makes it super slow. You can load it much faster with just a JSON hookup, but the logic handler must be changed to a relevant commit from before August 30 2024.
whatever i had before worked better i need to go back to that
it's now making startup very slow
Contributor guide
No contributing guide indexed for this repository
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
Locate the column glossary loader and its logic handler, then compare their current behavior with relevant commits from before August 30, 2024. Measure startup time before and after the change; done means the glossary loads without the current Pandas-related slowdown and the dashboard starts faster.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- pandas, python
- Domain
- data, performance
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100