Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
revisions: convert empty
fieldValue
to None
We check to see if the query was empty and return `None`, however the query will be non-empy but then `fieldValue` will be empty, which fails when submitting to BigQuery.
- Loading branch information