davidgasquez / gitcoin-grants-data-portal

🌲 Open source, serverless, and local-first data hub for Gitcoin Grants data!
https://grantsdataportal.xyz/
MIT License
26 stars 3 forks source link

Add `dbt test` for address consistency #22

Closed DistributedDoge closed 8 months ago

DistributedDoge commented 8 months ago

Tests that make sure all addresses are stored in consistent, lowercase format.

Second commit modifies the dbt models to make sure tests actually pass.

Interesting side-effect is that calling make run (or selectively materializing asset for which test exists) will actually run tests as the final step, even though I did not touch any configuration.

DistributedDoge commented 8 months ago

Ready to merge., love the new CI.