mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-12 15:57:44 +00:00
Docs: Lineage Link Addition to lineage (#19225)
This commit is contained in:
parent
87f5b54b6b
commit
8041032a8f
@ -20,6 +20,7 @@ Configure and schedule Athena metadata and profiler workflows from the OpenMetad
|
||||
- [Service Name](#service-name)
|
||||
- [Connection Details](#connection-details)
|
||||
- [Metadata Ingestion Options](#metadata-ingestion-options)
|
||||
- [Data Lineage](/how-to-guides/data-lineage/workflow)
|
||||
- [Troubleshooting](#troubleshooting)
|
||||
- [Workflow Deployment Error](#workflow-deployment-error)
|
||||
- [Related](#related)
|
||||
|
||||
@ -20,6 +20,7 @@ Configure and schedule AzureSQL metadata and profiler workflows from the OpenMet
|
||||
- [Service Name](#service-name)
|
||||
- [Connection Options](#connection-options)
|
||||
- [Metadata Ingestion Options](#metadata-ingestion-options)
|
||||
- [Data Lineage](/how-to-guides/data-lineage/workflow)
|
||||
- [Troubleshooting](#troubleshooting)
|
||||
- [Workflow Deployment Error](#workflow-deployment-error)
|
||||
- [Related](#related)
|
||||
|
||||
@ -18,6 +18,7 @@ Configure and schedule AzureSQL metadata and profiler workflows from the OpenMet
|
||||
- [Requirements](#requirements)
|
||||
- [Metadata Ingestion](#metadata-ingestion)
|
||||
- [Data Profiler](#data-profiler)
|
||||
- [Lineage](#lineage)
|
||||
- [Data Quality](#data-quality)
|
||||
- [dbt Integration](#dbt-integration)
|
||||
|
||||
@ -129,6 +130,8 @@ You can download the ODBC driver from [here](https://learn.microsoft.com/en-us/s
|
||||
|
||||
{% partial file="/v1.6/connectors/yaml/ingestion-sink-def.md" /%}
|
||||
|
||||
{% partial file="/v1.6/connectors/yaml/lineage.md" variables={connector: "azuresql"} /%}
|
||||
|
||||
{% partial file="/v1.6/connectors/yaml/workflow-config-def.md" /%}
|
||||
|
||||
#### Advanced Configuration
|
||||
|
||||
@ -25,7 +25,7 @@ Configure and schedule Databricks metadata and profiler workflows from the OpenM
|
||||
- [Query Usage](/connectors/ingestion/workflows/usage)
|
||||
- [Data Profiler](/how-to-guides/data-quality-observability/profiler/workflow)
|
||||
- [Data Quality](/how-to-guides/data-quality-observability/quality)
|
||||
- [Lineage](/connectors/ingestion/lineage)
|
||||
- [Lineage](/how-to-guides/data-lineage/workflow)
|
||||
- [dbt Integration](/connectors/ingestion/workflows/dbt)
|
||||
|
||||
{% partial file="/v1.6/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/database/databricks/yaml"} /%}
|
||||
|
||||
@ -33,6 +33,7 @@ Configure and schedule DB2 metadata and profiler workflows from the OpenMetadata
|
||||
|
||||
- [Requirements](#requirements)
|
||||
- [Metadata Ingestion](#metadata-ingestion)
|
||||
- [Lineage](/how-to-guides/data-lineage/workflow)
|
||||
- [Data Profiler](/how-to-guides/data-quality-observability/profiler/workflow)
|
||||
- [Data Quality](/how-to-guides/data-quality-observability/quality)
|
||||
- [dbt Integration](/connectors/ingestion/workflows/dbt)
|
||||
|
||||
@ -17,6 +17,7 @@ Configure and schedule DB2 metadata and profiler workflows from the OpenMetadata
|
||||
|
||||
- [Requirements](#requirements)
|
||||
- [Metadata Ingestion](#metadata-ingestion)
|
||||
- [Lineage](#lineage)
|
||||
- [Data Profiler](#data-profiler)
|
||||
- [Data Quality](#data-quality)
|
||||
- [dbt Integration](#dbt-integration)
|
||||
@ -122,6 +123,8 @@ This is a sample config for DB2:
|
||||
|
||||
{% partial file="/v1.6/connectors/yaml/database/source-config-def.md" /%}
|
||||
|
||||
{% partial file="/v1.6/connectors/yaml/lineage.md" variables={connector: "db2"} /%}
|
||||
|
||||
{% partial file="/v1.6/connectors/yaml/ingestion-sink-def.md" /%}
|
||||
|
||||
{% partial file="/v1.6/connectors/yaml/workflow-config-def.md" /%}
|
||||
|
||||
@ -20,6 +20,7 @@ Configure and schedule Athena metadata and profiler workflows from the OpenMetad
|
||||
- [Service Name](#service-name)
|
||||
- [Connection Details](#connection-details)
|
||||
- [Metadata Ingestion Options](#metadata-ingestion-options)
|
||||
- [Data Lineage](/how-to-guides/data-lineage/workflow)
|
||||
- [Troubleshooting](#troubleshooting)
|
||||
- [Workflow Deployment Error](#workflow-deployment-error)
|
||||
- [Related](#related)
|
||||
|
||||
@ -20,6 +20,7 @@ Configure and schedule AzureSQL metadata and profiler workflows from the OpenMet
|
||||
- [Service Name](#service-name)
|
||||
- [Connection Options](#connection-options)
|
||||
- [Metadata Ingestion Options](#metadata-ingestion-options)
|
||||
- [Data Lineage](/how-to-guides/data-lineage/workflow)
|
||||
- [Troubleshooting](#troubleshooting)
|
||||
- [Workflow Deployment Error](#workflow-deployment-error)
|
||||
- [Related](#related)
|
||||
|
||||
@ -17,6 +17,7 @@ Configure and schedule AzureSQL metadata and profiler workflows from the OpenMet
|
||||
|
||||
- [Requirements](#requirements)
|
||||
- [Metadata Ingestion](#metadata-ingestion)
|
||||
- [Lineage](#lineage)
|
||||
- [Data Profiler](#data-profiler)
|
||||
- [Data Quality](#data-quality)
|
||||
- [dbt Integration](#dbt-integration)
|
||||
@ -194,6 +195,8 @@ source:
|
||||
|
||||
{% partial file="/v1.7/connectors/yaml/ingestion-sink.md" /%}
|
||||
|
||||
{% partial file="/v1.6/connectors/yaml/lineage.md" variables={connector: "azuresql"} /%}
|
||||
|
||||
{% partial file="/v1.7/connectors/yaml/workflow-config.md" /%}
|
||||
|
||||
{% /codeBlock %}
|
||||
|
||||
@ -25,7 +25,7 @@ Configure and schedule Databricks metadata and profiler workflows from the OpenM
|
||||
- [Query Usage](/connectors/ingestion/workflows/usage)
|
||||
- [Data Profiler](/how-to-guides/data-quality-observability/profiler/workflow)
|
||||
- [Data Quality](/how-to-guides/data-quality-observability/quality)
|
||||
- [Lineage](/connectors/ingestion/lineage)
|
||||
- [Lineage](/how-to-guides/data-lineage/workflow)
|
||||
- [dbt Integration](/connectors/ingestion/workflows/dbt)
|
||||
|
||||
{% partial file="/v1.7/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/database/databricks/yaml"} /%}
|
||||
|
||||
@ -33,6 +33,7 @@ Configure and schedule DB2 metadata and profiler workflows from the OpenMetadata
|
||||
|
||||
- [Requirements](#requirements)
|
||||
- [Metadata Ingestion](#metadata-ingestion)
|
||||
- [Lineage](/how-to-guides/data-lineage/workflow)
|
||||
- [Data Profiler](/how-to-guides/data-quality-observability/profiler/workflow)
|
||||
- [Data Quality](/how-to-guides/data-quality-observability/quality)
|
||||
- [dbt Integration](/connectors/ingestion/workflows/dbt)
|
||||
|
||||
@ -122,6 +122,8 @@ This is a sample config for DB2:
|
||||
|
||||
{% partial file="/v1.7/connectors/yaml/database/source-config-def.md" /%}
|
||||
|
||||
{% partial file="/v1.6/connectors/yaml/lineage.md" variables={connector: "db2"} /%}
|
||||
|
||||
{% partial file="/v1.7/connectors/yaml/ingestion-sink-def.md" /%}
|
||||
|
||||
{% partial file="/v1.7/connectors/yaml/workflow-config-def.md" /%}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user