Be able to turn of "Unsupported Annotation" warning
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Python
- Stars
- 268
- Forks
- 100
- PR merge metrics
- No merged PRs in 30d
Description
That warning is useful only for Metadata validation purposes when you need to make sure all your Annontations were checked.
Example:
WARNING:pyodata.model:Unsupported Annotation(Common.SemanticKey)
WARNING:pyodata.model:Unsupported Annotation(Common.SemanticObject)
WARNING:pyodata.model:Unsupported Annotation(UI.HeaderInfo)
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
Reproduce the example warnings and start by tracing the warning source in pyodata.model. The change is complete when users can turn off Unsupported Annotation warnings without losing the metadata validation behavior described in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100