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