Docs: 2 MB issue Fixed for GKE, Test Runner, and MWAA#207
Docs: 2 MB issue Fixed for GKE, Test Runner, and MWAA#207RounakDhillon wants to merge 2 commits intomainfrom
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
There was a problem hiding this comment.
Pull request overview
This PR restructures several documentation pages (GKE, TestRunner, MWAA) by moving large sections into dedicated sub-pages and updating navigation/linking, likely to address the reported “2 MB” doc size/rendering issue.
Changes:
- Added new standalone guides for TestRunner external secrets, GKE Airflow orchestrator setup, and MWAA VirtualenvOperator (for v1.11.x, v1.12.x, v1.13.x-SNAPSHOT).
- Updated the parent pages to link to these new guides and simplified the in-page content.
- Updated
docs.jsonto reflect new sidebar groupings and pages.
Reviewed changes
Copilot reviewed 19 out of 19 changed files in this pull request and generated 10 comments.
Show a summary per file
| File | Description |
|---|---|
| v1.13.x-SNAPSHOT/how-to-guides/data-quality-observability/quality/data-quality-as-code/test-runner/external-secrets.mdx | New standalone external secrets guide for TestRunner (v1.13). |
| v1.13.x-SNAPSHOT/how-to-guides/data-quality-observability/quality/data-quality-as-code/test-runner.mdx | Links to the new external secrets page; trims embedded content. |
| v1.13.x-SNAPSHOT/deployment/kubernetes/gke/airflow.mdx | New standalone GKE Airflow orchestrator guide (v1.13). |
| v1.13.x-SNAPSHOT/deployment/kubernetes/gke.mdx | Replaces large embedded Airflow section with link to new guide. |
| v1.13.x-SNAPSHOT/deployment/ingestion/external/mwaa/virtualenv.mdx | New standalone MWAA VirtualenvOperator guide (v1.13). |
| v1.13.x-SNAPSHOT/deployment/ingestion/external/mwaa.mdx | Links to the new VirtualenvOperator page; trims embedded content. |
| v1.12.x/how-to-guides/data-quality-observability/quality/data-quality-as-code/test-runner/external-secrets.mdx | New standalone external secrets guide for TestRunner (v1.12). |
| v1.12.x/how-to-guides/data-quality-observability/quality/data-quality-as-code/test-runner.mdx | Links to the new external secrets page; trims embedded content. |
| v1.12.x/deployment/kubernetes/gke/airflow.mdx | New standalone GKE Airflow orchestrator guide (v1.12). |
| v1.12.x/deployment/kubernetes/gke.mdx | Replaces large embedded Airflow section with link to new guide. |
| v1.12.x/deployment/ingestion/external/mwaa/virtualenv.mdx | New standalone MWAA VirtualenvOperator guide (v1.12). |
| v1.12.x/deployment/ingestion/external/mwaa.mdx | Links to the new VirtualenvOperator page; trims embedded content. |
| v1.11.x/how-to-guides/data-quality-observability/quality/data-quality-as-code/test-runner/external-secrets.mdx | New standalone external secrets guide for TestRunner (v1.11). |
| v1.11.x/how-to-guides/data-quality-observability/quality/data-quality-as-code/test-runner.mdx | Links to the new external secrets page; trims embedded content. |
| v1.11.x/deployment/kubernetes/gke/airflow.mdx | New standalone GKE Airflow orchestrator guide (v1.11). |
| v1.11.x/deployment/kubernetes/gke.mdx | Replaces large embedded Airflow/NFS section with link to new guide. |
| v1.11.x/deployment/ingestion/external/mwaa/virtualenv.mdx | New standalone MWAA VirtualenvOperator guide (v1.11). |
| v1.11.x/deployment/ingestion/external/mwaa.mdx | Links to the new VirtualenvOperator page; trims embedded content. |
| docs.json | Adds new groups/pages in navigation for GKE, MWAA, and Test Runner across versions. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "group": "Epic", | ||
| "pages": [ | ||
| "v1.12.x/connectors/database/epic", | ||
| "v1.12.x/connectors/database/epic/yaml", |
| "group": "Epic", | ||
| "pages": [ | ||
| "v1.13.x-SNAPSHOT/connectors/database/epic", | ||
| "v1.13.x-SNAPSHOT/connectors/database/epic/yaml", |
| config = """ | ||
| YAML config | ||
| """ | ||
| workflow_config = yaml.loads(config) |
| config = """ | ||
| YAML config | ||
| """ | ||
| workflow_config = yaml.loads(config) |
|
|
||
| ## Configuration by Provider | ||
|
|
||
| ### AWS and AWS Parameters Store |
|
|
||
| **Required Dependencies:** | ||
| ```bash | ||
| pip install "openmetadata-ingestion[aws]>=1.12.0.0" |
| "group": "Epic", | ||
| "pages": [ | ||
| "v1.11.x/connectors/database/epic", | ||
| "v1.11.x/connectors/database/epic/yaml", |
| config = """ | ||
| YAML config | ||
| """ | ||
| workflow_config = yaml.loads(config) |
|
|
||
| ## Configuration by Provider | ||
|
|
||
| ### AWS and AWS Parameters Store |
|
|
||
| ## Configuration by Provider | ||
|
|
||
| ### AWS and AWS Parameters Store |
|
@copilot resolve the merge conflicts in this pull request |
…aml entries Co-authored-by: ayush-shah <40225091+ayush-shah@users.noreply.github.com>
Resolved the merge conflicts in commit Also fixed the other reviewer issues while resolving:
|
|
@copilot resolve the merge conflicts in this pull request |
The merge conflicts are already resolved — the branch is clean and up to date as of commit |
|
@copilot resolve the merge conflicts in this pull request |
There are no merge conflicts to resolve — the branch is already clean and up to date at commit The sidebar shows "Overview" and "Python VirtualenvOperator" sub-pages under "AWS MWAA" as expected. |

I worked on 2 MB issue Fixed for GKE, Test Runner, and MWAA.