Skip to content

Support for Views with primary keys specified in configuration #780

@Aniruddh25

Description

@Aniruddh25

As mentioned in the RFC: https://github.com/Azure/project-hawaii/blob/main/rfcs/configuration-file.md#database-object-source

Views are supported and when exposing a view it is required to specify which fields will be used as primary keys:


"source": {
    "type": "table",
    "object": "s002.view_todo",
    "key-fields": [ "title", "author" ]
}

This issue is to add support for such views both for GraphQL.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions