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/04/11 11:57:29 UTC

[GitHub] [superset] haimingOu opened a new issue, #19645: kylin table in the database cannot be added

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

   A clear and concise description of what the bug is.
   
   hi all
   After superset adds the kylin database, the table in the database cannot be added
   
   Expected results
   
   I can add table from kylin database
   
   Actual results
   When I added the dataset, an error message was report 'An error occurred while creating datasets: Dataset could not be created.
   
   
   Screenshots
   ![图片1](https://user-images.githubusercontent.com/50991240/162734506-18d0bc82-aabf-4482-b4a8-37623d61d94b.png)
   
   ![图片2](https://user-images.githubusercontent.com/50991240/162734518-07d7890d-6138-4c64-8565-30017caa28a1.png)
   ![图片3](https://user-images.githubusercontent.com/50991240/162734529-69ab7b4d-f41d-4026-a20f-7bf2048f52b3.png)
   
   Environment
   browser type and version: chrome(100.0.4896.75)
   superset version: 1.4.1
   python version: 3.7.13
   node.js version: /
   kylin version: 3.0
   ### 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


Re: [I] kylin table in the database cannot be added [superset]

Posted by "rusackas (via GitHub)" <gi...@apache.org>.
rusackas commented on issue #19645:
URL: https://github.com/apache/superset/issues/19645#issuecomment-2005113209

   @zhaoyongjie do you see any way forward with this issue? I'm tempted to close it as stale, but don't want to if it's still a valid problem, or the linked PR has a chance of merging.


-- 
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] zhuanshan123 commented on issue #19645: kylin table in the database cannot be added

Posted by "zhuanshan123 (via GitHub)" <gi...@apache.org>.
zhuanshan123 commented on issue #19645:
URL: https://github.com/apache/superset/issues/19645#issuecomment-1733083249

   Implementing sqla in the kylinpy plugin_ Has in dialect.py_ Table method. You can find it on kylinpy/sqla_ Found it in dialect. py
   
   return table_name in self.get_table_names(connection, 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


Re: [I] kylin table in the database cannot be added [superset]

Posted by "zhaoyongjie (via GitHub)" <gi...@apache.org>.
zhaoyongjie closed issue #19645: kylin table in the database cannot be added
URL: https://github.com/apache/superset/issues/19645


-- 
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] aliakberfaiz commented on issue #19645: kylin table in the database cannot be added

Posted by "aliakberfaiz (via GitHub)" <gi...@apache.org>.
aliakberfaiz commented on issue #19645:
URL: https://github.com/apache/superset/issues/19645#issuecomment-1495607381

   facing same issue any update on this ?


-- 
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] slnxyr commented on issue #19645: kylin table in the database cannot be added

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

   I have the same problem.


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


Re: [I] kylin table in the database cannot be added [superset]

Posted by "zhaoyongjie (via GitHub)" <gi...@apache.org>.
zhaoyongjie commented on issue #19645:
URL: https://github.com/apache/superset/issues/19645#issuecomment-2009039994

   @rusackas this issue seems from Kylin Driver, I opened a pull request some years ago, we can close this issue, feel free reopen if needed.


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