Docs: Local Ingestion Agent Card Addition along with Note#138
Merged
RounakDhillon merged 2 commits intoopen-metadata:mainfrom Jan 22, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds documentation for the Local Ingestion Agent feature and reorganizes the navigation structure. The changes separate Hybrid Ingestion Runner (for Premium users) and Local Ingestion Agent (for Free-tier users) into distinct documentation sections.
Changes:
- Added a new card for "Local Ingestion Agent" in the Free-tier Users section of the getting started page
- Added a Note component with support contact information to the Local Ingestion Agent documentation
- Reorganized the navigation structure in docs.json to separate Premium and Free-tier user documentation
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| getting-started/index.mdx | Added Local Ingestion Agent card to Free-tier Users section |
| getting-started/day-1/hybrid-saas/local-ingestion-agent.mdx | Added Note component requesting users to contact support for credentials |
| getting-started/day-1/hybrid-saas/index.mdx | Updated sidebarTitle from "Overview" to "Hybrid Ingestion Runner" |
| docs.json | Reorganized navigation to separate Premium Users and Free-tier Users groups |
Comments suppressed due to low confidence (3)
getting-started/day-1/hybrid-saas/local-ingestion-agent.mdx:2
- The title is missing the first letter 'L'. It should be 'Local Ingestion Runner' instead of 'ocal Ingestion Runner'.
title: ocal Ingestion Runner | Secure Metadata Ingestion for Collate
getting-started/day-1/hybrid-saas/local-ingestion-agent.mdx:75
- Missing space after the list number. Should be '2. Verify' instead of '2.Verify'.
2.Verify that the ingested metadata, including schemas, tables, and column details, is available.
getting-started/day-1/hybrid-saas/local-ingestion-agent.mdx:37
- Grammatical error in the sentence. Should be 'to get your credentials' or 'for your credentials' instead of 'to your credentials'.
1. Log in to Docker with the credentials provided by Collate to authenticate. You can reach out to support@getcollate.io to your credentials.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
pmbrull
approved these changes
Jan 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I worked on Local Ingestion Agent Card Addition along with Note.