-
Notifications
You must be signed in to change notification settings - Fork 14.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sqlalchemy-kusto - create dataset - could not load columns #31683
Comments
Hey @MatMor! I'm here to help you with any bugs, questions, or contributions. Let's tackle this together! The error you're encountering seems to be related to the SQL parsing process in Superset, specifically when using the Here are a few steps you can take to troubleshoot and potentially resolve the issue:
If these steps do not resolve the issue, you may need to delve deeper into the Superset codebase or the To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
@dosu Thanks for reply. I check the documentation of sqlalchemy-kusto. There are no additional configuration settings and I´m using the latest version. |
The issue might be related to the fact that the Given this limitation, you might need to handle Kusto SQL parsing separately. Superset uses a custom function If you are unable to modify the parsing logic directly, consider checking if there are any community-contributed solutions or workarounds for integrating Kusto SQL with Superset. Alternatively, you might need to explore other ways to transform or adapt your queries to fit within the supported SQL dialects. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
Bug description
I have installed a new superset (version 4.1.1) with sqlalchemy-kusto==2.0.1. I use kusto sql. I can connect to the Azure Data Explorer. When I want to create a dataset, I got an error:
I tried this with different tables. Allways the same.
All Databases and all tables of the database were correct listed in the screen. So the connection seems to work.
To Reproduce
Steps to reproduce the behavior:
In settings create a database connection.
Normaly the columns of the table should be displayed.
We made following adaptions to the values.yaml:
In the logs are 2 error messages:
How to solve this?
Screenshots/recordings
No response
Superset version
master / latest-dev
Python version
3.9
Node version
16
Browser
Chrome
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: