hasura / hasura/graphql-engine
server/bigquery: add support for computed fields
- Dominant language
- TypeScript
- Stars
- 32.1k
- Forks
- 3k
- PR merge metrics
- PR metrics pending
Description
Extend support for computed fields in BigQuery backends using [user defined functions](https://cloud.google.com/bigquery/docs/reference/standard-sql/user-defined-functions).
- [x] Table computed fields – Fields that return a set of table rows using [table functions](https://cloud.google.com/bigquery/docs/reference/standard-sql/table-functions).
- [ ] Scalar computed fields – Fields that return a scalar value.
Contributor guide
Research direction
The issue points to the server/bigquery backend and BigQuery user-defined functions; start by reading the existing table computed-field support and the linked BigQuery table-function and UDF documentation. Done means scalar computed fields return scalar values through the BigQuery backend, with behavior consistent with the existing table-field support.
Written by the indexing model from the issue text.
Assessment
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100