Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Commit 055d71f

Browse files
committed
Add support for custom indexes for query in the DataFrameClient (#785)
1 parent 9a110a1 commit 055d71f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

influxdb/tests/dataframe_client_test.py

+1
Original file line numberDiff line numberDiff line change
@@ -1242,6 +1242,7 @@ def test_write_points_from_dataframe_with_tags_and_nan_json(self):
12421242
self.assertEqual(m.last_request.body, expected)
12431243

12441244
def test_query_custom_index(self):
1245+
"""Test query with custom indexes."""
12451246
data = {
12461247
"results": [
12471248
{

0 commit comments

Comments
 (0)