mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-26 01:15:08 +00:00
Docs: Connectors page Agent Tiles Creation (#22488)
* Docs: Connectors page Agent Tile Creation * Docs: Connectors page Agent Tile Creation --------- Co-authored-by: “Rounak <“rounakpreet.d@deuexsolutions.com”>
This commit is contained in:
parent
ae1d70d9f2
commit
9c2483626d
@ -20,16 +20,55 @@ the following docs to run the Ingestion Framework in any orchestrator externally
|
|||||||
{% tilesContainer %}
|
{% tilesContainer %}
|
||||||
{% tile
|
{% tile
|
||||||
title="Run Connectors from the OpenMetadata UI"
|
title="Run Connectors from the OpenMetadata UI"
|
||||||
description="Learn how to manage your deployment to run connectors from the UI"
|
description="Learn how to manage your deployment to run connectors from the UI."
|
||||||
link="/deployment/ingestion/openmetadata"
|
link="/deployment/ingestion/openmetadata"
|
||||||
/ %}
|
/ %}
|
||||||
{% tile
|
{% tile
|
||||||
title="External Schedulers"
|
title="External Schedulers"
|
||||||
description="Get more information about running the Ingestion Framework Externally"
|
description="Get more information about running the Ingestion Framework Externally."
|
||||||
link="/deployment/ingestion/external"
|
link="/deployment/ingestion/external"
|
||||||
/ %}
|
/ %}
|
||||||
{% /tilesContainer %}
|
{% /tilesContainer %}
|
||||||
|
|
||||||
|
{%inlineCalloutContainer%}
|
||||||
|
|
||||||
|
{%inlineCallout
|
||||||
|
bold="Metadata"
|
||||||
|
icon="cable"
|
||||||
|
href="/connectors/ingestion/workflows/metadata"%}
|
||||||
|
Learn more about how to ingest metadata from dozens of connectors.
|
||||||
|
{%/inlineCallout%}
|
||||||
|
|
||||||
|
{%inlineCallout
|
||||||
|
bold="Usage"
|
||||||
|
icon="cable"
|
||||||
|
href="/connectors/ingestion/workflows/usage"%}
|
||||||
|
Run usage ingestion workflows externally to track data access.
|
||||||
|
{%/inlineCallout%}
|
||||||
|
|
||||||
|
{%inlineCallout
|
||||||
|
bold="Lineage"
|
||||||
|
icon="cable"
|
||||||
|
href="/connectors/ingestion/workflows/lineage"%}
|
||||||
|
Run lineage Agent workflows externally to capture data flow.
|
||||||
|
{%/inlineCallout%}
|
||||||
|
|
||||||
|
{%inlineCallout
|
||||||
|
bold="DBT"
|
||||||
|
icon="cable"
|
||||||
|
href="/connectors/ingestion/workflows/dbt"%}
|
||||||
|
Run dbt Agent workflows externally to sync models and metadata.
|
||||||
|
{%/inlineCallout%}
|
||||||
|
|
||||||
|
{%inlineCallout
|
||||||
|
bold="Auto-Classification"
|
||||||
|
icon="cable"
|
||||||
|
href="/how-to-guides/data-governance/classification/auto-classification"%}
|
||||||
|
Set up auto-classification to detect and tag sensitive data automatically.
|
||||||
|
{%/inlineCallout%}
|
||||||
|
|
||||||
|
{%/inlineCalloutContainer%}
|
||||||
|
|
||||||
## API Services
|
## API Services
|
||||||
|
|
||||||
{% partial file="/v1.7/connectors/api/connectors-list.md" /%}
|
{% partial file="/v1.7/connectors/api/connectors-list.md" /%}
|
||||||
|
@ -20,16 +20,55 @@ the following docs to run the Ingestion Framework in any orchestrator externally
|
|||||||
{% tilesContainer %}
|
{% tilesContainer %}
|
||||||
{% tile
|
{% tile
|
||||||
title="Run Connectors from the OpenMetadata UI"
|
title="Run Connectors from the OpenMetadata UI"
|
||||||
description="Learn how to manage your deployment to run connectors from the UI"
|
description="Learn how to manage your deployment to run connectors from the UI."
|
||||||
link="/deployment/ingestion/openmetadata"
|
link="/deployment/ingestion/openmetadata"
|
||||||
/ %}
|
/ %}
|
||||||
{% tile
|
{% tile
|
||||||
title="External Schedulers"
|
title="External Schedulers"
|
||||||
description="Get more information about running the Ingestion Framework Externally"
|
description="Get more information about running the Ingestion Framework Externally."
|
||||||
link="/deployment/ingestion/external"
|
link="/deployment/ingestion/external"
|
||||||
/ %}
|
/ %}
|
||||||
{% /tilesContainer %}
|
{% /tilesContainer %}
|
||||||
|
|
||||||
|
{%inlineCalloutContainer%}
|
||||||
|
|
||||||
|
{%inlineCallout
|
||||||
|
bold="Metadata"
|
||||||
|
icon="cable"
|
||||||
|
href="/connectors/ingestion/workflows/metadata"%}
|
||||||
|
Learn more about how to ingest metadata from dozens of connectors.
|
||||||
|
{%/inlineCallout%}
|
||||||
|
|
||||||
|
{%inlineCallout
|
||||||
|
bold="Usage"
|
||||||
|
icon="cable"
|
||||||
|
href="/connectors/ingestion/workflows/usage"%}
|
||||||
|
Run usage ingestion workflows externally to track data access.
|
||||||
|
{%/inlineCallout%}
|
||||||
|
|
||||||
|
{%inlineCallout
|
||||||
|
bold="Lineage"
|
||||||
|
icon="cable"
|
||||||
|
href="/connectors/ingestion/workflows/lineage"%}
|
||||||
|
Run lineage Agent workflows externally to capture data flow.
|
||||||
|
{%/inlineCallout%}
|
||||||
|
|
||||||
|
{%inlineCallout
|
||||||
|
bold="DBT"
|
||||||
|
icon="cable"
|
||||||
|
href="/connectors/ingestion/workflows/dbt"%}
|
||||||
|
Run dbt Agent workflows externally to sync models and metadata.
|
||||||
|
{%/inlineCallout%}
|
||||||
|
|
||||||
|
{%inlineCallout
|
||||||
|
bold="Auto-Classification"
|
||||||
|
icon="cable"
|
||||||
|
href="/how-to-guides/data-governance/classification/auto-classification"%}
|
||||||
|
Set up auto-classification to detect and tag sensitive data automatically.
|
||||||
|
{%/inlineCallout%}
|
||||||
|
|
||||||
|
{%/inlineCalloutContainer%}
|
||||||
|
|
||||||
## API Services
|
## API Services
|
||||||
|
|
||||||
{% partial file="/v1.8/connectors/api/connectors-list.md" /%}
|
{% partial file="/v1.8/connectors/api/connectors-list.md" /%}
|
||||||
|
@ -20,16 +20,55 @@ the following docs to run the Ingestion Framework in any orchestrator externally
|
|||||||
{% tilesContainer %}
|
{% tilesContainer %}
|
||||||
{% tile
|
{% tile
|
||||||
title="Run Connectors from the OpenMetadata UI"
|
title="Run Connectors from the OpenMetadata UI"
|
||||||
description="Learn how to manage your deployment to run connectors from the UI"
|
description="Learn how to manage your deployment to run connectors from the UI."
|
||||||
link="/deployment/ingestion/openmetadata"
|
link="/deployment/ingestion/openmetadata"
|
||||||
/ %}
|
/ %}
|
||||||
{% tile
|
{% tile
|
||||||
title="External Schedulers"
|
title="External Schedulers"
|
||||||
description="Get more information about running the Ingestion Framework Externally"
|
description="Get more information about running the Ingestion Framework Externally."
|
||||||
link="/deployment/ingestion/external"
|
link="/deployment/ingestion/external"
|
||||||
/ %}
|
/ %}
|
||||||
{% /tilesContainer %}
|
{% /tilesContainer %}
|
||||||
|
|
||||||
|
{%inlineCalloutContainer%}
|
||||||
|
|
||||||
|
{%inlineCallout
|
||||||
|
bold="Metadata"
|
||||||
|
icon="cable"
|
||||||
|
href="/connectors/ingestion/workflows/metadata"%}
|
||||||
|
Learn more about how to ingest metadata from dozens of connectors.
|
||||||
|
{%/inlineCallout%}
|
||||||
|
|
||||||
|
{%inlineCallout
|
||||||
|
bold="Usage"
|
||||||
|
icon="cable"
|
||||||
|
href="/connectors/ingestion/workflows/usage"%}
|
||||||
|
Run usage ingestion workflows externally to track data access.
|
||||||
|
{%/inlineCallout%}
|
||||||
|
|
||||||
|
{%inlineCallout
|
||||||
|
bold="Lineage"
|
||||||
|
icon="cable"
|
||||||
|
href="/connectors/ingestion/workflows/lineage"%}
|
||||||
|
Run lineage Agent workflows externally to capture data flow.
|
||||||
|
{%/inlineCallout%}
|
||||||
|
|
||||||
|
{%inlineCallout
|
||||||
|
bold="DBT"
|
||||||
|
icon="cable"
|
||||||
|
href="/connectors/ingestion/workflows/dbt"%}
|
||||||
|
Run dbt Agent workflows externally to sync models and metadata.
|
||||||
|
{%/inlineCallout%}
|
||||||
|
|
||||||
|
{%inlineCallout
|
||||||
|
bold="Auto-Classification"
|
||||||
|
icon="cable"
|
||||||
|
href="/how-to-guides/data-governance/classification/auto-classification"%}
|
||||||
|
Set up auto-classification to detect and tag sensitive data automatically.
|
||||||
|
{%/inlineCallout%}
|
||||||
|
|
||||||
|
{%/inlineCalloutContainer%}
|
||||||
|
|
||||||
## API Services
|
## API Services
|
||||||
|
|
||||||
{% partial file="/v1.9/connectors/api/connectors-list.md" /%}
|
{% partial file="/v1.9/connectors/api/connectors-list.md" /%}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user