From dc3f368f23b2822dae7630427d38386b201dbebb Mon Sep 17 00:00:00 2001 From: Ayush Shah Date: Mon, 2 Jun 2025 15:43:31 +0530 Subject: [PATCH] Doc: Add fullyQualifiedName field to import guide (#21513) --- .../content/v1.6.x/how-to-guides/data-discovery/import.md | 8 ++++++++ .../content/v1.7.x/how-to-guides/data-discovery/import.md | 8 ++++++++ .../how-to-guides/data-discovery/import.md | 8 ++++++++ 3 files changed, 24 insertions(+) diff --git a/openmetadata-docs/content/v1.6.x/how-to-guides/data-discovery/import.md b/openmetadata-docs/content/v1.6.x/how-to-guides/data-discovery/import.md index ec5a703144e..e1b13f1933b 100644 --- a/openmetadata-docs/content/v1.6.x/how-to-guides/data-discovery/import.md +++ b/openmetadata-docs/content/v1.6.x/how-to-guides/data-discovery/import.md @@ -28,6 +28,8 @@ Once you have the template, you can fill in the following details: - **name** (required): This field contains the name of the database. +- **fullyQualifiedName** (required): This field contains the fully qualified name of the database service. + - **displayName**: This field holds the display name of the database. - **description**: This field contains a detailed description or information about the database. @@ -98,6 +100,8 @@ Once you have the template, you can fill in the following details: - **name** (required): This field contains the name of the database. +- **fullyQualifiedName** (required): This field contains the fully qualified name of the database. + - **displayName**: This field holds the display name of the database. - **description**: This field contains a detailed description or information about the database. @@ -173,6 +177,8 @@ Once you have the template, you can fill in the following details: - **name** (required): This field contains the name of the database schema. +- **fullyQualifiedName** (required): This field contains the fully qualified name of the database schema. + - **displayName**: This field holds the display name of the database schema. - **description**: This field contains a detailed description or information about the database schema. @@ -247,6 +253,8 @@ Once you have the template, you can fill in the following details: - **name**: This field contains the name of the table. +- **fullyQualifiedName** (required): This field contains the fully qualified name of the table. + - **displayName**: This field holds the display name of the table. - **description**: This field contains a detailed description or information about the table. diff --git a/openmetadata-docs/content/v1.7.x/how-to-guides/data-discovery/import.md b/openmetadata-docs/content/v1.7.x/how-to-guides/data-discovery/import.md index 969b49d8029..817ba5aa439 100644 --- a/openmetadata-docs/content/v1.7.x/how-to-guides/data-discovery/import.md +++ b/openmetadata-docs/content/v1.7.x/how-to-guides/data-discovery/import.md @@ -28,6 +28,8 @@ Once you have the template, you can fill in the following details: - **name** (required): This field contains the name of the database. +- **fullyQualifiedName** (required): This field contains the fully qualified name of the database service. + - **displayName**: This field holds the display name of the database. - **description**: This field contains a detailed description or information about the database. @@ -98,6 +100,8 @@ Once you have the template, you can fill in the following details: - **name** (required): This field contains the name of the database. +- **fullyQualifiedName** (required): This field contains the fully qualified name of the database. + - **displayName**: This field holds the display name of the database. - **description**: This field contains a detailed description or information about the database. @@ -173,6 +177,8 @@ Once you have the template, you can fill in the following details: - **name** (required): This field contains the name of the database schema. +- **fullyQualifiedName** (required): This field contains the fully qualified name of the database schema. + - **displayName**: This field holds the display name of the database schema. - **description**: This field contains a detailed description or information about the database schema. @@ -247,6 +253,8 @@ Once you have the template, you can fill in the following details: - **name**: This field contains the name of the table. +- **fullyQualifiedName** (required): This field contains the fully qualified name of the table. + - **displayName**: This field holds the display name of the table. - **description**: This field contains a detailed description or information about the table. diff --git a/openmetadata-docs/content/v1.8.x-SNAPSHOT/how-to-guides/data-discovery/import.md b/openmetadata-docs/content/v1.8.x-SNAPSHOT/how-to-guides/data-discovery/import.md index f235b77d87d..c234eaa9484 100644 --- a/openmetadata-docs/content/v1.8.x-SNAPSHOT/how-to-guides/data-discovery/import.md +++ b/openmetadata-docs/content/v1.8.x-SNAPSHOT/how-to-guides/data-discovery/import.md @@ -28,6 +28,8 @@ Once you have the template, you can fill in the following details: - **name** (required): This field contains the name of the database. +- **fullyQualifiedName** (required): This field contains the fully qualified name of the database service. + - **displayName**: This field holds the display name of the database. - **description**: This field contains a detailed description or information about the database. @@ -98,6 +100,8 @@ Once you have the template, you can fill in the following details: - **name** (required): This field contains the name of the database. +- **fullyQualifiedName** (required): This field contains the fully qualified name of the database. + - **displayName**: This field holds the display name of the database. - **description**: This field contains a detailed description or information about the database. @@ -173,6 +177,8 @@ Once you have the template, you can fill in the following details: - **name** (required): This field contains the name of the database schema. +- **fullyQualifiedName** (required): This field contains the fully qualified name of the database schema. + - **displayName**: This field holds the display name of the database schema. - **description**: This field contains a detailed description or information about the database schema. @@ -247,6 +253,8 @@ Once you have the template, you can fill in the following details: - **name**: This field contains the name of the table. +- **fullyQualifiedName** (required): This field contains the fully qualified name of the table. + - **displayName**: This field holds the display name of the table. - **description**: This field contains a detailed description or information about the table.