Skip to content

Commit 1e10cee

Browse files
authored
docs: update README.md
1 parent cee3aec commit 1e10cee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- [import_data_set_sync_batching.py](import_data_set_sync_batching.py) - How to use [RxPY](https://rxpy.readthedocs.io/en/latest/) to prepare batches for synchronous write into InfluxDB
1010
- [write_api_callbacks.py](write_api_callbacks.py) - How to handle batch events
1111
- [write_structured_data.py](write_structured_data.py) - How to write structured data - [NamedTuple](https://docs.python.org/3/library/collections.html#collections.namedtuple), [Data Classes](https://docs.python.org/3/library/dataclasses.html) - (_requires Python v3.8+_)
12-
- [logging_handler.py](logging_handler.py) - How to set up a python native logging handler that writes to influx.
12+
- [logging_handler.py](logging_handler.py) - How to set up a python native logging handler that writes to InfluxDB
1313

1414
## Queries
1515
- [query.py](query.py) - How to query data into `FluxTable`s, `Stream` and `CSV`
@@ -29,4 +29,4 @@
2929
- [influxdb_18_example.py](influxdb_18_example.py) - How to connect to InfluxDB 1.8
3030
- [nanosecond_precision.py](nanosecond_precision.py) - How to use nanoseconds precision
3131
- [invocable_scripts.py](invocable_scripts.py) - How to use Invocable scripts Cloud API to create custom endpoints that query data
32-
32+

0 commit comments

Comments
 (0)