dpgaspar commented on issue #8367: [engine spec] Fix, CTAS needs commit to apply
URL: 
https://github.com/apache/incubator-superset/pull/8367#issuecomment-541052758
 
 
   Update on the issue (Thanks: @rc-ontruck), this can be simply solved by 
using:
   
   ```
   {
   "metadata_params": {},
   "engine_params": {"isolation_level":"AUTOCOMMIT"},
   "metadata_cache_timeout": {},
   "schemas_allowed_for_csv_upload": []
   }
   ```
   This checks my second option, that I think it's less intrusive. Going to 
update docs to refer to this
   

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