-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add: generate aggregate
ket metrics models
#2937
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Auto-approved! please merge responsibly 😄
Test deployment unnecessary, no dbt files have been changed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
name=f"metrics.key_metrics_to_{entity_type}", | ||
is_sql=True, | ||
kind="VIEW", | ||
dialect="clickhouse", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This makes me realize we need to remove the clickhouse references in this library.
@Jabolol were you able to attempt to run this on |
I have not, but I can run it over the next few days or we can check it out together on Tuesday! |
This PR closes #2906 by removing intermediate key metric models in favor of auto-generated models by the SQLMesh factory, following the approach used by time series metrics. It also closes #2898 by addressing feedback regarding column naming.