Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dataease/SQLBot
/ get_base_template
Function
get_base_template
backend/apps/template/template.py:27–29 ·
view source on GitHub ↗
获取基础模板(自动缓存)
()
Source
from the content-addressed store, hash-verified
25
26
27
def
get_base_template():
28
""
"获取基础模板(自动缓存)"
""
29
return
_load_template_file(BASE_TEMPLATE_PATH)
30
31
32
def
get_sql_template(db_type: Union[str, DB]):
Callers
10
get_guess_question_template
Function · 0.90
get_sql_template
Function · 0.90
get_predict_template
Function · 0.90
get_analysis_template
Function · 0.90
get_datasource_template
Function · 0.90
get_chart_template
Function · 0.90
get_base_terminology_template
Function · 0.90
get_base_data_training_template
Function · 0.90
get_permissions_template
Function · 0.90
get_dynamic_template
Function · 0.90
Calls
1
_load_template_file
Function · 0.85
Tested by
no test coverage detected