You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2022/10/05 20:02:22 UTC

[GitHub] [superset] ybantes-esure opened a new issue, #21677: Superset is not loading table schemas in one of the environments

ybantes-esure opened a new issue, #21677:
URL: https://github.com/apache/superset/issues/21677

   Hello, 
   
   I am facing this issue and I really can't solve it. I am not sure what is causing it. So I am using superset and I am passing all the requests to trino. In one of the environments, it is not loading the table schemas anymore. It is always empty. 
   
   Here is what I am seeing in trino. For the env that is not loading the table schemas:
   `PREPARE st_7f759b6bf92d480c94ce40f5bc8e76d1 FROM SELECT "table_name"
   FROM "information_schema"."views"
   WHERE "table_schema" = ?`
   
   The env that is loading the schemas properly is having 3 different queries for that. 
   `PREPARE st_af5d5436c63f4df2b30adc2266df9da0 FROM SELECT "table_name"
   FROM "information_schema"."views"
   WHERE "table_schema" = ?`
   `DEALLOCATE PREPARE st_af5d5436c63f4df2b30adc2266df9da0
   `
   `EXECUTE st_af5d5436c63f4df2b30adc2266df9da0 USING 'landing'
   `
   
   The table that I am trying to fetch the table schemas for is landing. 
   Any ideas? 


-- 
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: notifications-unsubscribe@superset.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] ybantes-esure closed issue #21677: Superset is not loading table schemas in one of the environments

Posted by GitBox <gi...@apache.org>.
ybantes-esure closed issue #21677: Superset is not loading table schemas in one of the environments
URL: https://github.com/apache/superset/issues/21677


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org