Doc: Bulk Export Addition in OpenMetadata (#21546)

Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
This commit is contained in:
Rounak Dhillon 2025-06-03 19:07:37 +05:30 committed by GitHub
parent e58802b659
commit 38636dfa44
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
10 changed files with 34 additions and 28 deletions

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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.

View File

@ -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