davidgasquez / gitcoin-grants-data-portal

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

ci: 👷 add step times to CI summary #46

Closed DistributedDoge closed 6 months ago

DistributedDoge commented 6 months ago

Adds a single step to CI that parses make run logs and builds dagster step timing table, displayed as part of Github run summary.

I find this handy for checking which assets are fast and which slow to build during development.

EDIT: Models produced from dbt assets are counted as part of single step looking like this run_dbt_7d08a.

image