Commit a7ffa1b
authored
Transform
### Description
Seeing an
[error](https://dbtlabsmt.datadoghq.com/logs?query=env%3A%2Aprod%2A%20service%3Ametricflow-server%20%40levelname%3AERROR%20-%40channel%3Addtrace.internal.writer.writer%20-%22Exception%20in%20callback%20functools.partial%22%20-%22Unclosed%20connector%22%20-%22Unclosed%20client%20session%22&agg_m=count&agg_m_source=base&agg_t=count&clustering_pattern_field_path=message&cols=host%2Cservice&event=AwAAAZejI8GuonG5mgAAABhBWmVqSTlpTkFBQUJ3XzFKR0RCUHRRQUIAAAAkMDE5N2EzMjYtNWNhOC00ZWI2LWI1ODAtN2E5NDE1OTdjNWFkAAld9Q&fromUser=true&messageDisplay=inline&refresh_mode=sliding&saved-view-id=3577070&storage=hot&stream_sort=desc&viz=stream&from_ts=1750698965459&to_ts=1750785365459&live=true)
in MetricFlow where we can't find the `agg_time_dimension` in the
semantic model because it's uppercased in the `defaults` section but
lowercased (by transformation, presumably) in the `dimensions` section.
This will ensure both are lowercased.
### Checklist
- [x] I have read [the contributing
guide](https://github.com/dbt-labs/dbt-semantic-interfaces/blob/main/CONTRIBUTING.md)
and understand what's expected of me
- [x] I have signed the
[CLA](https://docs.getdbt.com/docs/contributor-license-agreements)
- [ ] This PR includes tests, or tests are not required/relevant for
this PR
- [x] I have run `changie new` to [create a changelog
entry](https://github.com/dbt-labs/dbt-semantic-interfaces/blob/main/CONTRIBUTING.md#adding-a-changelog-entry)agg_time_dimension to lowercase (#379)1 parent 89fbe99 commit a7ffa1b
File tree
3 files changed
+9
-1
lines changed- .changes/unreleased
- dbt_semantic_interfaces/transformations
3 files changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
44 | 46 | | |
45 | 47 | | |
46 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments