Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(python): unmatched paren and influxql syntax: (#6832)
* fix(python): unmatched paren and influxql syntax: - Remove unmatched closing paren. - Remove quotes from InfluxQL duration. Durations aren't strings. If using SQL, the interval expression ('10 minutes') would be a string. * fix(python): Double quote table in influxql syntax: - When quoting the table (measurement) name, use double quotes. Single quotes don't work.
- Loading branch information