Skip to main content

BigQuery cost optimization and governance audit CLI tool

Project description

🚀 DWH-Auditor

English | 日本語

PyPI version Python Versions License Documentation

📚 Official Documentation: https://shirokurolab.github.io/dwh-auditor/

DWH-Auditor is an open-source CLI tool that parses BigQuery metadata to instantly perform cost optimization and data governance auditing to prevent runaway cloud costs.

By visualizing exactly who is executing heavy queries and which tables are completely unused, it uncovers hidden financial waste and provides actionable insights.

DWH-Auditor Console Report Sample

💡 Why DWH-Auditor?

While BigQuery is extremely powerful, its pay-as-you-go pricing model means that a single inefficient query or an abandoned, massive table can stealthily generate thousands of dollars in wasted costs every month.

DWH-Auditor analyzes your INFORMATION_SCHEMA seamlessly without any complex configurations, delivering a "health check" for your data infrastructure in seconds. Because it never accesses your actual table data, it can be safely executed even in strict, highly secure enterprise environments.

✨ Key Features

  • 💸 Identifying High-Cost Queries: Aggregates billed bytes over the past N days and surfaces the Top 10 most expensive ad-hoc queries.
  • 🔄 Recurring Execution Alerts: Detects dashboards or batch processes that are running expensive queries on a recurring schedule.
  • 🚨 Detecting Full Table Scans (Anti-patterns): Warns you about inefficient queries, such as full table scans caused by missing partition filters.
  • 🧟 Identifying Zombie Tables: Locates storage-heavy tables that haven't been queried for a long time, enabling swift storage cost reductions.
  • 📊 Multi-Format Reporting: Integrates effortlessly into your CI/CD pipelines (e.g. GitHub Actions) to share daily audit reports in Markdown or JSON to your team.

🛠 Quickstart

1. Installation

pip install dwh-auditor

2. Initialization

dwh-auditor init

A config.yaml file will be generated in the current directory. Adjust the cost rates and warning thresholds as necessary to fit your environment.

3. Execution

# Example: Analyze the past 30 days for my-gcp-project
dwh-auditor analyze --project my-gcp-project --days 30 --output console

4. 🔐 Security (Zero Data Access)

DWH-Auditor strictly reads metadata (INFORMATION_SCHEMA) from BigQuery and never reads actual table records. It operates flawlessly under the principle of least privilege, requiring only roles/bigquery.metadataViewer and roles/bigquery.resourceViewer.

5. 💼 Enterprise Support & Data Infrastructure Consulting

DWH-Auditor is a powerful diagnostic tool for uncovering issues in your data platform. However, resolving severe structural issues—such as redesigning complex data models or refactoring massive query pipelines—can often be challenging to handle with internal resources alone.

If you are facing these challenges, the developer behind this tool (Data Engineer) offers direct support and professional consulting:

  • "DWH-Auditor detected massive full table scans, but we don't know how to redesign partitions without breaking existing BI/ETL workflows."
  • "We want to migrate a collection of legacy SQL scripts to modern data modeling using dbt."
  • "We need to integrate this tool into our CI/CD pipeline to establish continuous data governance."

6. 👉 Contact Us

Feel free to reach out at shirokurolab.oss.tools@gmail.com. Initial consultations and high-level cost reduction assessments are provided completely free of charge.

7. 🤝 Contributing

We heartily welcome bug reports and Pull Requests! If you want to contribute, please check CONTRIBUTING.md for instructions on setting up your development environment.

8. 📜 License

MIT License

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dwh_auditor-0.2.6.tar.gz (1.1 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dwh_auditor-0.2.6-py3-none-any.whl (30.1 kB view details)

Uploaded Python 3

File details

Details for the file dwh_auditor-0.2.6.tar.gz.

File metadata

  • Download URL: dwh_auditor-0.2.6.tar.gz
  • Upload date:
  • Size: 1.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for dwh_auditor-0.2.6.tar.gz
Algorithm Hash digest
SHA256 9f7bf0b303f51a48da61c55cf05074b547a49d00c486850566e3a60e62566640
MD5 911fc3ade787fcadadf467c176eff8c5
BLAKE2b-256 8cfc8692268314e68c6d12e31942725eec11da0c3db6fc12fdf7c42a8f78fe8c

See more details on using hashes here.

Provenance

The following attestation bundles were made for dwh_auditor-0.2.6.tar.gz:

Publisher: cd.yml on shirokurolab/dwh-auditor

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dwh_auditor-0.2.6-py3-none-any.whl.

File metadata

  • Download URL: dwh_auditor-0.2.6-py3-none-any.whl
  • Upload date:
  • Size: 30.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for dwh_auditor-0.2.6-py3-none-any.whl
Algorithm Hash digest
SHA256 e184dbce98e02d9bf2eb8cd294a4a3c7a3d3d96be094f2ff157dfb4120644a32
MD5 842c3790773c6fde76136b2e8c8b4b8c
BLAKE2b-256 d484e47e87fcd687a8003fabf48d6b0125434f27161f991c663b09c66dd34ae6

See more details on using hashes here.

Provenance

The following attestation bundles were made for dwh_auditor-0.2.6-py3-none-any.whl:

Publisher: cd.yml on shirokurolab/dwh-auditor

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page