hasura / hasura/graphql-engine
Add _like support for the Athena connector
- Dominant language
- TypeScript
- Stars
- 32.1k
- Forks
- 3k
- PR merge metrics
- PR metrics pending
Description
Athena supports LIKE, and so it would be good if the GDC Athena connector also supported _like on strings.
This is possibly related to https://github.com/hasura/graphql-engine/issues/10088 which if the GDC connector supported _like then perhaps these would all get it?
This is being opened as it was brought up in our Discord server here: https://discordapp.com/channels/407792526867693568/1219664576979800174
Contributor guide
Research direction
Start by locating the GDC Athena connector and its existing string-filter or comparison handling. Check how LIKE is represented in Athena and how other connectors expose string operators. Done means _like works on strings through the Athena connector, with coverage for the supported behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws
- Domain
- backend-api-design, databases
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100