diff --git a/openmetadata-docs/content/v1.7.x/collate-menu.md b/openmetadata-docs/content/v1.7.x/collate-menu.md index a137f30f5c7..5b9afc4bc68 100644 --- a/openmetadata-docs/content/v1.7.x/collate-menu.md +++ b/openmetadata-docs/content/v1.7.x/collate-menu.md @@ -835,14 +835,14 @@ site_menu: url: /how-to-guides/data-discovery/details - category: How-to Guides / Data Discovery / Add Complex Queries using Advanced Search url: /how-to-guides/data-discovery/advanced - - category: How-to Guides / Data Discovery / Troubleshooting - url: /how-to-guides/data-discovery/troubleshooting - category: How-to Guides / Data Discovery / Bulk Upload Data Assets url: /how-to-guides/data-discovery/bulk-upload - category: How-to Guides / Data Discovery / How to Bulk Import Data Asset url: /how-to-guides/data-discovery/import - category: How-to Guides / Data Discovery / How to Export Data Asset url: /how-to-guides/data-discovery/export + - category: How-to Guides / Data Discovery / Import/Export Troubleshooting + url: /how-to-guides/data-discovery/troubleshooting - category: How-to Guides / Data Discovery / Table Constraint url: /how-to-guides/data-discovery/table-constraint - category: How-to Guides / Data Discovery / OpenMetadata Chrome Extension diff --git a/openmetadata-docs/content/v1.7.x/how-to-guides/data-discovery/bulk-upload.md b/openmetadata-docs/content/v1.7.x/how-to-guides/data-discovery/bulk-upload.md index 5dcbf551e8a..326ef8f9deb 100644 --- a/openmetadata-docs/content/v1.7.x/how-to-guides/data-discovery/bulk-upload.md +++ b/openmetadata-docs/content/v1.7.x/how-to-guides/data-discovery/bulk-upload.md @@ -1,17 +1,16 @@ --- title: Bulk Upload Data Assets slug: /how-to-guides/data-discovery/bulk-upload -collate: true --- # How to Bulk Upload Data Assets -Collate offers a Data Assets Bulk Upload feature, enabling users to efficiently upload multiple data assets via a CSV file. This functionality allows for the bulk import or update of database, schema, and table entities in a single operation, saving time and effort. Additionally, the inline editor provides a convenient way to validate and modify the data assets before finalizing the import process. +The Data Assets Bulk Upload feature enables users to efficiently upload multiple data assets using a CSV file. This functionality allows for the bulk import or update of database, schema, and table entities in a single operation, saving time and effort. Additionally, the inline editor provides a convenient way to validate and modify the data assets before finalizing the import process. {% youtube videoId="DDJ477r-g3A" start="0:00" end="2:19" width="800px" height="450px" /%} -Both importing and exporting the Data Assets from Collate is quick and easy! +Both importing and exporting data assets are quick and straightforward. {%inlineCallout color="violet-70" diff --git a/openmetadata-docs/content/v1.7.x/how-to-guides/data-discovery/export.md b/openmetadata-docs/content/v1.7.x/how-to-guides/data-discovery/export.md index 91ce75a65b7..925b0ce940b 100644 --- a/openmetadata-docs/content/v1.7.x/how-to-guides/data-discovery/export.md +++ b/openmetadata-docs/content/v1.7.x/how-to-guides/data-discovery/export.md @@ -1,12 +1,11 @@ --- title: Export Data Asset slug: /how-to-guides/data-discovery/export -collate: true --- # Export Data Asset -Exporting a Data Asset from Collate is simple. Below are the steps to bulk export various data assets, such as Database Services, Databases, Schemas, and Tables. +Exporting a Data Asset is simple. Below are the steps to bulk export various data assets, such as Database Services, Databases, Schemas, and Tables. ## How to Bulk Export a Database Service 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 817ba5aa439..ba44a16e38c 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 @@ -1,16 +1,15 @@ --- title: Bulk Import Data Asset slug: /how-to-guides/data-discovery/import -collate: true --- # Import Data Asset -Importing a Data Asset from Collate is simple. Below are the steps to bulk import various data assets, such as Databases, Schemas, and Tables. +Importing a Data Asset is simple. Below are the steps to bulk import various data assets, such as Databases, Schemas, and Tables. ## How to Bulk Import a Database Service -To import a Database Service into Collate: +To import a Database Service: 1. Navigate to the Database Service you want to import by going to **Settings > Services > Database**. 2. For this example, we are importing in the `Snowflake` service. @@ -83,7 +82,7 @@ Make sure to replace `{name}` with the Fully Qualified Name (FQN) of the Databas ## How to Bulk Import a Database -To import a Database into Collate: +To import a Database: 1. In this example, we are Importing the `DEMO` database under **Snowflake**. 2. Click on the **⋮** icon and select **Import** to upload the Database CSV file. @@ -159,7 +158,7 @@ Make sure to replace `{name}` with the Fully Qualified Name (FQN) of the Databas ## How to Bulk Import a Database Schema -To import a Database Schema into Collate: +To import a Database Schema: 1. In this example, we are importing the `JAFFLE_SHOP` schema under **Snowflake > DEMO**. 2. Click on the **⋮** icon and select **Import** to upload the Database Schema CSV file. @@ -235,7 +234,7 @@ Make sure to replace `{name}` with the Fully Qualified Name (FQN) of the Databas ## How to Bulk Import a Table -To import a Table into Collate: +To import a Table: 1. In this example, we are importing the `CUSTOMERS` table under **Snowflake > DEMO > JAFFLE_SHOP**. 2. Click on the **⋮** icon and select **Import** to download the Table CSV file. diff --git a/openmetadata-docs/content/v1.7.x/menu.md b/openmetadata-docs/content/v1.7.x/menu.md index 71b9ac98635..e296ec33010 100644 --- a/openmetadata-docs/content/v1.7.x/menu.md +++ b/openmetadata-docs/content/v1.7.x/menu.md @@ -951,7 +951,13 @@ site_menu: url: /how-to-guides/data-discovery/details - category: How-to Guides / Data Discovery / Add Complex Queries using Advanced Search url: /how-to-guides/data-discovery/advanced - - category: How-to Guides / Data Discovery / Troubleshooting + - category: How-to Guides / Data Discovery / Bulk Upload Data Assets + url: /how-to-guides/data-discovery/bulk-upload + - category: How-to Guides / Data Discovery / How to Bulk Import Data Asset + url: /how-to-guides/data-discovery/import + - category: How-to Guides / Data Discovery / How to Export Data Asset + url: /how-to-guides/data-discovery/export + - category: How-to Guides / Data Discovery / Import/Export Troubleshooting url: /how-to-guides/data-discovery/troubleshooting - category: How-to Guides / Data Discovery / Table Constraint url: /how-to-guides/data-discovery/table-constraint diff --git a/openmetadata-docs/content/v1.8.x-SNAPSHOT/collate-menu.md b/openmetadata-docs/content/v1.8.x-SNAPSHOT/collate-menu.md index a137f30f5c7..5b9afc4bc68 100644 --- a/openmetadata-docs/content/v1.8.x-SNAPSHOT/collate-menu.md +++ b/openmetadata-docs/content/v1.8.x-SNAPSHOT/collate-menu.md @@ -835,14 +835,14 @@ site_menu: url: /how-to-guides/data-discovery/details - category: How-to Guides / Data Discovery / Add Complex Queries using Advanced Search url: /how-to-guides/data-discovery/advanced - - category: How-to Guides / Data Discovery / Troubleshooting - url: /how-to-guides/data-discovery/troubleshooting - category: How-to Guides / Data Discovery / Bulk Upload Data Assets url: /how-to-guides/data-discovery/bulk-upload - category: How-to Guides / Data Discovery / How to Bulk Import Data Asset url: /how-to-guides/data-discovery/import - category: How-to Guides / Data Discovery / How to Export Data Asset url: /how-to-guides/data-discovery/export + - category: How-to Guides / Data Discovery / Import/Export Troubleshooting + url: /how-to-guides/data-discovery/troubleshooting - category: How-to Guides / Data Discovery / Table Constraint url: /how-to-guides/data-discovery/table-constraint - category: How-to Guides / Data Discovery / OpenMetadata Chrome Extension diff --git a/openmetadata-docs/content/v1.8.x-SNAPSHOT/how-to-guides/data-discovery/bulk-upload.md b/openmetadata-docs/content/v1.8.x-SNAPSHOT/how-to-guides/data-discovery/bulk-upload.md index 5dcbf551e8a..326ef8f9deb 100644 --- a/openmetadata-docs/content/v1.8.x-SNAPSHOT/how-to-guides/data-discovery/bulk-upload.md +++ b/openmetadata-docs/content/v1.8.x-SNAPSHOT/how-to-guides/data-discovery/bulk-upload.md @@ -1,17 +1,16 @@ --- title: Bulk Upload Data Assets slug: /how-to-guides/data-discovery/bulk-upload -collate: true --- # How to Bulk Upload Data Assets -Collate offers a Data Assets Bulk Upload feature, enabling users to efficiently upload multiple data assets via a CSV file. This functionality allows for the bulk import or update of database, schema, and table entities in a single operation, saving time and effort. Additionally, the inline editor provides a convenient way to validate and modify the data assets before finalizing the import process. +The Data Assets Bulk Upload feature enables users to efficiently upload multiple data assets using a CSV file. This functionality allows for the bulk import or update of database, schema, and table entities in a single operation, saving time and effort. Additionally, the inline editor provides a convenient way to validate and modify the data assets before finalizing the import process. {% youtube videoId="DDJ477r-g3A" start="0:00" end="2:19" width="800px" height="450px" /%} -Both importing and exporting the Data Assets from Collate is quick and easy! +Both importing and exporting data assets are quick and straightforward. {%inlineCallout color="violet-70" diff --git a/openmetadata-docs/content/v1.8.x-SNAPSHOT/how-to-guides/data-discovery/export.md b/openmetadata-docs/content/v1.8.x-SNAPSHOT/how-to-guides/data-discovery/export.md index 2f026fa14e5..4cfcf9ead6b 100644 --- a/openmetadata-docs/content/v1.8.x-SNAPSHOT/how-to-guides/data-discovery/export.md +++ b/openmetadata-docs/content/v1.8.x-SNAPSHOT/how-to-guides/data-discovery/export.md @@ -1,12 +1,11 @@ --- title: Export Data Asset slug: /how-to-guides/data-discovery/export -collate: true --- # Export Data Asset -Exporting a Data Asset from Collate is simple. Below are the steps to bulk export various data assets, such as Database Services, Databases, Schemas, and Tables. +Exporting a Data Asset is simple. Below are the steps to bulk export various data assets, such as Database Services, Databases, Schemas, and Tables. ## How to Bulk Export a Database Service 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 c234eaa9484..0104b476401 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 @@ -1,16 +1,15 @@ --- title: Bulk Import Data Asset slug: /how-to-guides/data-discovery/import -collate: true --- # Import Data Asset -Importing a Data Asset from Collate is simple. Below are the steps to bulk import various data assets, such as Databases, Schemas, and Tables. +Importing a Data Asset is simple. Below are the steps to bulk import various data assets, such as Databases, Schemas, and Tables. ## How to Bulk Import a Database Service -To import a Database Service into Collate: +To import a Database Service: 1. Navigate to the Database Service you want to import by going to **Settings > Services > Database**. 2. For this example, we are importing in the `Snowflake` service. @@ -83,7 +82,7 @@ Make sure to replace `{name}` with the Fully Qualified Name (FQN) of the Databas ## How to Bulk Import a Database -To import a Database into Collate: +To import a Database: 1. In this example, we are Importing the `DEMO` database under **Snowflake**. 2. Click on the **⋮** icon and select **Import** to upload the Database CSV file. @@ -159,7 +158,7 @@ Make sure to replace `{name}` with the Fully Qualified Name (FQN) of the Databas ## How to Bulk Import a Database Schema -To import a Database Schema into Collate: +To import a Database Schema: 1. In this example, we are importing the `JAFFLE_SHOP` schema under **Snowflake > DEMO**. 2. Click on the **⋮** icon and select **Import** to upload the Database Schema CSV file. @@ -235,7 +234,7 @@ Make sure to replace `{name}` with the Fully Qualified Name (FQN) of the Databas ## How to Bulk Import a Table -To import a Table into Collate: +To import a Table: 1. In this example, we are importing the `CUSTOMERS` table under **Snowflake > DEMO > JAFFLE_SHOP**. 2. Click on the **⋮** icon and select **Import** to download the Table CSV file. diff --git a/openmetadata-docs/content/v1.8.x-SNAPSHOT/menu.md b/openmetadata-docs/content/v1.8.x-SNAPSHOT/menu.md index 01786f69305..43ece01f077 100644 --- a/openmetadata-docs/content/v1.8.x-SNAPSHOT/menu.md +++ b/openmetadata-docs/content/v1.8.x-SNAPSHOT/menu.md @@ -957,7 +957,13 @@ site_menu: url: /how-to-guides/data-discovery/details - category: How-to Guides / Data Discovery / Add Complex Queries using Advanced Search url: /how-to-guides/data-discovery/advanced - - category: How-to Guides / Data Discovery / Troubleshooting + - category: How-to Guides / Data Discovery / Bulk Upload Data Assets + url: /how-to-guides/data-discovery/bulk-upload + - category: How-to Guides / Data Discovery / How to Bulk Import Data Asset + url: /how-to-guides/data-discovery/import + - category: How-to Guides / Data Discovery / How to Export Data Asset + url: /how-to-guides/data-discovery/export + - category: How-to Guides / Data Discovery / Import/Export Troubleshooting url: /how-to-guides/data-discovery/troubleshooting - category: How-to Guides / Data Discovery / Table Constraint url: /how-to-guides/data-discovery/table-constraint