awslabs / awslabs/aws-appflow-custom-connector-python
Grammar for filterExpression does not support identitiers starting with _
Open
- Dominant language
- Python
- Stars
- 51
- Forks
- 33
- PR merge metrics
- No merged PRs in 30d
Description
It is relatively common to start an identifier with `_`. The current grammar does not support this. Please consider modifying the grammar to support identifiers starting with `_`.
Contributor guide
Research direction
Start by locating the grammar definition for filterExpression and the code that parses identifiers. Verify the existing identifier rules, then add coverage for identifiers beginning with `_` and confirm that such expressions parse successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100