-
Notifications
You must be signed in to change notification settings - Fork 92
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
Snowflake support in Reladomo #264
Comments
I had a quick look at their docs. They have a JDBC driver which is great. What you'll need:
For 3 and 4, you can reuse some of the code from other DB specific tests. Generally, this sort of thing takes days, not weeks/months. |
After running the build.md the project is still missing dependency and not auto detecting the dependencies.
This @ notation is causing breaks , Also what is the use of this https://github.com/goldmansachs/reladomo/blob/master/libboot/src/main/java/org/libboot/Libboot.java Is it also a pre-requisite for project setup ? Do we have to trigger this or build.bat auto runs it ? As per readme build.bat is only this required to setup the project |
the pom templates are for maven uploads, not building the project. Please read the build instructions: |
this runs fine for me gives success status, but when resolving classes code breaks. |
what is resolving classes? the build is command line only. |
Currently Reladomo does not support Snowflake Database type.
IN case we want to add this support what would be a good point to start with.
As per my understanding we need to touch DatabaseType and Connection Manager in Reladomo for the same rest should be as it is.
Want to understand how much of a dev effort it will be to make Snowflake support in it.
The text was updated successfully, but these errors were encountered: