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

Extend `rounds` model with `name` + other columns extracted from JSON #11

Closed DistributedDoge closed 8 months ago

DistributedDoge commented 8 months ago

main.rounds table is very nice I am trying to make it nicer by adding human-readable round name column + some other values extracted from JSON metadata column.

Tested changes locally by running dagster -> dbt steps to ensure model is indeed populating the table.

Didn't test how this change interacts with later steps of Github CI so buyer beware.