openedx / aspects-dbt

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

feat!: Upgrade schema to use new Ralph 4.0 event column #41

Closed bmtcril closed 9 months ago

bmtcril commented 9 months ago

Ralph 3.x had both a JSON "event" column and an "event_str" text representation of the same data. 4.x drops the JSON column since it is unsupported and going to be removed from ClickHouse, and renames the text column to "event".

Ralph 4.0.0 is in beta right now, this is just for preparing to upgrade and test the changes.

Ian2012 commented 9 months ago

@bmtcril is this ready for review?

bmtcril commented 9 months ago

@Ian2012 this should be ready for review now. @SoryRawyer you might want to take a look too. This goes with this work: