Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BigQuery query runner on Python 3 #4481

Merged
merged 1 commit into from
Dec 24, 2019
Merged

Conversation

rauchy
Copy link
Contributor

@rauchy rauchy commented Dec 24, 2019

What type of PR is this? (check all applicable)

  • Bug Fix

Description

Seems like BigQuery queries can't run on Python 3 due to totalRows being strings which results in TypeError: '<' not supported between instances of 'str' and 'int'. This PR fixes that.

Related Tickets & Documents

#4251

@rauchy rauchy merged commit c3299ff into master Dec 24, 2019
@rauchy rauchy deleted the bigquery-query-runner-on-python-3 branch December 24, 2019 20:20
@jezdez jezdez mentioned this pull request Jan 23, 2020
2 tasks
jezdez pushed a commit to mozilla/redash that referenced this pull request Feb 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant