EMCP commented on issue #16003:
URL: https://github.com/apache/superset/issues/16003#issuecomment-890598860


   Closing issue is okay from my side.. 
   
   I now have a working JSON to pass which seems to get a good test connection 
on POSTGresQL
   
   ```
       data_out = {
         "allow_csv_upload": True,
         "allow_ctas": False,
         "allow_cvas": False,
         "allow_dml": False,
         "allow_multi_schema_metadata_fetch": False,
         "allow_run_async": False,
         "cache_timeout": 0,
         "database_name": db_name,
         "expose_in_sqllab": True,
         "impersonate_user": False,
         "sqlalchemy_uri": sqlalchemy_url
       }
   
   ```


-- 
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]

Reply via email to