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(python): unmatched paren and influxql syntax: #6832

Conversation

jstirnaman
Copy link
Contributor

Closes #6831

  • 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.

Checklist

Authors and Reviewer(s), please verify the following:

- 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.
@jstirnaman jstirnaman requested a review from a team as a code owner October 30, 2023 17:41
- When quoting the table (measurement) name, use double quotes. Single quotes don't work.
@jstirnaman jstirnaman added this pull request to the merge queue Oct 30, 2023
Merged via the queue into master with commit 63139c5 Oct 30, 2023
1 check passed
@jstirnaman jstirnaman deleted the 6831-example-code-buggy-in-new-user-setuppython-on-influxdb-cloud-serverless branch October 30, 2023 22:26
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.

Example code buggy in 'new-user-setup/python' on InfluxDB Cloud Serverless
2 participants