Skip to content

Commit

Permalink
Incorporate incremental load of pypi history table
Browse files Browse the repository at this point in the history
  • Loading branch information
brabster committed Feb 1, 2024
1 parent a97b55e commit 20f4b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ current:
project: "{{ env_var('DBT_PROJECT') }}"
threads: "{{ env_var('DBT_THREADS', 8) }}"
type: bigquery
maximum_bytes_billed: "{{ env_var('DBT_MAX_BYTES_BILLED', 50000000000) }}" # 50GB billable bytes estimate limit
maximum_bytes_billed: "{{ env_var('DBT_MAX_BYTES_BILLED', '50000000000') | int }}" # 50GB billable bytes estimate limit
target: current

0 comments on commit 20f4b54

Please sign in to comment.