Support AggregatedElasticSearchView and AggregatedSparqlView with composite projections
Open
delta
- Dominant language
- Scala
- Stars
- 301
- Forks
- 76
- PR merge metrics
- No merged PRs in 30d
Description
In order to support this we need to add a `projectionId` field to the `AggregatedElasticSearchView` and `AggregatedSparqlView` as follows:
```
{
...
"views": [
{
"project": "{org}/{project}",
"viewId": "{view_id}"
},
{
"project": "{org}/{project}",
"viewId": "{view_id}",
"projectionId": "{projection_id}"
}
]
}
```
Contributor guide
Assessment
This issue has not been assessed yet.