diff --git a/ingestion/tests/unit/topology/metadata/test_amundsen.py b/ingestion/tests/unit/topology/metadata/test_amundsen.py index 7f383a4b7a5..acc267eea2e 100644 --- a/ingestion/tests/unit/topology/metadata/test_amundsen.py +++ b/ingestion/tests/unit/topology/metadata/test_amundsen.py @@ -149,7 +149,6 @@ EXPECTED_SERVICE = [ awsConfig=AWSCredentials(awsRegion="aws_region"), connectionArguments=None, supportsMetadataExtraction=True, - supportsProfiler=True, ) ), pipelines=None, diff --git a/openmetadata-docs/content/connectors/database/dynamodb/airflow.md b/openmetadata-docs/content/connectors/database/dynamodb/airflow.md index b4682c9e1d9..246e8cf2787 100644 --- a/openmetadata-docs/content/connectors/database/dynamodb/airflow.md +++ b/openmetadata-docs/content/connectors/database/dynamodb/airflow.md @@ -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). diff --git a/openmetadata-docs/content/connectors/database/dynamodb/cli.md b/openmetadata-docs/content/connectors/database/dynamodb/cli.md index c6db52b1991..a6bbdd182e0 100644 --- a/openmetadata-docs/content/connectors/database/dynamodb/cli.md +++ b/openmetadata-docs/content/connectors/database/dynamodb/cli.md @@ -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 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). diff --git a/openmetadata-docs/content/connectors/database/dynamodb/index.md b/openmetadata-docs/content/connectors/database/dynamodb/index.md index 19c21583baa..41aeec10373 100644 --- a/openmetadata-docs/content/connectors/database/dynamodb/index.md +++ b/openmetadata-docs/content/connectors/database/dynamodb/index.md @@ -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 - - diff --git a/openmetadata-spec/src/main/resources/json/schema/entity/services/connections/database/dynamoDBConnection.json b/openmetadata-spec/src/main/resources/json/schema/entity/services/connections/database/dynamoDBConnection.json index 8d00656124a..a7eedd9f49f 100644 --- a/openmetadata-spec/src/main/resources/json/schema/entity/services/connections/database/dynamoDBConnection.json +++ b/openmetadata-spec/src/main/resources/json/schema/entity/services/connections/database/dynamoDBConnection.json @@ -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,