-
Notifications
You must be signed in to change notification settings - Fork 1
Docs: Mulesoft Pipeline pages Updation #137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Docs: Mulesoft Pipeline pages Updation #137
Conversation
There was a problem hiding this 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' |
Copilot
AI
Jan 15, 2026
There was a problem hiding this comment.
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.
| To run the Mulesoft ingestion, you will need to install: | ||
|
|
||
| ```bash | ||
| pip3 install "collate-ingestion[mulesoft]" |
Copilot
AI
Jan 15, 2026
There was a problem hiding this comment.
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.
| pip3 install "collate-ingestion[mulesoft]" | |
| pip3 install "openmetadata-ingestion[mulesoft]" |
|
|
||
| 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. |
Copilot
AI
Jan 15, 2026
There was a problem hiding this comment.
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.
| process the Entities if needed, and reach the Collate server. | |
| process the Entities if needed, and reach the OpenMetadata server. |
| @@ -0,0 +1,90 @@ | |||
| --- | |||
| title: Mulesoft Connector | Collate Anypoint Platform Guide | |||
Copilot
AI
Jan 15, 2026
There was a problem hiding this comment.
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.
| @@ -0,0 +1,202 @@ | |||
| --- | |||
| title: Run the Mulesoft Connector Externally | |||
Copilot
AI
Jan 15, 2026
There was a problem hiding this comment.
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.
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>
There was a problem hiding this 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", |
Copilot
AI
Jan 22, 2026
There was a problem hiding this comment.
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.
| "group": "MuleSoft", | |
| "group": "Mulesoft", |
| 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. |
Copilot
AI
Jan 22, 2026
There was a problem hiding this comment.
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.
| 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: | ||
|
|
Copilot
AI
Jan 22, 2026
There was a problem hiding this comment.
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.
I worked on Mulesoft Pipeline pages Updation.