nicholasyager / dbt-loom

A dbt-core plugin to weave together multi-project dbt-core deployments
The Unlicense
114 stars 18 forks source link

Allows manifest.json to be gzip compressed #68

Closed alangner closed 4 months ago

alangner commented 4 months ago

Allows to use gzip compressed manifest.json files with dbt-loom. Compressed files are recognized based on the file extension (.gz).

I have only tested it for GCS and local files as this is what I am currently using, but I implemented the logic also for S3 and Azure storage for completeness.