Import

Overview

Import is a package type used for packages that group import table references in AnalyticsCreator.

Function

The IMP package type identifies packages that own entries in CFG.IMP_TABLE_REFERENCES and organize import definitions for source objects and target tables.

Access

This package type is shown in the package detail page as the read-only Package type field, and Import packages are listed in the navigation tree under the Packages branch.

How to access

Navigation tree

Packages -> Import -> open a package

Toolbar

Not confirmed.

Diagram

Not applicable.

Visual element

DetailPackages -> Package type

Screen overview

The Import package type is shown in the DetailPackages page. For this type, the Content grid lists import references, Add content opens the import assistant, and double-clicking a content row opens the import editor.

IDPropertyDescription
1Package nameName of the package shown in the package detail page.
2Package typeRead-only field in DetailPackages that displays the package type description, which is Import package for this type.
3Manually createdCheckbox indicating whether the package was created manually.
4External launchedCheckbox labeled External launched. In code it binds to DoNotRun; when it is not selected, the manual-dependencies grid can be shown for this package.
5DescriptionOptional package description shown in the package detail page.
6ContentGrid listing import references as SOURCE -> TABLE values for the package.
7Add contentOpens the import assistant to create a new IMP_TABLE_REFERENCE for this package.
8Import detailDouble-clicking a content row opens DetailImp.xaml to edit the selected import.
9Manual dependenciesDependency grid shown for non-workflow packages so related package dependencies can be refreshed and reviewed.

Related topics