-
Notifications
You must be signed in to change notification settings - Fork 23
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
Support SQL Server Data Source #52
Comments
Yes @adam133 it should be simple enough. Please follow the following steps to add SQL Server support:
|
@vikrantcue Running into some issues getting a MSSQL driver configured - I always have trouble with Linux SQL Server drivers. I'm not sure what you mean by saying that pandas has them built in - as far as I can tell it still needs a compiled DBAPI for MSSQL of some kind to connect. Additional modifications I found that are needed:
I don't have any of that functioning yet, just wanted to post an update on my findings. |
Hi @adam133, pandas has
|
@adam133 a few others are asking for SQL Server support. Our team would be happy to pick this up, so that we can make it available in our next release. |
Is your feature request related to a problem? Please describe.
I'd love to give CueObserve a try but our warehouse is currently in MS SQL Server.
Describe the solution you'd like
Add SQL Server as a supported data source.
Additional context
I'd be interested in making the necessary pull request, but I'd like some high level advice on what might be needed.
Is it as simple as adding the necessary sqlserver.py in https://github.com/cuebook/CueObserve/tree/main/api/dbConnections ?
The text was updated successfully, but these errors were encountered: