turbot/gcp_thrifty
Loading controls...

Benchmark: BigQuery Checks

Thrifty BigQuery Benchmark

Thrifty developers archive BigQuery tables with stale data. This benchmark focuses on finding tables where the data has not changed recently.

Variables

VariableDescriptionDefault
bigquery_table_stale_data_max_daysThe maximum number of days table data can be unchanged before it is considered stale.90 days

Usage

Install the mod:

mkdir dashboards
cd dashboards
powerpipe mod init
powerpipe mod install github.com/turbot/steampipe-mod-gcp-thrifty

Start the Powerpipe server:

steampipe service start
powerpipe server

Open http://localhost:9033 in your browser and select BigQuery Checks.

Run this benchmark in your terminal:

powerpipe benchmark run gcp_thrifty.benchmark.bigquery

Snapshot and share results via Turbot Pipes:

powerpipe benchmark run gcp_thrifty.benchmark.bigquery --share

Controls

Tags