mirror of
https://github.com/apache/superset.git
synced 2026-04-28 04:25:07 +00:00
feat: add separate endpoint to fetch function names for autocomplete (#12840)
* WIP * Add unit test for API * Add spec * Fix unit test * Fix unit test * Fix test * Fix test * Add period to error message
This commit is contained in:
@@ -80,6 +80,10 @@ export default class SqlEditorLeftBar extends React.PureComponent {
|
||||
|
||||
onDbChange(db) {
|
||||
this.props.actions.queryEditorSetDb(this.props.queryEditor, db.id);
|
||||
this.props.actions.queryEditorSetFunctionNames(
|
||||
this.props.queryEditor,
|
||||
db.id,
|
||||
);
|
||||
}
|
||||
|
||||
onTableChange(tableName, schemaName) {
|
||||
|
||||
Reference in New Issue
Block a user