ccao-data / data-architecture

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

Add `pin_test` dbt seed #411

Closed dfsnow closed 5 months ago

dfsnow commented 5 months ago

This PR moves the pin_weird table from S3 to dbt. It renames the table to better align with its use (of holding test cases), and instantiates it using dbt's seed functionality.

Related to #380.

dfsnow commented 5 months ago

Looks great! Are there any automated processes that read from the existing pin_weird table such that we'll need to update them to reference pin_test after deploying this change?

Not currently, but I'm fixin to make some.