I am writing software in collaboration with Claude 3.7 using Cline in VS Code. I like to give my assistant access to my local Dremio instance, which works best using the command line. I found the dremio_client
project, but that project is archived.
Its cli looked like this:
dremio_client query --sql 'select * from sys.options'
Which would be very helpful to me.
Are there any similar tools I could use; preferably sth that ships with dremio_oss?