# Databricks

Select Star supports two methods for collecting lineage data from Databricks:

* **System tables (Recommended)**: Uses Databricks system tables via SQL REST API for better performance and scalability
* **API**: Uses individual REST API calls per column

Both methods provide identical functionality and lineage coverage. The System tables method is recommended for larger deployments as it eliminates API rate limits and reduces processing time.

## Supported Hosting Solutions

{% content-ref url="/pages/QHKcU0mdrNNsW8grIpnu" %}
[Databricks on AWS](/integrations/databricks/databricks-aws.md)
{% endcontent-ref %}

{% content-ref url="/pages/Fxd5ShZBAX9iCH3SLaon" %}
[Databricks on Azure](/integrations/databricks/databricks-azure.md)
{% endcontent-ref %}

If none of the available integrations fit your needs, please feel free to contact us so that we can explore available solutions.

## Learn more

{% content-ref url="/pages/KGlgaHmYbTKOq1TVMuVR" %}
[Getting Started: Databricks](/learning-data/getting-started-databricks.md)
{% endcontent-ref %}


---

# 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.selectstar.com/integrations/databricks.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.
