Skip to content

Commit

Permalink
Todo Humanize
Browse files Browse the repository at this point in the history
  • Loading branch information
zamar-roura-fever committed Jan 7, 2023
1 parent de90b65 commit ef5c3b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/db_engine_specs/bigquery.py
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ def estimate_statement_cost(cls, statement: str, cursor: Any) -> Dict[str, Any]:
) # Make an API request.

# Format Bytes.
# TODO: In case more db engine specs need to be added,
# TODO: Humanize in case more db engine specs need to be added,
# this should be made a function outside this scope.
byte_division = 1024
if hasattr(query_job, "total_bytes_processed"):
Expand Down

0 comments on commit ef5c3b1

Please sign in to comment.