-
Notifications
You must be signed in to change notification settings - Fork 54
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
--recommended does not work for previous SDK versions #281
Comments
|
Is this a |
Nope, I followed https://docs.sourced.tech/babelfish/using-babelfish/getting-started |
Well, I guess at very least we should call out that distinction in our setup instructions. |
Interesting. Sounds like a bug, indeed. |
Repro (macOS):
My first attempt was to just switch to the drivers image:
But then even after |
Oh, and actually even without switching which image tag I used, |
The workaround is to use |
OK, I know the reason now.
And recently we did a version bump for SDK and updated all the drivers to Go modules. Now old Our mistake was that we did no version bump for drivers during the update. In theory, v2 and v3 drivers are compatible and have no differences in API. However, in practice, the driver discovery now has no way to know which driver uses which SDK version. It will have to scan all git tags to know that. We will release a new Thus, there is no easy fix for this, sorry. Installing driver with specific versions or using |
I confirm that it works now. |
@vmarkovtsev Awesome, thanks for checking it! Although it works for the current version, we will face the same issue again when switching to v3 when the time will come. So leaving the issue open to decide what a potential fix may be. We keep exposing more information in the driver's manifest, so we should be able to correctly identify compatible ones after a few more changes. |
Using the latest docker image, I run
This command silently returns and nothing happens. The logs stay silent, no drivers are installed.
The text was updated successfully, but these errors were encountered: