ccao-data / data-architecture

Codebase for CCAO data infrastructure construction and management
https://ccao-data.github.io/data-architecture/
5 stars 3 forks source link

Move sales val export script from `model-sales-val` to this repo #364

Open jeancochrane opened 3 months ago

jeancochrane commented 3 months ago

We added an export script to the model-sales-val repo in https://github.com/ccao-data/model-sales-val/pull/114, but in the long term we would like this type of export logic to live in data-architecture. Let's move it over here so we can get that pattern started.

We might also want to think about refactoring it into a dbt view + exposure rather than a Python script, which would mean we could document it and persist it to the DAG.