dbt-labs / dbt-semantic-interfaces

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

[Bug] Rename `SavedQuery.group_bys` to `SavedQuery.group_by` #192

Closed plypaul closed 1 year ago

plypaul commented 1 year ago

Is this a new bug in dbt-semantic-interfaces?

Current Behavior

In the Github issue describing the saved query feature (https://github.com/dbt-labs/metricflow/issues/765), there was a typo in the group_bys field - the author mentioned that it was supposed to be group_by.

Expected Behavior

SavedQuery.group_bys should be SavedQuery.group_by.

Steps To Reproduce

N/A

Relevant log output

No response

Environment

- OS: N/A
- Python: N/A
- dbt: N/A
- dbt-semantic-interfaces: 0.3

Additional Context

No response