rc-ontruck commented on issue #8362: CTAS executed but resulting table not 
created
URL: 
https://github.com/apache/incubator-superset/issues/8362#issuecomment-541008634
 
 
   You can solve this issue in a simple way;
   first change your data connection to:
   `    
postgresql+psycopg2://username:XXXXXXXXXX@database_server_name:5432/database`
   
   them in the extra parameters
   ```
   {
   "metadata_params": {},
   "engine_params": {"isolation_level":"AUTOCOMMIT"},
   "metadata_cache_timeout": {},
   "schemas_allowed_for_csv_upload": []
   }
   
   ```
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to