We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d426d88 commit 2e4477cCopy full SHA for 2e4477c
tests/test_mindsdb/test_knowledgebase_index.py
@@ -7,7 +7,7 @@ class TestKB:
7
def test_create_knowledge_base_index(self):
8
# create without select
9
10
- sql = """CREATE INDEX ON KNOWLEDGE_BASE my_index"""
+ sql = """CREATE INDEX ON KNOWLEDGE_BASE my_kb"""
11
ast = parse_sql(sql)
12
print(ast)
13
expected_ast = CreateKnowledgeBaseIndex(
0 commit comments