Skip to content

Commit

Permalink
Increase query limit
Browse files Browse the repository at this point in the history
  • Loading branch information
jdddog committed Jun 12, 2023
1 parent f1e4642 commit 59b56d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion observatory-platform/observatory/platform/bigquery.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

# BigQuery single query byte limit.
# Daily limit is set in Terraform
BIGQUERY_SINGLE_QUERY_BYTE_LIMIT = int(1.5 * 2**40) # 1.5 TiB
BIGQUERY_SINGLE_QUERY_BYTE_LIMIT = int(2 * 2**40) # 2 TiB


def assert_table_id(table_id: str):
Expand Down

0 comments on commit 59b56d7

Please sign in to comment.