# Transformation & ETL

Connect your transformation and ETL tools to understand how data flows through your pipelines and track transformation logic.

## Supported Tools

* [**dbt Core**](/sources/transformation-etl/dbt-core.md) - Open-source transformation tool
* [**dbt Cloud**](/sources/transformation-etl/dbt-cloud.md) - Managed dbt service
* [**dbt Source Project**](/sources/transformation-etl/dbt-source-project.md) - Connect your dbt repo; Euno builds the project and generates artifacts
* [**Matillion DPC**](/sources/transformation-etl/matillion.md) - Data transformation platform
* [**Fivetran**](/sources/transformation-etl/fivetran.md) - ETL/ELT platform
* [**OpenLineage**](/sources/transformation-etl/openlineage-integration.md) - Open metadata standard
* [**Apache Airflow**](/sources/transformation-etl/airflow-integration.md) - Workflow orchestration platform

## What You'll Get

When you connect a transformation tool, Euno discovers:

* **Models & Transformations** - All transformation logic and SQL
* **Dependencies** - Upstream and downstream relationships
* **Metrics & Semantic Models** - Business metrics and definitions
* **Build Performance** - Execution times and success rates
* **Lineage** - Complete data flow from sources to destinations

## Common Use Cases

* **Impact Analysis** - Understand what breaks when you change a model
* **Documentation** - Automatically catalog all transformations
* **Performance Optimization** - Identify slow models and bottlenecks
* **Governance** - Track which tables are managed vs. ad-hoc

## Getting Started

1. Choose your transformation tool from the list above
2. Follow the setup guide for your platform
3. Grant Euno access to your dbt project or transformation definitions
4. Run your first sync

**Setup Time:** 15-20 minutes per tool

***

## Next Steps

* [View All Integrations](/sources.md)
* [Learn About Data Model Sync](/using-euno/metadata-activation/data-application-sync.md)
* [Set Up Impact Analysis](/using-euno/impact-analysis.md)


---

# 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.euno.ai/sources/transformation-etl.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.
