Skip to content

Commit 6627525

Browse files
committed
refactor: assistant support all sqlbot datasource #467
1 parent d1f5fd9 commit 6627525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/apps/system/crud/assistant.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,5 +281,5 @@ def get_out_ds_conf(ds: AssistantOutDsSchema, timeout:int=30) -> str:
281281
"dbSchema":ds.db_schema or '',
282282
"timeout":timeout
283283
}
284-
conf.extraJdbc = ''
284+
conf["extraJdbc"] = ''
285285
return aes_encrypt(json.dumps(conf))

0 commit comments

Comments
 (0)