File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -78,9 +78,10 @@ InfluxDB 2.0 client features
78
78
- `How to efficiently import large dataset `_
79
79
- `Efficiency write data from IOT sensor `_
80
80
- `How to use Jupyter + Pandas + InfluxDB 2 `_
81
- - Advanced Usage
81
+ - ` Advanced Usage `_
82
82
- `Gzip support `_
83
83
- `Proxy configuration `_
84
+ - `Nanosecond precision `_
84
85
- `Delete data `_
85
86
86
87
Installation
@@ -1163,6 +1164,7 @@ For more info about how configure HTTP retry see details in `urllib3 documentati
1163
1164
1164
1165
Nanosecond precision
1165
1166
^^^^^^^^^^^^^^^^^^^^
1167
+ .. marker-nanosecond-start
1166
1168
1167
1169
The Python's `datetime <https://docs.python.org/3/library/datetime.html >`_ doesn't support precision with nanoseconds
1168
1170
so the library during writes and queries ignores everything after microseconds.
@@ -1226,6 +1228,7 @@ that is replacement for python ``datetime.datetime`` object and also you should
1226
1228
"""
1227
1229
client.close()
1228
1230
1231
+ .. marker-nanosecond-end
1229
1232
1230
1233
Local tests
1231
1234
-----------
Original file line number Diff line number Diff line change @@ -40,6 +40,12 @@ Proxy configuration
40
40
:start-after: marker-proxy-start
41
41
:end-before: marker-proxy-end
42
42
43
+ Nanosecond precision
44
+ ^^^^^^^^^^^^^^^^^^^^
45
+ .. include :: ../README.rst
46
+ :start-after: marker-nanosecond-start
47
+ :end-before: marker-nanosecond-end
48
+
43
49
Debugging
44
50
^^^^^^^^^
45
51
You can’t perform that action at this time.
0 commit comments