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
JDBC has a getMetadata method, which is probably how DataGrip supports custom drivers (like Cloudera's Apache Impala one)
Would you be open to including this if someone were to contribute it? The biggest open question in my mind is how driver distribution would work. (Leave it up to users, pull them from Java ecosystem CDN that I don't know about, or bundle it into the repo, perhaps with git-lfs 🤢)
The text was updated successfully, but these errors were encountered:
JDBC has a
getMetadata
method, which is probably how DataGrip supports custom drivers (like Cloudera's Apache Impala one)Would you be open to including this if someone were to contribute it? The biggest open question in my mind is how driver distribution would work. (Leave it up to users, pull them from Java ecosystem CDN that I don't know about, or bundle it into the repo, perhaps with git-lfs 🤢)
The text was updated successfully, but these errors were encountered: