Open brabster opened 9 months ago
PITA to calculate bytes for a sensible unit - let Jinja do the work
maximum_bytes_billed: "{{ env_var('DBT_MAX_GIGABYTES_BILLED', '50') | int * (1024 * 1024 * 1024) }}" # 50GB billable bytes estimate limit
DBT_MAX_GIGABYTES_BILLED: ${{ vars.DBT_MAX_GIGABYTES_BILLED }}
in build
As a consumer I want interactions with BigQuery to fail if they scan excessive data So that I am protected from unexpected costs
ACs: