openedx / aspects-dbt

The dbt project for Open edX Aspects!
Apache License 2.0
2 stars 4 forks source link

feat: move video models into dbt (FC-0024) #19

Closed SoryRawyer closed 1 year ago

SoryRawyer commented 1 year ago

This change replaces the existing video_plays and transcript_usage models with the queries for the fact_video_plays and fact_transcript_usage virtual datasets in Superset. This change would enable those datasets to become physical datasets that pull directly from these models.