randypitcherii / cloud_cost_monitoring

Repo for holding the dbt project used to make sense of cloud cost data from the major cloud platforms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cloud Cost Monitoring

This DBT project contains logic for converting raw cost data loaded from Azure, AWS, and GCP into consumable analytics tables.

Snowflake costs are also gathered from the ACCOUNT_USAGE tables.

Snowflake setup

I used the sql in snowflake_setup to create the top level databases, warehouse, and permissions that I use for deploying to Snowflake. This is pretty hashmap-specific, so feel free to use / modify / ignore this.

About

Repo for holding the dbt project used to make sense of cloud cost data from the major cloud platforms

License:Apache License 2.0


Languages

Language:PLSQL 77.7%Language:TSQL 22.3%