alessiocamillohome commented on issue #24685:
URL: https://github.com/apache/superset/issues/24685#issuecomment-1634391673
I need to set the followingg option in connection in Other==> Extra field.
{
"metadata_params": {},
"engine_params": {
"connect_args": {
"ssl": {
"mode": "PREFERRED"
}
}
},
"metadata_cache_timeout": {},
"schemas_allowed_for_csv_upload": []
}
But in the 2.1 version I have two field:
1. METADATA PARAMETERS
2. ENGINE PARAMETERS
How can I set my Engine Parameters in the field ENGINE PARAMETERS?
If I set
```
"connect_args": {
"ssl": {
"mode": "PREFERRED"
}
}
```
I have the following error:
**An error occurred while creating databases: 'str' object does not support
item assignment**
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]