Skip to content

Commit 540a2dc

Browse files
committed
chore: add warning for measurement name starts with hash
1 parent 5c92624 commit 540a2dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

influxdb_client/client/write/point.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ def to_line_protocol(self, precision=None):
187187
188188
The output Line protocol will be interpret as a comment by InfluxDB. For more info see:
189189
- https://docs.influxdata.com/influxdb/latest/reference/syntax/line-protocol/#comments
190-
"""
190+
"""
191191
warnings.warn(message, SyntaxWarning)
192192
_tags = _append_tags(self._tags)
193193
_fields = _append_fields(self._fields)

0 commit comments

Comments
 (0)