본문으로 건너뛰기
Beginner
5 min

Import a hands-on scenario in one shot (5 min)

Import a scenario file (ZIP) through Portal, then verify its created resources and uploaded data.

By the end of this tutorial

  • Import a scenario file (ZIP) through Portal without extracting it.
  • Distinguish preflight validation from the actual import result.
  • Verify the created collection and its data rows.

You do not need a terminal, Python, or Git. Every step happens in Portal.

1. Download the scenario file

This tutorial uses the Retail Inventory Intelligence scenario. Download its ZIP below.

retail_inventory_intelligence.zip Download(1.5 MB)

The ZIP contains collection, dataset, code, pipeline, ontology, dashboard, and Agent definitions. Do not extract or modify it.

2. Open collection Import

  1. Open Collections from the left navigation in Portal.
  2. Open More options (⋯) in the upper-right corner and select Import. The Import Collection dialog opens.
Collections page with Import visible in the upper-right More options menu
Open Import from the Collections More options (⋯) menu.

If you do not have any collections yet, Import is still available from the same More options (⋯) menu.

3. Validate and import the ZIP

  1. Choose the downloaded retail_inventory_intelligence.zip in the Import dialog.
  2. After Portal analyzes the file, review the validation result and any conflicts.
Import Collection dialog showing that the Retail Inventory Intelligence ZIP passed validation without conflicts
Start the import only after validation passes without a conflict.
  1. If there is no blocking error, select Start Import at the bottom and keep the dialog open until the result appears.

In an environment where validation passes, the expected result for this ZIP is 16 created, 3 data uploaded. Scenario and product versions can change these counts, so inspect every result status instead of relying only on a fixed number.

Retail Inventory Intelligence result dialog showing 16 created and three data files uploaded
Check both the summary counts and each entity and data-file status.

4. Review the result list

On the completion screen, inspect both Entities and Data Files instead of checking only the success count.

  • Confirm that all 16 Collection, Dataset, Code, ontology, Pipeline, and Dashboard items are Created.
  • Confirm that three data uploads completed.
  • If an item is Failed, record its name and error, and do not immediately import again. Contact your administrator.

Close the completion dialog and open the retail_inventory_intelligence collection. Confirm that it contains:

  • 3 datasets
  • 2 Code items
  • 2 Pipelines
  • 1 Dashboard
  • the imported ontology definitions

The ZIP also contains definitions for the ontology_graph_query Agent Tool and the retail-assistant Agent. With the ZIP's current directory layout, Portal browser import does not register those two definitions. Use Quick scenario import (advanced, 10 min) when you need both definitions as well.

5. Verify data rows

  1. Select the retail_inventory dataset in the collection.
  2. Open the Data tab.
  3. Confirm that column names and data rows appear in the table.
Data tab for the Product Information dataset showing imported retail inventory rows
The import is complete when rows are visible in Product Information (retail_inventory).

When the rows are visible, you have completed this import tutorial.

Next steps