You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2018/08/15 22:20:13 UTC

[GitHub] sumedhsakdeo opened a new pull request #5641: Field names in big query can contain only alphanumeric and underscore

sumedhsakdeo opened a new pull request #5641: Field names in big query can contain only alphanumeric and underscore
URL: https://github.com/apache/incubator-superset/pull/5641
 
 
   When we try to use explore view to plot charts against a BigQuery dataset, superset was used some characters in the field name which BigQuery syntax did not like.
   
   Here, is the error returned by BigQuery
   `Invalid field name "AVG(lat)". Fields must contain only letters, numbers, and underscores, start with a letter or underscore, and be at most 128 characters long`
   
   This PR, fixes this issue so that we can plot charts against big query dataset.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org