Matillion Roadmap and Ideas

Welcome to the Matillion Roadmap

Last updated: 05/05/2025
Check out our recently delivered features here.

Shared Pipelines

Shared Pipelines
Boost productivity with pipeline reusability beyond project boundaries

  • Users will have the ability to share one or more pipelines in a project to the rest of the projects inside their account
  • These “shared pipelines” will act as an entry point to the underlying project logic. Pipelines in other projects can “call” the shared pipeline (using a Run Shared Pipeline component) and all the logic used by that pipeline in the source project will be executed against the calling project’s context (so environment, agent etc)
  • This will include the ability to control which version of a shared pipeline is called, where the consuming pipeline/component can either pin to a specific version of the code (usually the one built against at design time) or dynamically call the “latest” version of the shared pipeline and its containing project