dbt-labs / dbt-semantic-interfaces

The shared semantic layer definitions that dbt-core and MetricFlow use.
Apache License 2.0
66 stars 13 forks source link

Add support for order-by and limit in saved queries #323

Closed plypaul closed 1 month ago

plypaul commented 1 month ago

Description

This PR updates the saved-query protocol / implementation to support saved queries. Validations are added in subsequent PRs.

Checklist