# 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: 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.decube.io/transformation-tools.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.
