-
Notifications
You must be signed in to change notification settings - Fork 99
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 for MS Sqlserver #196
Comments
Currently, it is not implemented, but should not be too difficult to implement, as soda-core supports ms sqlserver. As a precondition, we'd need to add sqlserver to the server specification |
Would you (or your team) have some capacity to contribute a Pull-Request? |
I'm sure I can find some time to pull the code and investigate, hopefully sometime this week or next. |
Added |
Including the supporting code, or just preparing the doc? I've cloned the repo last night and was beginning to poke around |
Jochen added the server type to the specification. What is now missing is adding support in the CLI within the python code base. Do you want to have a try for this @RobertLD ? It should be straight forward mapping to soda sqlserver type. |
I'll take a crack at it once I get my bearings |
I've published a rough PR for the changes because the specification published earlier for SQLServer doesn't match exactly what I would expect (namely missing the driver, etc.) With some guidance or an update of the spec I can continue work on it ty |
Completed in PR #204 |
Our company is actively pursuing stricter guarantees on cross-team data via the data contract-cli. We currently make use of MS SqlServer and would like to know if this is supported within the data contract cli?
The text was updated successfully, but these errors were encountered: