You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here's the current thought on what we want to do here:
Right now we aggregate and count different event-types on different bucket sizes.
In reality, we want to have different metric_types. For example, instead of having star event aggregations, we have a metric called star_count_1_day or star_count_1_week etc. This is in effect the star count from the last 1 day/week/month
We want to be able to have time-series data for any metric. So the table schema would look like timestamp, project_id, metric_type, amount.
We can then use Dagster multi-assets to auto-generate multiple related metrics.
What is it?
https://docs.dagster.io/concepts/assets/multi-assets
The text was updated successfully, but these errors were encountered: