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

Add empty `packages.yml` as cache key #494

Closed dfsnow closed 3 weeks ago

dfsnow commented 3 weeks ago

Quick PR to close #489. GitHub Actions isn't properly caching dbt packages because it expects the packages.yml file to exist as a key. Since we aren't currently using any packages, this file does not exist, and the hash function used for the key returns an empty string. Just replacing this with an empty file should fix the problem.