How to specify dialect_properties in ini file for SqlAlchemyApi

In ini file did add dialect_properties for a sqlAlchemy , but when i print the value for dialect_properties in the interpreter is None.

This is the section in ini file, to set quote character
[[[splicedbsql]]]
name = splicedb
interface=sqlalchemy
dialect_properties=’{“sql_identifier_quote”:"""}’
options=’{“url”: “splicemachinesa://${USER}:${PASSWORD}@localhost1527/mydb”}’

Tried other settings dialect_properties is always None

if more a Hue property for the configuration of connectors https://issues.cloudera.org/browse/HUE-8758

First would be to add a splicedb section in:

Would you be able to send a pull request for this?

Note: we could then also document SpliceDB in https://docs.gethue.com/administrator/configuration/connectors/ too