> For the complete documentation index, see [llms.txt](https://docs.decube.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.decube.io/transformation-tools.md).

# Transformation Tools

- [dbt (Cloud Version)](https://docs.decube.io/transformation-tools/dbt.md): Adding dbt to your decube connections helps you monitor your transformations via our Data Quality model and see metadata on your dbt models and jobs directly synced to the Data Catalog.
- [dbt Core](https://docs.decube.io/transformation-tools/dbt-core.md): Connect your decube platform to dbt Core to see all data jobs in the Catalog and see end-to-end lineage.
- [Fivetran](https://docs.decube.io/transformation-tools/fivetran.md): Adding Fivetran to your decube connections helps your team to discover, document and monitor the quality of your data transformations.
- [Airflow](https://docs.decube.io/transformation-tools/airflow.md): Adding Airflow to your decube connections helps your team to discover, document and monitor the quality of your pipelines.
- [AWS Glue](https://docs.decube.io/transformation-tools/aws-glue.md): View catalogued assets within your AWS Glue, or leverage AWS Athena to add data observability capabilities and monitor Iceberg tables.
- [Azure Data Factory](https://docs.decube.io/transformation-tools/azure-data-factory.md): Azure Data Factory is a cloud-based data integration and orchestration service by Microsoft Azure. See all your ETLs in decube and monitor the status of your jobs.
- [Apache Spark](https://docs.decube.io/transformation-tools/apache-spark.md): See lineages from spark jobs in Decube Catalog.
- [Apache Spark in Azure Synapse](https://docs.decube.io/transformation-tools/apache-spark/apache-spark-in-azure-synapse.md): Connecting Decube to Apache Spark specifically for Azure Synapse.
- [OpenLineage (BETA)](https://docs.decube.io/transformation-tools/openlineage.md): This document provides a step-by-step guide to connecting with the OpenLineage connector and viewing lineage data from jobs using the OpenLineage framework.
- [Additional configurations](https://docs.decube.io/transformation-tools/additional-configurations.md): Here's what you can do with to complete the lineage of your connections.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.decube.io/transformation-tools.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
