Status Update
Comments
mk...@google.com <mk...@google.com> #2
Hello,
Thank you for contacting us and contributing. Since your issue corresponds to the feature implementation demand the report has been adjusted as the feature request. The support team has been made aware about the request for Simba JDBC driver documentation review. Kindly note that there are no guarantees or ETAs for the implementation of this feature request, however all the future relevant updates and progress of implementation will be reflected in this thread.
jp...@stanford.edu <jp...@stanford.edu> #3
avro-1.10.2.jar, commons-compress-1.20.jar, jackson-annotations-2.12.2.jar, jackson-databind-2.12.2.jar, joda-time-2.10.10.jar, and slf4j-api-1.7.30.jar. It looks like avro, joda-time, and jackson-databind are sufficient to transitively pull in all six.
se...@google.com <se...@google.com> #4
Hello,
Thank you for additional information.
It was forwarded to the product team. You can keep track of the status by following this thread.
Kind Regards
jo...@qualytics.co <jo...@qualytics.co> #5
We would like to get this solved, we leverage build tools to inject dependencies.
Thanks!
pi...@gmail.com <pi...@gmail.com> #6
any update on the maven dependency address for the same?
sj...@google.com <sj...@google.com> #7
Hello,
Thank you for the additional information. It was forwarded to the product team. For now, Please stay tune to this thread for updates.
Regards
sj...@google.com <sj...@google.com>
[Deleted User] <[Deleted User]> #8
st...@google.com <st...@google.com>
st...@google.com <st...@google.com> #9
Hello,
Thank you for reaching out.
The request was forwarded to the product team. For now, please stay tune to this thread for updates.
Kind regards
se...@teads.com <se...@teads.com> #10
On our side we manually craft a pom.xml (with the right dependencies) and then upload the jar on our entreprise maven repository.
It's time consuming and error prone.
It would be great to distribute the driver on a public maven repository.
Thank you!
km...@confluent.io <km...@confluent.io> #11
pi...@gmail.com <pi...@gmail.com> #12
ew...@google.com <ew...@google.com> #13
Hi,
If you wanted to demonstrate your interest on this feature, please use the [+1]
button on the case. The product team is aware of the feature and an update will be posted soon. Please fell free to add additional information and workarounds found in the comments.
Kind Regards!
sh...@google.com <sh...@google.com> #14
ew...@google.com <ew...@google.com> #15
Hi,
If you wanted to demonstrate your interest on this feature, please use the [+1] button on the case. The product team is aware of the feature and an update will be posted soon. Please fell free to add additional information and workarounds found in the comments.
Kind Regards!
ds...@google.com <ds...@google.com>
ds...@google.com <ds...@google.com>
jk...@google.com <jk...@google.com> #16
Hi, One of my customers has a requirement for this feature and is asking for an ETA. Is there any way we can get an ETA on this request?
ds...@google.com <ds...@google.com> #17
Hello , Simba is not willing to distribute the driver via Maven. As mentioned in the internal bug by engineering them , i am going to close this as it won't fix infeasible, if you have any issue you can create a new thread and describes the issue there .
Description
The current documentation of the Simba JDBC driver just explains how to work with a ZIP file:https://cloud.google.com/bigquery/providers/simba-drivers
These days, most people use Maven/Gradle and don't like to manually set up the dependencies for 50 individual jar files contained in the ZIP file. After a few attempts, I've noticed that this seems to suffice with Maven:
(Plus making sure the Guava dependency has the right version, as that might have already been on the classpath).
Knowing this up front would have saved a few minutes of trial-and-error, I think it's worth mentioning in the above linked documentation, or create a tutorial somewhere.