User Community Service Desk Downloads
If you can't find the product or version you're looking for, visit support.ataccama.com/downloads

Read and Write Metadata

ONE Desktop comes with ONE Metadata Reader and ONE Metadata Writer steps for reading and writing metadata.

ONE Metadata Reader

The ONE Metadata Reader step Metadata Reader allows you to read data (entities) from ONE.

It’s used in the following cases:

  • You are using an external business intelligence tool (like Tableau or Cognos) to display DQ rules results on your data. The DQ evaluation project (rules with results) serves as a source of data for that business intelligence tool. To produce customized reports, you need to enrich each rule with additional attributes (description, owner, custom attributes) that will be displayed in the report.

  • You would like to create a ONE plan and drag and drop into your plan a rule that you would like to search based on its name and input attributes.

  • You would like to create a ONE plan with data transformation using the data sources connected in ONE.

  • For your data catalog, you would like to create HTML documentation combining information about the physical object and profiling results.

See also the ONE Metadata Reader step documentation, including all available properties, in the product Help (Help > Help Contents).

Example

The following example shows how you can read metadata from ONE in ONE Desktop using the ONE Metadata Reader step.

Prerequisites

Steps

  1. Launch ONE Desktop.

  2. Create a plan.

  3. Add a ONE Metadata Reader step to your plan.

  4. Configure the ONE Metadata Reader step:

    • On the General tab, specify the Server Name, Entity Type, and Workflow State.

      Metadata Reader configuration - General
    • On the Columns tab, add columns that you would like to read by selecting Map to Entity.

      Metadata Reader configuration - Columns
      • Next, select specific columns.

        Metadata Reader configuration - Select columns

        To show more columns from child entities such as virtual catalog items or file catalog items, click Select Child Entities.

        Metadata Reader configuration - Select child entities

        To filter your search results, enter a query using AQL expressions.

  5. Add a Text File Writer step for the output.

  6. Connect the ONE Metadata Reader and Text File Writer steps.

    Metadata Reader configuration - Connect steps
  7. Run the plan.

    You can now retrieve the data from the selected entity in ONE Desktop.

    Metadata Reader configuration - Results

ONE Metadata Writer

The ONE Metadata Writer step Metadata Writer allows you to write data (entities) from ONE.

It’s used in the following cases:

  • A one-time migration, where ONE is used to manage the metadata import.

  • For integration, where an external tool is used to manage metadata entities and ONE is a consumer of that metadata. It helps with:

    • Scheduling.

    • Version control.

    • Potential changes in the metadata model.

    • Mapping of some attributes.

  • Creating elements as a result of some data processing. When the processing detects a lot of similar data issues (or something interesting in the profiling), it automatically creates a rule that should prevent those problems in the future (a template that has to be completed manually). This behavior is configured in a plan (using the ONE Metadata Writer step in a data processing plan or in a component started after the data processing).

See also the ONE Metadata Writer step documentation, including all available properties, in the product Help (Help > Help Contents).

Example

The following example shows how you can write metadata to ONE from ONE Desktop using the ONE Metadata Wrtier step. In this example we will create a data source and the corresponding connection to it.

Prerequisites

Steps

  1. Launch ONE Desktop.

  2. Create a plan.

  3. Drag and drop a file containing the data that you would like to write.

    Metadata Writer configuration - Input
  4. Add a ONE Metadata Writer step to your plan. This step writes the name and description values into the source entity.

  5. On the General tab, specify the Server Name, Entity Type, Workflow State, Parent Type, and Parent Property.

    Metadata Writer configuration - Source General tab
  6. On the Columns tab, add the columns that you would like to write (name, description).

    Metadata Writer configuration - Source Columns tab
  7. Add another ONE Metadata Writer step to your plan. This step creates the entity connection, which is a child entity to the source entity. This is why we need two Writer steps to create the source and connection entities.

  8. On the General tab, specify the Server Name, Entity Type, Workflow State, Parent Type, and Parent Property.

    Metadata Writer configuration - General
  9. On the Columns tab, specify the columns that you would like to write (connection).

    Metadata Writer configuration - Columns
  10. Connect the ONE Metadata Writer and Text File Reader steps.

    Metadata Writer configuration - Connect steps
  11. Run the plan.

    You can now retrieve data from the selected entity in ONE Desktop and also in ONE.

    Metadata Writer configuration - Results in ONE Desktop
    Metadata Writer configuration - Results in ONE

Was this page useful?