We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1f5fd9 commit 6627525Copy full SHA for 6627525
1 file changed
backend/apps/system/crud/assistant.py
@@ -281,5 +281,5 @@ def get_out_ds_conf(ds: AssistantOutDsSchema, timeout:int=30) -> str:
281
"dbSchema":ds.db_schema or '',
282
"timeout":timeout
283
}
284
- conf.extraJdbc = ''
+ conf["extraJdbc"] = ''
285
return aes_encrypt(json.dumps(conf))
0 commit comments