Skip to content

Fix timestamp scientific notation handling in _helpers.py

ea79bf0
Select commit
Loading
Failed to load commit list.
Open

fix(bigquery): Fix timestamp scientific notation handling in _helpers.py #17278

Fix timestamp scientific notation handling in _helpers.py
ea79bf0
Select commit
Loading
Failed to load commit list.
Conventional Commit Lint GCF / conventionalcommits.org failed May 27, 2026 in 0s

Commit message did not follow Conventional Commits

Some of your commit messages failed linting.

Visit conventionalcommits.org to learn our conventions.

Run git commit --amend and edit your message to match Conventional Commit guidelines.

Details

❌ The following linting errors found:

  • subject may not be empty
  • type may not be empty
    for the following input:
    "*fix timestamp scientific notation handling in _helpers.py

casting to float first handles scientific notation returned by api.
otherwise its a noop.*"