ni / ni/datastore-python

OData Expertise Required for Building Filter Queries

Open
#108 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

documentation example
Dominant language
Python
Stars
2
Forks
0
Avg merge
1d 14h
Merged PRs (30d)
6

Description

Pain Points

  1. OData syntax expertise is required to build filter queries.
  2. Real‑world query examples for common filtering scenarios (operator, time range, limit failures, etc.) are not covered as part of the examples. Please refer to the suggestion section for an expected query.
  3. Developers must manually construct complex OData filter strings.

Impact

  1. Increased onboarding complexity for new developers unfamiliar with OData.
  2. Higher risk of incorrect queries leading to incomplete, inaccurate, or failed data retrievals.
  3. Slower development cycles due to repeated trial‑and‑error when constructing OData filters.

Suggestion

  1. Providing real‑world OData query examples such as retrieving measurements for a given operator within a time range and filtering failures based on limit criteria would greatly reduce complexity.
  2. Documentation on how to use Excel or Nigel for complex queries rather than relying on APIs.

AB#3744658

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Review the existing Python API examples and documentation for filter queries, then identify where OData syntax and query construction are currently explained. Add practical examples for operator and time-range filters, limit-based failure filtering, and the suggested Excel or Nigel workflows; done means newcomers can construct these queries without trial and error.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
api, documentation
Issue type
Documentation
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.