Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Commit 055d71f

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

File tree

1 file changed

+1
-0
lines changed
Filter options

1 file changed

+1
-0
lines changed

‎influxdb/tests/dataframe_client_test.py

Copy file name to clipboardExpand all lines: influxdb/tests/dataframe_client_test.py
+1Lines changed: 1 addition & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.