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/11/30 03:35:11 UTC

[GitHub] [superset] nailuox opened a new issue, #22268: connect clickhouse error

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

   A clear and concise description of what the bug is.
   
   #### How to reproduce the bug
   test connect can success
   
   ![204700433-1a969835-0620-4608-aac4-91df8fe875b3](https://user-images.githubusercontent.com/49058926/204701390-bc0088be-80ac-487c-9940-1f4f6b626023.png)
   
   An error is reported when saving. The refreshed page has actually been saved successfully and an error is reported when editing data
   
   ![204700626-660579d9-9b72-4020-9c13-0ee37b993b8d](https://user-images.githubusercontent.com/49058926/204701382-270b0663-e68a-48d6-8a01-2912309ba11c.png)
   ![image](https://user-images.githubusercontent.com/49058926/204701529-83540b84-8ccf-4bc5-a078-cc61563b5603.png)
   
   ### Expected results
   
   what you expected to happen.
   
   ### Actual results
   
   what actually happens.
   
   #### Screenshots
   
   If applicable, add screenshots to help explain your problem.
   
   
   ### Environment
   
   (please complete the following information):
   
   - browser type and version:
   - superset version: `master branch latest`
   - python version: `3.8.1`
   - node.js version: `16.18.0`
   - any feature flags active:
   
   ### Checklist
   
   Make sure to follow these steps before submitting your issue - thank you!
   
   - [ ] I have checked the superset logs for python stacktraces and included it here as text if there are any.
   - [ ] I have reproduced the issue with at least the latest released version of superset.
   - [ ] I have checked the issue tracker for the same issue and I haven't found one similar.
   
   ### Additional context
   
   Add any other context about the problem here.
   


-- 
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] nailuox closed issue #22268: Error attempting to connect to clickhouse

Posted by GitBox <gi...@apache.org>.
nailuox closed issue #22268: Error attempting to connect to clickhouse
URL: https://github.com/apache/superset/issues/22268


-- 
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] rusackas commented on issue #22268: connect clickhouse error

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

   @nailuox thanks for the report. Are you able to connect successfully to any other database types, or is this clickhouse-specific?
   
   Pinging @eschutho and @yousoph in case this is a generalized connection bug, and heads-up to @betodealmeida in case this does turn out to be clickhouse specific. 


-- 
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] betodealmeida commented on issue #22268: Error attempting to connect to clickhouse

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

   The clock house driver was not working correctly with SQL alchemy 1.4. They released a new version recently that fixed the problem (0.4.6, I think?), can you give that a try?


-- 
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] nailuox commented on issue #22268: Error attempting to connect to clickhouse

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

   > The clock house driver was not working correctly with SQL alchemy 1.4. They released a new version recently that fixed the problem (0.4.6, I think?), can you give that a try?
   
   it work


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