Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
mildbyte committed Sep 15, 2020
1 parent b489e5b commit 42fe132
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion splitgraph/hooks/mount_handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,13 +324,14 @@ def mount_elasticsearch(
"query": "text",
"col_1": "text",
"col_2": "boolean",
}
},
"index": "index-pattern*",
"rowid_column": "id",
"query_column": "query",
}
}
}
EOF
```
\b
Expand Down

0 comments on commit 42fe132

Please sign in to comment.