# Linux

Be sure you have the latest [Simba Spark ODBC driver](https://docs.databricks.com/en/integrations/odbc/download.html#download-and-install-the-odbc-driver-for-linux) installed. (2.8.2 or higher, release from June 4th 2024)

Go to your odbc configuration file. Typically located at `/etc/odbc.ini`

Add a section for your configuration like the example below.

```
[your_dsn_name]
Driver          = </path/to/driver>
Description     =
Host            = <yourhost>.azuredatabricks.net
Port            = 443
HttpPath        = <your http path> e.g. /sql/1.0/warehouses/12345678
ThriftTransport = 2
AuthMech        = 3
transportMode   = http
ssl             = 1
DefaultStringColumnLength = 4000

```

{% hint style="info" %}
The DSN name you specify between the \[] at the top is the unique name you'll need in WriteBackExtreme to configure the connection. &#x20;
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.infotopics.com/writebackextreme/v5.0/product-guide/database-connections/databricks/linux.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
