proud-engine-56337
07/14/2022, 12:26 PMfuture-teacher-7046
WHERE timestamp BETWEEN '{{ startDate }}' AND '{{ endDate }}'
proud-engine-56337
07/14/2022, 12:35 PMfuture-teacher-7046
proud-engine-56337
07/14/2022, 1:15 PMselect userid, [alt_ids], timestamp, value from metric0.conversion_event
.
Would that not be advised? Admittedly, then you’ve got your metric calculation definition somewhere in the metrics layer (hitting the full eventstream), but then needing to replicate parts of that logic to produce just the conversion_events (but not calculate).
🤔 feels like a problem for the dbt slack.future-teacher-7046
proud-engine-56337
07/14/2022, 1:19 PMfuture-teacher-7046