Tristan Boudreault
Tristan Boudreault
The code is actually behaving as expected. In the example above, the value passed in the alpha argument to the fit() method is scoped only to the method.
What would need to change in metricflow code so this join can be generated? ``` FROM metricflow.user_assignments ua LEFT JOIN fact.transactions e ON ua.subject_id = e.subject_id AND e.created_at BETWEEN ua.first_assigned_at...
@tlento 👋 @Jstein77 said you would be a good person to look at this.