Connecting Dremio with Python

Hello Everyone,

I am trying to connect to Dremio Cloud via python and have tried various approach but failing to connect to Dremio. Is there any documentation which can be followed?

Tried this: Python | Dremio Documentation
Getting failure:

Traceback (most recent call last):
  File "example.py", line 1, in <module>
    from dremio.arguments.parse import get_config
ImportError: cannot import name 'get_config' from 'dremio.arguments.parse'

Tried ODBC as well:
ODBC driver works on admin level privleges, but I dont have those elevated permission so cant really work on that. Any alternative would be appreciated

@pj185095 Have you followed steps in below link?