mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-24 14:08:45 +00:00
Docs: Meta Tags Updation (#22444)
Co-authored-by: “Rounak <“rounakpreet.d@deuexsolutions.com”>
This commit is contained in:
parent
71e174950e
commit
9ab2d9d592
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Cassandra Troubleshooting Guide | OpenMetadata Support
|
||||
description: Resolve Cassandra ingestion issues related to schema mismatches, driver compatibility, or tokens.
|
||||
slug: /connectors/database/cassandra/troubleshooting
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Run the Cassandra Connector Externally
|
||||
description: Use YAML to ingest metadata from Apache Cassandra, including keyspaces, tables, and columns.
|
||||
slug: /connectors/database/cassandra/yaml
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Databricks Connector Troubleshooting
|
||||
description: Troubleshoot Databricks connector issues including schema extraction errors or driver failures.
|
||||
slug: /connectors/database/databricks/troubleshooting
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Run the Databricks Connector Externally
|
||||
description: Use YAML to ingest Databricks metadata including notebook lineage, schema, and profiling.
|
||||
slug: /connectors/database/databricks/yaml
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Doris Troubleshooting Guide | OpenMetadata Support
|
||||
description: Troubleshoot Doris connector ingestion problems like schema drift or metadata gaps.
|
||||
slug: /connectors/database/doris/troubleshooting
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Run the Doris Connector Externally
|
||||
description: Use YAML to ingest metadata from Doris, including tables, partitions, and profiling.
|
||||
slug: /connectors/database/doris/yaml
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Druid Troubleshooting Guide | OpenMetadata Support
|
||||
description: Resolve Druid ingestion problems such as source errors, metadata fetch failures, or unsupported schema structures.
|
||||
slug: /connectors/database/druid/troubleshooting
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Greenplum Troubleshooting Guide | OpenMetadata Support
|
||||
description: Troubleshoot Greenplum connector issues related to table ingestion, schema parsing, or access errors.
|
||||
slug: /connectors/database/greenplum/troubleshooting
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Run the Greenplum Connector Externally
|
||||
description: Use YAML to ingest Greenplum database metadata including profiling and schema lineage.
|
||||
slug: /connectors/database/greenplum/yaml
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: MongoDB Troubleshooting Guide | OpenMetadata Support
|
||||
description: Troubleshoot MongoDB integration errors such as connection failures, schema fetch issues, or metadata mismatches.
|
||||
slug: /connectors/database/mongodb/troubleshooting
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Run the MongoDB Connector Externally
|
||||
description: Configure MongoDB ingestion via YAML to extract collection metadata, schema, and profiling insights from NoSQL datasets.
|
||||
slug: /connectors/database/mongodb/yaml
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: PostgreSQL Connector Troubleshooting
|
||||
description: Troubleshoot Postgres connector for issues like access denial, column mismatch, or timeouts.
|
||||
slug: /connectors/database/postgres/troubleshooting
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Run the PostgreSQL Connector Externally
|
||||
description: Use YAML to configure Postgres metadata ingestion with profiling and schema extraction.
|
||||
slug: /connectors/database/postgres/yaml
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Redshift Connector Troubleshooting
|
||||
description: Troubleshoot Redshift ingestion errors like driver issues, throttling, or missing table metadata.
|
||||
slug: /connectors/database/redshift/troubleshooting
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Run the Redshift Connector Externally
|
||||
description: Ingest metadata from Redshift using YAML and configure access, profiling, and lineage extraction.
|
||||
slug: /connectors/database/redshift/yaml
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: S3 Datalake Connector Troubleshooting
|
||||
description: Fix S3 Datalake ingestion problems like IAM permission errors, schema discovery, or format issues.
|
||||
slug: /connectors/database/s3-datalake/troubleshooting
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Run the S3 Datalake Connector Externally
|
||||
description: Use YAML to extract metadata from S3 Datalake for file-level lineage and governance.
|
||||
slug: /connectors/database/s3-datalake/yaml
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Setup SAP ERP APIs | OpenMetadata Integration Guide
|
||||
description: Set up SAP ERP APIs for metadata ingestion, configure access and validate integration readiness.
|
||||
slug: /connectors/database/sap-erp/setup-sap-apis
|
||||
---
|
||||
# Setup SAP ERP APIs
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: SAP ERP Troubleshooting Guide | OpenMetadata Support
|
||||
description: Troubleshoot SAP ERP ingestion issues such as invalid token, missing endpoints, or metadata loss.
|
||||
slug: /connectors/database/sap-erp/troubleshooting
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Synapse Connector Troubleshooting
|
||||
description: Troubleshoot Synapse connector issues like permission denial, query errors, or slow ingestion.
|
||||
slug: /connectors/database/synapse/troubleshooting
|
||||
collate: true
|
||||
---
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Run the Synapse Connector Externally
|
||||
description: Use YAML to extract metadata from Azure Synapse and visualize data structures and dependencies.
|
||||
slug: /connectors/database/synapse/yaml
|
||||
collate: true
|
||||
---
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Metadata Ingestion - Incremental Extraction - Redshift
|
||||
description: Configure incremental metadata ingestion from Redshift to capture changes efficiently.
|
||||
slug: /connectors/ingestion/workflows/metadata/incremental-extraction/redshift
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Reverse Metadata Ingestion Collate | Feature & Configuration
|
||||
description: Ingest reverse metadata to propagate data context from downstream tools back into the catalog.
|
||||
slug: /connectors/ingestion/workflows/reverse-metadata
|
||||
collate: true
|
||||
---
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Usage Workflow Guide | OpenMetadata Ingestion Workflows
|
||||
description: Monitor usage patterns from queries and dashboards with workflow-based usage extraction.
|
||||
slug: /connectors/ingestion/workflows/usage
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Redpanda Connector Troubleshooting Guide | OpenMetadata Support
|
||||
description: Troubleshoot Redpanda ingestion errors including topic not found, schema mismatch, or token failures.
|
||||
slug: /connectors/messaging/redpanda/troubleshooting
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Run the Redpanda Connector Externally
|
||||
description: Use YAML to configure Redpanda metadata ingestion and track streaming data topics, schema evolution, and system events.
|
||||
slug: /connectors/messaging/redpanda/yaml
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Alation Sink Connector Troubleshooting Guide | OpenMetadata Support
|
||||
description: Troubleshoot AlationSink connector for pushback failures, API errors, or term mismatch.
|
||||
slug: /connectors/metadata/alationsink/troubleshooting
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Run the Alation Sink Connector Externally
|
||||
description: Use YAML to configure AlationSink metadata ingestion and push terms to Alation catalogs.
|
||||
slug: /connectors/metadata/alationsink/yaml
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Run the Atlas Connector Externally
|
||||
description: Use YAML to ingest metadata from Apache Atlas including classifications, glossary, and lineage.
|
||||
slug: /connectors/metadata/atlas/yaml
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Metadata Services | OpenMetadata Integration Overview
|
||||
description: Browse all metadata connectors supported for ingestion, governance, and classification workflows.
|
||||
slug: /connectors/metadata
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: ML Model Services | OpenMetadata Machine Learning Guide
|
||||
description: Explore supported ML model metadata connectors including MLflow, SageMaker, and VertexAI.
|
||||
slug: /connectors/ml-model
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: MLflow Connector Troubleshooting Guide | OpenMetadata Support
|
||||
description: Troubleshoot MLflow connector issues like access failure, tag mismatch, or lineage missing.
|
||||
slug: /connectors/ml-model/mlflow/troubleshooting
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Run the MLflow Connector Externally
|
||||
description: Use YAML to configure MLflow ingestion and sync model runs, metrics, tags, and parameters.
|
||||
slug: /connectors/ml-model/mlflow/yaml
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: VertexAI Connector Troubleshooting Guide | OpenMetadata Support
|
||||
description: Troubleshoot VertexAI ingestion for ML models, deployments, or lineage gaps in pipeline tracking.
|
||||
slug: /connectors/ml-model/vertexai/troubleshooting
|
||||
collate: true
|
||||
---
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Run the VertexAI Connector Externally
|
||||
description: Use YAML to ingest VertexAI metadata including models, inputs, tags, and monitoring logs.
|
||||
slug: /connectors/ml-model/vertexai/yaml
|
||||
collate: true
|
||||
---
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Airbyte Connector Troubleshooting Guide | OpenMetadata Support
|
||||
description: Troubleshoot Airbyte connector ingestion issues like config errors, job failures, or schema mismatch.
|
||||
slug: /connectors/pipeline/airbyte/troubleshooting
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Run the Airbyte Connector Externally
|
||||
description: Use YAML to configure Airbyte ingestion and extract metadata from pipeline sources and syncs.
|
||||
slug: /connectors/pipeline/airbyte/yaml
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: DBT Cloud Troubleshooting Guide | OpenMetadata Support
|
||||
description: Troubleshoot dbt Cloud ingestion for API errors, job sync issues, or metadata gaps.
|
||||
slug: /connectors/pipeline/dbtcloud/troubleshooting
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Fivetran Troubleshooting Guide | OpenMetadata Support
|
||||
description: Troubleshoot Fivetran ingestion failures like token mismatch, connector errors, or sync failures.
|
||||
slug: /connectors/pipeline/fivetran/troubleshooting
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Run the Fivetran Connector Externally
|
||||
description: Use YAML to configure Fivetran connector for ingestion of pipeline and destination metadata.
|
||||
slug: /connectors/pipeline/fivetran/yaml
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Pipeline Services | OpenMetadata Data Pipeline Guide
|
||||
description: Browse pipeline connectors including Airflow, Flink, NiFi, and more to ingest lineage metadata.
|
||||
slug: /connectors/pipeline
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: KafkaConnect Troubleshooting Guide | OpenMetadata Support
|
||||
description: Troubleshoot Matillion ingestion failures like access denial, API error, or DAG metadata mismatch.
|
||||
slug: /connectors/pipeline/matillion/troubleshooting
|
||||
collate: true
|
||||
---
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Run the Matillion Connector Externally
|
||||
description: Use YAML to configure Matillion ingestion and extract transformation job metadata and lineage.
|
||||
slug: /connectors/pipeline/matillion/yaml
|
||||
collate: true
|
||||
---
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: GCS Connector Troubleshooting Guide | OpenMetadata Support
|
||||
description: Troubleshoot GCS storage ingestion issues like API failures, object not found, or token issues.
|
||||
slug: /connectors/storage/gcs/troubleshooting
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Run the GCS Connector Externally
|
||||
description: Use YAML to configure GCS storage ingestion for metadata visibility into cloud buckets.
|
||||
slug: /connectors/storage/gcs/yaml
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: S3 Storage Connector Troubleshooting Guide | OpenMetadata Support
|
||||
description: Troubleshoot S3 ingestion problems such as bucket not found, denied access, or format incompatibility.
|
||||
slug: /connectors/storage/s3/troubleshooting
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Run the S3 Storage Connector Externally
|
||||
description: Use YAML to extract metadata from S3 including files, partitions, and access control details.
|
||||
slug: /connectors/storage/s3/yaml
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Deployment | OpenMetadata Installation & Setup Guide
|
||||
description: Deploy, configure, and manage OpenMetadata across environments with security and scaling guidance.
|
||||
slug: /deployment
|
||||
collate: false
|
||||
---
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Ingestion Framework Deployment
|
||||
title: Ingestion Framework Deployment | Official Documentation
|
||||
description: Configure ingestion from external, cloud-native, or hybrid environments using deployment guides.
|
||||
slug: /deployment/ingestion
|
||||
collate: false
|
||||
---
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Set up Data Observability Alerts and Notifications
|
||||
description: Set up alerts for data quality failures, ingestion issues, or governance rule violations.
|
||||
slug: /how-to-guides/admin-guide/alerts
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Admin Guide | OpenMetadata Administration Documentation
|
||||
description: Browse all administrative how-to guides for onboarding, team management, and policy creation.
|
||||
slug: /how-to-guides/admin-guide
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Advanced Guide for Roles and Policies
|
||||
description: Manage roles and policies to control permissions, ownership, and governance enforcement.
|
||||
slug: /how-to-guides/admin-guide/roles-policies
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Glossary | OpenMetadata Data Glossary Guide
|
||||
description: Set up glossary terms and definitions to improve search, categorization, and shared understanding.
|
||||
slug: /how-to-guides/data-governance/glossary
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: How to Deploy a Lineage Workflow
|
||||
description: Build data lineage using workflows to extract upstream and downstream dependencies.
|
||||
slug: /how-to-guides/data-lineage/workflow
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Incident Manager | OpenMetadata Data Quality Management
|
||||
description: Navigate the incident manager to assign, investigate, and resolve data quality incidents.
|
||||
slug: /how-to-guides/data-quality-observability/incident-manager
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Data Observability | OpenMetadata Observability Guide
|
||||
description: Learn how to track data observability metrics including freshness, volume, and row quality.
|
||||
slug: /how-to-guides/data-quality-observability/observability
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Data Profiler | OpenMetadata Data Profiling Guide
|
||||
description: Explore profiling workflows including histogram metrics, null counts, and field-level health.
|
||||
slug: /how-to-guides/data-quality-observability/profiler
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Profiler Workflow | OpenMetadata Profiling Workflow
|
||||
description: Use profiler workflows to extract row stats, distribution, null percentages, and data health.
|
||||
slug: /how-to-guides/data-quality-observability/profiler/workflow
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Data Quality | OpenMetadata Quality Management Guide
|
||||
description: Ensure observability through alerts, test results, and profiler signals for better data quality.
|
||||
slug: /how-to-guides/data-quality-observability/quality
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Guide for Data Users | OpenMetadata User Guide
|
||||
description: Browse user-focused how-to guides covering tags, glossary, descriptions, and asset tracking.
|
||||
slug: /how-to-guides/guide-for-data-users
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Cassandra Troubleshooting Guide | OpenMetadata Support
|
||||
description: Resolve Cassandra ingestion issues related to schema mismatches, driver compatibility, or tokens.
|
||||
slug: /connectors/database/cassandra/troubleshooting
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Run the Cassandra Connector Externally
|
||||
description: Use YAML to ingest metadata from Apache Cassandra, including keyspaces, tables, and columns.
|
||||
slug: /connectors/database/cassandra/yaml
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Databricks Connector Troubleshooting
|
||||
description: Troubleshoot Databricks connector issues including schema extraction errors or driver failures.
|
||||
slug: /connectors/database/databricks/troubleshooting
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Run the Databricks Connector Externally
|
||||
description: Use YAML to ingest Databricks metadata including notebook lineage, schema, and profiling.
|
||||
slug: /connectors/database/databricks/yaml
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Doris Troubleshooting Guide | OpenMetadata Support
|
||||
description: Troubleshoot Doris connector ingestion problems like schema drift or metadata gaps.
|
||||
slug: /connectors/database/doris/troubleshooting
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Run the Doris Connector Externally
|
||||
description: Use YAML to ingest metadata from Doris, including tables, partitions, and profiling.
|
||||
slug: /connectors/database/doris/yaml
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Druid Troubleshooting Guide | OpenMetadata Support
|
||||
description: Resolve Druid ingestion problems such as source errors, metadata fetch failures, or unsupported schema structures.
|
||||
slug: /connectors/database/druid/troubleshooting
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Greenplum Troubleshooting Guide | OpenMetadata Support
|
||||
description: Troubleshoot Greenplum connector issues related to table ingestion, schema parsing, or access errors.
|
||||
slug: /connectors/database/greenplum/troubleshooting
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Run the Greenplum Connector Externally
|
||||
description: Use YAML to ingest Greenplum database metadata including profiling and schema lineage.
|
||||
slug: /connectors/database/greenplum/yaml
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: MongoDB Troubleshooting Guide | OpenMetadata Support
|
||||
description: Troubleshoot MongoDB integration errors such as connection failures, schema fetch issues, or metadata mismatches.
|
||||
slug: /connectors/database/mongodb/troubleshooting
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Run the MongoDB Connector Externally
|
||||
description: Configure MongoDB ingestion via YAML to extract collection metadata, schema, and profiling insights from NoSQL datasets.
|
||||
slug: /connectors/database/mongodb/yaml
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: PostgreSQL Connector Troubleshooting
|
||||
description: Troubleshoot Postgres connector for issues like access denial, column mismatch, or timeouts.
|
||||
slug: /connectors/database/postgres/troubleshooting
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Run the PostgreSQL Connector Externally
|
||||
description: Use YAML to configure Postgres metadata ingestion with profiling and schema extraction.
|
||||
slug: /connectors/database/postgres/yaml
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Redshift Connector Troubleshooting
|
||||
description: Troubleshoot Redshift ingestion errors like driver issues, throttling, or missing table metadata.
|
||||
slug: /connectors/database/redshift/troubleshooting
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Run the Redshift Connector Externally
|
||||
description: Ingest metadata from Redshift using YAML and configure access, profiling, and lineage extraction.
|
||||
slug: /connectors/database/redshift/yaml
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: S3 Datalake Connector Troubleshooting
|
||||
description: Fix S3 Datalake ingestion problems like IAM permission errors, schema discovery, or format issues.
|
||||
slug: /connectors/database/s3-datalake/troubleshooting
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Run the S3 Datalake Connector Externally
|
||||
description: Use YAML to extract metadata from S3 Datalake for file-level lineage and governance.
|
||||
slug: /connectors/database/s3-datalake/yaml
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Setup SAP ERP APIs | OpenMetadata Integration Guide
|
||||
description: Set up SAP ERP APIs for metadata ingestion, configure access and validate integration readiness.
|
||||
slug: /connectors/database/sap-erp/setup-sap-apis
|
||||
---
|
||||
# Setup SAP ERP APIs
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: SAP ERP Troubleshooting Guide | OpenMetadata Support
|
||||
description: Troubleshoot SAP ERP ingestion issues such as invalid token, missing endpoints, or metadata loss.
|
||||
slug: /connectors/database/sap-erp/troubleshooting
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Synapse Connector Troubleshooting
|
||||
description: Troubleshoot Synapse connector issues like permission denial, query errors, or slow ingestion.
|
||||
slug: /connectors/database/synapse/troubleshooting
|
||||
collate: true
|
||||
---
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Run the Synapse Connector Externally
|
||||
description: Use YAML to extract metadata from Azure Synapse and visualize data structures and dependencies.
|
||||
slug: /connectors/database/synapse/yaml
|
||||
collate: true
|
||||
---
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Metadata Ingestion - Incremental Extraction - Redshift
|
||||
description: Configure incremental metadata ingestion from Redshift to capture changes efficiently.
|
||||
slug: /connectors/ingestion/workflows/metadata/incremental-extraction/redshift
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Reverse Metadata Ingestion Collate | Feature & Configuration
|
||||
description: Ingest reverse metadata to propagate data context from downstream tools back into the catalog.
|
||||
slug: /connectors/ingestion/workflows/reverse-metadata
|
||||
collate: true
|
||||
---
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Usage Workflow Guide | OpenMetadata Ingestion Workflows
|
||||
description: Monitor usage patterns from queries and dashboards with workflow-based usage extraction.
|
||||
slug: /connectors/ingestion/workflows/usage
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Redpanda Connector Troubleshooting Guide | OpenMetadata Support
|
||||
description: Troubleshoot Redpanda ingestion errors including topic not found, schema mismatch, or token failures.
|
||||
slug: /connectors/messaging/redpanda/troubleshooting
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Run the Redpanda Connector Externally
|
||||
description: Use YAML to configure Redpanda metadata ingestion and track streaming data topics, schema evolution, and system events.
|
||||
slug: /connectors/messaging/redpanda/yaml
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Alation Sink Connector Troubleshooting Guide | OpenMetadata Support
|
||||
description: Troubleshoot AlationSink connector for pushback failures, API errors, or term mismatch.
|
||||
slug: /connectors/metadata/alationsink/troubleshooting
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Run the Alation Sink Connector Externally
|
||||
description: Use YAML to configure AlationSink metadata ingestion and push terms to Alation catalogs.
|
||||
slug: /connectors/metadata/alationsink/yaml
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Run the Atlas Connector Externally
|
||||
description: Use YAML to ingest metadata from Apache Atlas including classifications, glossary, and lineage.
|
||||
slug: /connectors/metadata/atlas/yaml
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Metadata Services | OpenMetadata Integration Overview
|
||||
description: Browse all metadata connectors supported for ingestion, governance, and classification workflows.
|
||||
slug: /connectors/metadata
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: ML Model Services | OpenMetadata Machine Learning Guide
|
||||
description: Explore supported ML model metadata connectors including MLflow, SageMaker, and VertexAI.
|
||||
slug: /connectors/ml-model
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: MLflow Connector Troubleshooting Guide | OpenMetadata Support
|
||||
description: Troubleshoot MLflow connector issues like access failure, tag mismatch, or lineage missing.
|
||||
slug: /connectors/ml-model/mlflow/troubleshooting
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Run the MLflow Connector Externally
|
||||
description: Use YAML to configure MLflow ingestion and sync model runs, metrics, tags, and parameters.
|
||||
slug: /connectors/ml-model/mlflow/yaml
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: VertexAI Connector Troubleshooting Guide | OpenMetadata Support
|
||||
description: Troubleshoot VertexAI ingestion for ML models, deployments, or lineage gaps in pipeline tracking.
|
||||
slug: /connectors/ml-model/vertexai/troubleshooting
|
||||
collate: true
|
||||
---
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Run the VertexAI Connector Externally
|
||||
description: Use YAML to ingest VertexAI metadata including models, inputs, tags, and monitoring logs.
|
||||
slug: /connectors/ml-model/vertexai/yaml
|
||||
collate: true
|
||||
---
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Airbyte Connector Troubleshooting Guide | OpenMetadata Support
|
||||
description: Troubleshoot Airbyte connector ingestion issues like config errors, job failures, or schema mismatch.
|
||||
slug: /connectors/pipeline/airbyte/troubleshooting
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Run the Airbyte Connector Externally
|
||||
description: Use YAML to configure Airbyte ingestion and extract metadata from pipeline sources and syncs.
|
||||
slug: /connectors/pipeline/airbyte/yaml
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: DBT Cloud Troubleshooting Guide | OpenMetadata Support
|
||||
description: Troubleshoot dbt Cloud ingestion for API errors, job sync issues, or metadata gaps.
|
||||
slug: /connectors/pipeline/dbtcloud/troubleshooting
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Fivetran Troubleshooting Guide | OpenMetadata Support
|
||||
description: Troubleshoot Fivetran ingestion failures like token mismatch, connector errors, or sync failures.
|
||||
slug: /connectors/pipeline/fivetran/troubleshooting
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Run the Fivetran Connector Externally
|
||||
description: Use YAML to configure Fivetran connector for ingestion of pipeline and destination metadata.
|
||||
slug: /connectors/pipeline/fivetran/yaml
|
||||
---
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user