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 c5f8146 commit 7886392Copy full SHA for 7886392
backend/apps/chat/task/llm.py
@@ -439,7 +439,7 @@ def select_datasource(self):
439
_ds = self.out_ds_instance.get_ds(data['id'])
440
self.ds = _ds
441
self.chat_question.engine = _ds.type
442
- self.chat_question.db_schema = self.out_ds_instance.get_db_schema(ds.id)
+ self.chat_question.db_schema = self.out_ds_instance.get_db_schema(self.ds.id)
443
_engine_type = self.chat_question.engine
444
_chat.engine_type = _ds.type
445
else:
0 commit comments