2024-09-16 12:57:12 +05:30
---
title: Matillion
slug: /connectors/pipeline/matillion
2024-09-27 10:14:16 +05:30
collate: true
2024-09-16 12:57:12 +05:30
---
{% connectorDetailsHeader
name="Matillion"
stage="PROD"
platform="Collate"
availableFeatures=["Pipelines", "Lineage"]
unavailableFeatures=["Owners", "Tags", "Pipeline Status"]
/ %}
In this section, we provide guides and references to use the Matillion connector.
Configure and schedule Matillion metadata and profiler workflows from the OpenMetadata UI:
- [Requirements ](#requirements )
- [Matillion Versions ](#matillion-versions )
- [Metadata Ingestion ](#metadata-ingestion )
- [Connection Details ](#connection-details )
2025-04-04 17:15:09 +05:30
- [Troubleshooting ](/connectors/pipeline/matillion/troubleshooting )
2024-09-16 12:57:12 +05:30
- [Workflow Deployment Error ](#workflow-deployment-error )
{% partial file="/v1.6/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/pipeline/matillion/yaml"} /%}
## Requirements
To extract metadata from Matillion, you need to create a user with the following permissions:
- `API` Permission ( While Creating the User, from Admin -> User )
2025-02-07 14:25:00 +05:30
- To retrieve lineage data, the user must be granted [Component-level permissions ](https://docs.matillion.com/metl/docs/2932106/#component ).
2025-02-10 14:14:04 +05:30
- To enable lineage tracking in Matillion, **Matillion Enterprise Mode** is required. For detailed setup instructions and further information, refer to the official documentation: [Matillion Lineage Documentation ](https://docs.matillion.com/metl/docs/2881895/ ).
2024-09-16 12:57:12 +05:30
### Matillion Versions
OpenMetadata is integrated with matillion up to version [1.75.0 ](https://docs.matillion.io/getting-started ).
## Metadata Ingestion
{% partial
file="/v1.6/connectors/metadata-ingestion-ui.md"
variables={
connector: "Matillion",
selectServicePath: "/images/v1.6/connectors/matillion/select-service.webp",
addNewServicePath: "/images/v1.6/connectors/matillion/add-new-service.webp",
serviceConnectionPath: "/images/v1.6/connectors/matillion/service-connection.webp",
}
/%}
{% stepsContainer %}
{% extraContent parentTagName="stepsContainer" %}
#### Connection Details
- **hostPort**: The hostname or IP address with the REST API enabled eg.`https://<your-matillion-host-name-here>`
- **username**: The username to authenticate with the Matillion instance.
- **password**: The password to authenticate with the Matillion instance.
- **caCertificate** : CA Certificate to authenticate with the Matillion instance.
{% /extraContent %}
{% partial file="/v1.6/connectors/test-connection.md" /%}
{% partial file="/v1.6/connectors/pipeline/configure-ingestion.md" /%}
{% partial file="/v1.6/connectors/ingestion-schedule-and-deploy.md" /%}
{% /stepsContainer %}
By successfully completing these steps, the lineage information for the service will be displayed.
{% image
src="/images/v1.6/connectors/matillion/lineage.webp"
alt="Matillion Lineage" /%}