mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-25 06:28:22 +00:00
Remove profiler support for dynamodb (#10014)
* fix(DynamoDB): remove profiler support and cleaned up documentation * fix(DynamoDB): remove supportProfiler filed in tests
This commit is contained in:
parent
399adf788d
commit
0b3996d2fa
@ -149,7 +149,6 @@ EXPECTED_SERVICE = [
|
||||
awsConfig=AWSCredentials(awsRegion="aws_region"),
|
||||
connectionArguments=None,
|
||||
supportsMetadataExtraction=True,
|
||||
supportsProfiler=True,
|
||||
)
|
||||
),
|
||||
pipelines=None,
|
||||
|
||||
@ -7,10 +7,10 @@ slug: /connectors/database/dynamodb/airflow
|
||||
|
||||
In this section, we provide guides and references to use the DynamoDB connector.
|
||||
|
||||
Configure and schedule DynamoDB metadata and profiler workflows from the OpenMetadata UI:
|
||||
Configure and schedule DynamoDB metadata workflows from the OpenMetadata UI:
|
||||
- [Requirements](#requirements)
|
||||
- [Metadata Ingestion](#metadata-ingestion)
|
||||
- [dbt Integration](#dbt-integration)
|
||||
|
||||
|
||||
## Requirements
|
||||
|
||||
@ -341,7 +341,3 @@ with DAG(
|
||||
|
||||
Note that from connector to connector, this recipe will always be the same.
|
||||
By updating the YAML configuration, you will be able to extract metadata from different sources.
|
||||
|
||||
## dbt Integration
|
||||
|
||||
You can learn more about how to ingest dbt models' definitions and their lineage [here](/connectors/ingestion/workflows/dbt).
|
||||
|
||||
@ -7,10 +7,9 @@ slug: /connectors/database/dynamodb/cli
|
||||
|
||||
In this section, we provide guides and references to use the DynamoDB connector.
|
||||
|
||||
Configure and schedule DynamoDB metadata and profiler workflows from the OpenMetadata UI:
|
||||
Configure and schedule DynamoDB metadata workflows from the OpenMetadata UI:
|
||||
- [Requirements](#requirements)
|
||||
- [Metadata Ingestion](#metadata-ingestion)
|
||||
- [dbt Integration](#dbt-integration)
|
||||
|
||||
## Requirements
|
||||
|
||||
@ -294,7 +293,3 @@ metadata ingest -c <path-to-yaml>
|
||||
|
||||
Note that from connector to connector, this recipe will always be the same. By updating the YAML configuration,
|
||||
you will be able to extract metadata from different sources.
|
||||
|
||||
## dbt Integration
|
||||
|
||||
You can learn more about how to ingest dbt models' definitions and their lineage [here](https://docs.open-metadata.org/connectors/ingestion/workflows/dbt).
|
||||
|
||||
@ -7,10 +7,9 @@ slug: /connectors/database/dynamodb
|
||||
|
||||
In this section, we provide guides and references to use the DynamoDB connector.
|
||||
|
||||
Configure and schedule DynamoDB metadata and profiler workflows from the OpenMetadata UI:
|
||||
Configure and schedule DynamoDB metadata workflows from the OpenMetadata UI:
|
||||
- [Requirements](#requirements)
|
||||
- [Metadata Ingestion](#metadata-ingestion)
|
||||
- [dbt Integration](#dbt-integration)
|
||||
|
||||
If you don't want to use the OpenMetadata Ingestion container to configure the workflows via the UI, then you can check
|
||||
the following docs to connect using Airflow SDK or with the CLI.
|
||||
@ -47,8 +46,7 @@ custom Airflow plugins to handle the workflow deployment.
|
||||
|
||||
The first step is ingesting the metadata from your sources. Under
|
||||
Settings, you will find a Services link an external source system to
|
||||
OpenMetadata. Once a service is created, it can be used to configure
|
||||
metadata, usage, and profiler workflows.
|
||||
OpenMetadata.
|
||||
|
||||
To visit the Services page, select Services from the Settings menu.
|
||||
|
||||
@ -217,12 +215,3 @@ caption="Edit and Deploy the Ingestion Pipeline"
|
||||
/>
|
||||
|
||||
From the Connection tab, you can also Edit the Service if needed.
|
||||
|
||||
## dbt Integration
|
||||
|
||||
<Tile
|
||||
icon="mediation"
|
||||
title="dbt Integration"
|
||||
text="Learn more about how to ingest dbt models' definitions and their lineage."
|
||||
link="/connectors/ingestion/workflows/dbt"
|
||||
/>
|
||||
|
||||
@ -40,10 +40,6 @@
|
||||
"supportsMetadataExtraction": {
|
||||
"title": "Supports Metadata Extraction",
|
||||
"$ref": "../connectionBasicType.json#/definitions/supportsMetadataExtraction"
|
||||
},
|
||||
"supportsProfiler": {
|
||||
"title": "Supports Profiler",
|
||||
"$ref": "../connectionBasicType.json#/definitions/supportsProfiler"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user