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/08/26 12:23:58 UTC

[GitHub] [superset] forestlzj opened a new issue, #21210: duckdb - unable to list the table schema

forestlzj opened a new issue, #21210:
URL: https://github.com/apache/superset/issues/21210

   A clear and concise description of what the bug is.
   
   After setting duckb connection to a local file,  in "SQL Editor",  it can show list of duckdb connecton and schema correctly, when select a duckdb schema, it can't show the table names in the "See Table schema" drop down box.  In superset oupt log, it shows error:
   
   **Engine no attribute 'exec_driver_sql'**
   
   
   
   ### Environment
   
   (please complete the following information):
   
   - browser type and version: chrome 104.0.5112.102
   - superset version: 2.0
   - python version: 3.9.13
   - duckdb version: 0.4.0
   - duckdb-engine version: 0.6.2
   - any feature flags active:
   
   ### Checklist
   
   Add any other context about the problem here.
   OS: Redhat 7.9
   


-- 
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] zhaoyongjie closed issue #21210: duckdb - unable to list the table schema

Posted by GitBox <gi...@apache.org>.
zhaoyongjie closed issue #21210: duckdb  - unable to list the table schema
URL: https://github.com/apache/superset/issues/21210


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


[GitHub] [superset] Mause commented on issue #21210: duckdb - unable to list the table schema

Posted by GitBox <gi...@apache.org>.
Mause commented on issue #21210:
URL: https://github.com/apache/superset/issues/21210#issuecomment-1240523933

   @forestlzj are you able to try with the latest duckdb-engine version? (0.6.3)


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


[GitHub] [superset] forestlzj commented on issue #21210: duckdb - unable to list the table schema

Posted by GitBox <gi...@apache.org>.
forestlzj commented on issue #21210:
URL: https://github.com/apache/superset/issues/21210#issuecomment-1249409419

   @Mause  duckdb-engine version (0.6.3, 0.6.4) works now,  but it still needs to make some minor code change in duckdb_engine specs in superset to fix the said problem.  I will submit a PR in superset .


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


[GitHub] [superset] forestlzj commented on issue #21210: duckdb - unable to list the table schema

Posted by GitBox <gi...@apache.org>.
forestlzj commented on issue #21210:
URL: https://github.com/apache/superset/issues/21210#issuecomment-1229095234

   I think it can be fixed after this merge:  https://github.com/Mause/duckdb_engine/pull/393


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


[GitHub] [superset] forestlzj commented on issue #21210: duckdb - unable to list the table schema

Posted by GitBox <gi...@apache.org>.
forestlzj commented on issue #21210:
URL: https://github.com/apache/superset/issues/21210#issuecomment-1228427946

   supplement: It can execute sql on duckb correctly but can't show table list and table schema


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