You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Databricks SQL driver licensed under Apache-2.0 license.
A dependency - github.com/hashicorp/go-retryablehttp licensed under Mozilla Public License - 2.0.
MPL-2 license has a difference with Apache-2.0 license in requirement of mentioning source code of library.
MPL-2 of github.com/hashicorp/go-retryablehttp is a blocker to use Databricks SQL driver in a commercial project that I'm working on related to compliance.
Could you tell me what is a good way/workaround to use other returnable client with Databricks SQL driver?
Best regards,
Aleksei
The text was updated successfully, but these errors were encountered:
We are not going to use databricks-sql-go without retry-able http-client.
I'd like to draw your attention on an issue that we have - the license of databricks-sql-go is not completely compatible with a package of returnable http client github.com/hashicorp/go-retryablehttp.
There are several possible solutions:
databricks-sql-go replaces a current retry-able http client with a package has completely compatible license with databricks-sql-go license.
Making selecting/using retry-able http client optional in the code of databricks-sql-go to make easy changing a package.
Using replace instruction of go.mod on our end.
Could you tell me what is a good option from your point of view?
Hello,
Databricks SQL driver licensed under Apache-2.0 license.
A dependency -
github.com/hashicorp/go-retryablehttp
licensed under Mozilla Public License - 2.0.MPL-2 license has a difference with Apache-2.0 license in requirement of mentioning source code of library.
MPL-2 of
github.com/hashicorp/go-retryablehttp
is a blocker to use Databricks SQL driver in a commercial project that I'm working on related to compliance.Could you tell me what is a good way/workaround to use other returnable client with Databricks SQL driver?
Best regards,
Aleksei
The text was updated successfully, but these errors were encountered: