Skip to content

Conversation

@RounakDhillon
Copy link
Collaborator

@RounakDhillon RounakDhillon commented Jan 15, 2026

I worked on Mulesoft Pipeline pages Updation.

image

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request adds documentation for the new Mulesoft Anypoint Platform connector to the pipeline connectors section. The changes enable users to configure and integrate Mulesoft applications with Collate for metadata extraction and lineage tracking.

Changes:

  • Added Mulesoft connector card to the pipeline connectors list
  • Created comprehensive documentation for Mulesoft connector setup and configuration
  • Added YAML configuration guide for external deployment
  • Included troubleshooting page for Mulesoft-specific issues

Reviewed changes

Copilot reviewed 5 out of 9 changed files in this pull request and generated 8 comments.

Show a summary per file
File Description
snippets/connectors/pipeline/connectors-list.mdx Adds Mulesoft card to the pipeline connectors list
public/images/connectors/mulesoft.webp Adds Mulesoft connector icon image
docs.json Registers Mulesoft documentation pages in the navigation structure
connectors/pipeline/mulesoft/index.mdx Main overview page with setup requirements and connection options
connectors/pipeline/mulesoft/yaml.mdx YAML configuration guide for external deployment
connectors/pipeline/mulesoft/troubleshooting.mdx Troubleshooting guide for common issues

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

import TestConnection from '/snippets/connectors/test-connection.mdx'
import IngestionScheduleAndDeploy from '/snippets/connectors/ingestion-schedule-and-deploy.mdx'
import ConfigureIngestion from '/snippets/connectors/pipeline/configure-ingestion.mdx'
import AdvancedConfiguration from '/snippets/connectors/pipeline/advanced-configuration.mdx'
Copy link

Copilot AI Jan 15, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The file '/snippets/connectors/pipeline/advanced-configuration.mdx' does not exist in the repository. This import will fail at build/runtime. Either create this file or remove the import and its usage on line 81.

Copilot uses AI. Check for mistakes.
To run the Mulesoft ingestion, you will need to install:

```bash
pip3 install "collate-ingestion[mulesoft]"
Copy link

Copilot AI Jan 15, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The package name 'collate-ingestion[mulesoft]' is inconsistent with other pipeline connectors in the repository which use 'openmetadata-ingestion[connector-name]' (e.g., line 37 in matillion/yaml.mdx uses 'openmetadata-ingestion[matillion]'). Verify the correct package name and update accordingly.

Suggested change
pip3 install "collate-ingestion[mulesoft]"
pip3 install "openmetadata-ingestion[mulesoft]"

Copilot uses AI. Check for mistakes.

In order to create and run a Metadata Ingestion workflow, we will follow
the steps to create a YAML configuration able to connect to the source,
process the Entities if needed, and reach the Collate server.
Copy link

Copilot AI Jan 15, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The text references 'Collate server' but other pipeline connectors in the repository use 'OpenMetadata server' (e.g., line 45 in matillion/yaml.mdx). Ensure consistency with the established terminology used across the documentation.

Suggested change
process the Entities if needed, and reach the Collate server.
process the Entities if needed, and reach the OpenMetadata server.

Copilot uses AI. Check for mistakes.
@@ -0,0 +1,90 @@
---
title: Mulesoft Connector | Collate Anypoint Platform Guide
Copy link

Copilot AI Jan 15, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Corrected capitalization of 'Mulesoft' to 'MuleSoft' to match the official product branding.

Copilot uses AI. Check for mistakes.
@@ -0,0 +1,202 @@
---
title: Run the Mulesoft Connector Externally
Copy link

Copilot AI Jan 15, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Corrected capitalization of 'Mulesoft' to 'MuleSoft' to match the official product branding.

Copilot uses AI. Check for mistakes.
RounakDhillon and others added 3 commits January 16, 2026 10:51
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 5 out of 9 changed files in this pull request and generated 3 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

]
},
{
"group": "MuleSoft",
Copy link

Copilot AI Jan 22, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The sidebar group is labeled MuleSoft, while the connector is referenced as Mulesoft elsewhere in this PR (card title + page headers). Please standardize the displayed connector name/capitalization across navigation and pages to avoid confusion or duplicate entries.

Suggested change
"group": "MuleSoft",
"group": "Mulesoft",

Copilot uses AI. Check for mistakes.
Comment on lines +2 to +3
title: Mulesoft Connector | Collate Anypoint Platform Guide
description: Connect Mulesoft Anypoint Platform to Collate with our comprehensive pipeline connector guide. Step-by-step setup, configuration, and metadata extraction for seamless integration.
Copy link

Copilot AI Jan 22, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The page uses mixed capitalization for the product/connector name (Mulesoft in the title/headers vs MuleSoft elsewhere in the page). Please standardize the display name casing throughout the connector docs to avoid inconsistent branding/search results.

Copilot uses AI. Check for mistakes.
Comment on lines +24 to +27
In this section, we provide guides and references to use the Mulesoft Anypoint Platform connector.

Configure and schedule Mulesoft metadata workflows from the Collate UI:

Copy link

Copilot AI Jan 22, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This page refers to the “Collate UI”, but most other connector docs in this repo refer to the “OpenMetadata UI”. Please align the terminology with the rest of the docs (or update other pages if the repo is intentionally shifting terminology) so readers aren’t confused.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant