Skip to main content

bq-freshness

Deprecated

The bq-freshness command has been replaced by freshness, which works across all supported warehouses (not just BigQuery). Please use starlake freshness instead.

Synopsis

starlake freshness [options]

Description

Check data freshness in BigQuery by verifying when tables were last updated. Use this command to monitor data pipelines and detect stale tables that may indicate upstream failures.

Parameters

ParameterCardinalityDescription
--write:<value>OptionalOne of Set(OVERWRITE, APPEND)
--connection:<value>OptionalConnection to use
--database:<value>Optionaldatabase / project id
--external:<value>OptionalInclude external datasets defined in _config.sl.yml instead of using other parameters of this command ? Defaults to false
--tables:<value>OptionalList of datasetName.tableName1,datasetName.tableName2 ...
--accessToken:<value>OptionalAccess token to use for authentication
--persist:<value>OptionalPersist results ?