Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jczhong84 committed Apr 10, 2024
1 parent 11af733 commit a22b0e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion querybook/config/elasticsearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ tables:
full_name_ngram:
type: text
analyzer: edge_ngram_lowercase
completion_name:
completion_name: # to be deprecated
type: completion
analyzer: keyword
contexts:
Expand Down
1 change: 1 addition & 0 deletions querybook/server/logic/elasticsearch.py
Original file line number Diff line number Diff line change
Expand Up @@ -601,6 +601,7 @@ def get_completion_name():
"name": table_name,
"full_name": full_name,
"full_name_ngram": full_name,
# To be deprecated: completion_name is not used anymore
"completion_name": get_completion_name,
"description": get_table_description,
"created_at": lambda: DATETIME_TO_UTC(table.created_at),
Expand Down

0 comments on commit a22b0e9

Please sign in to comment.