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

Fix for SQL editor throwing can't deserialize google.cloud.bigquery._helpers.Row with BigQuery #4071

Merged
merged 4 commits into from
Dec 19, 2017

Conversation

kuriancheeramelil
Copy link
Contributor

This is as per discussion on #4028
Please review.

@xrmx, Sorry for the delayed response to comment on #4034. As we were making changes to master branch of our fork of superset, that changes were getting added to the above mentioned pull request as I did a pull request from that master. I don't know git enough to prevent that from happening, so creating this new request from a different branch.

@mistercrunch
Copy link
Member

Please lint the code, you can look at the travis logs to debug.

@kuriancheeramelil
Copy link
Contributor Author

Travis is failing with
E:1192, 8: Unable to import 'google.cloud.bigquery._helpers' (import-error)

How can this be fixed in Travis?

@fabianmenges
Copy link
Contributor

I bet flake8 complains because you are importing a 'private' module.

@kuriancheeramelil
Copy link
Contributor Author

@fabianmenges, yes google.cloud.bigquery._helpers.Row is imported within BQEngineSpec.
If this shouldn't be imported within here, could you suggest where the change needs to be made.

@mistercrunch
Copy link
Member

try # pylint: disable=import-error

@mistercrunch mistercrunch merged commit 281ae45 into apache:master Dec 19, 2017
michellethomas pushed a commit to michellethomas/panoramix that referenced this pull request May 24, 2018
…helpers.Row with BigQuery (apache#4071)

* fix for SQL editor throwing cant deserialize google.cloud.bigquery._helpers.Row with BigQuery

* linted code

* disable pylint import error of bigquery row

* fixed spacing issue before inline-comment
wenchma pushed a commit to wenchma/incubator-superset that referenced this pull request Nov 16, 2018
…helpers.Row with BigQuery (apache#4071)

* fix for SQL editor throwing cant deserialize google.cloud.bigquery._helpers.Row with BigQuery

* linted code

* disable pylint import error of bigquery row

* fixed spacing issue before inline-comment
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.23.0 labels Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.23.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants