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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
