> ## Documentation Index
> Fetch the complete documentation index at: https://docs.graphext.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Databricks

> Connect Graphext to Databricks and be able to bring your data and write back to your data warehouse recurrently

<Frame caption="Connect Graphext to Databricks">
  <iframe width="640" height="449" src="https://www.youtube.com/embed/Fn6HVMHev_E?si=MoOiJTEv9CpP6dQ2" title="Connect Graphext to Databricks" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowFullScreen="True" />
</Frame>

### Guided steps

<Accordion title="Connect to Databricks">
  <Steps>
    <Step title="Create a project">
      Click on “New Project” (this will add the integration to your personal team) or the “Integrations” button inside the team you want to work on.
    </Step>

    <Step title="Select Databricks from the integrations list." />

    <Step title="Head to the Databricks webpage">
      Go to SQL **Warehouses**, select the one you want to work with, and click on the **connection details** section
    </Step>

    <Step title="Get the server hostname">
      Copy the **Server hostname**, and paste it into the field labeled **Host**.
    </Step>

    <Step title="Find the HTTP path">
      Copy the **HTTP path**, and paste it into the corresponding field.
    </Step>

    <Step title="Head to the Databricks settings">
      Head to your Databricks **User Settings**, select the **Access Tokens** tab,and copy your token or generate a new one. Paste it into the appropriate field.
    </Step>

    <Step title="Create your SQL query">
      Using the Databricks SQL editor or your favorite editor, and paste it in the field labeled **Query**.
    </Step>

    <Step title="Allow write output to export data">
      If you want Graphext to write back the project's output to Databricks. Select “Allow write output.” View more documentation about this step in our [API Docs](/api-docs).
    </Step>

    <Step title="Save">
      Click on “Save and create project” to retrieve your data and begin exploring or “Save” the integration for later use.
    </Step>
  </Steps>
</Accordion>
