andrewterentieff commented on issue #20633:
URL: https://github.com/apache/superset/issues/20633#issuecomment-1184191942

   In my case on the same environment and adding logger.debug('engine: %s', 
e['engine']):
   839 if e['name'] == table_name:
      logger.debug('engine: %s', e['engine'])
   840   engine_cls = engine_cls_by_name.get(e['engine'])
   
   output was: engine PostgreSQL, this type is absent in engines.all enum


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