Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In this diagram, you can see in the EJM Monitoring Tool after run your feed:

The following processes will

...

start to run:

Image Modified

Process dd_xml2csv_t_(name or alias of model): this process transforms XML message to CSV before the mail load process. Process is started for every model in the XML data file.

Process load_(name or alias of model): the full load process for CSV file (for XML load the file is transformed from XML to CSV). Process is started for every model in the XML data file.

Contains the following tasks:

  • Task raw_data_header_load: this task loads header and defines types of fields. The Batch Id is defined in this task – the unique identifier of load process.
  • Task eagle_wrf_raw_data_load: this task loads data into DB:
  • Task dd_csv2xmldbapi_generic: this task transforms CSV message to XMLDBAPI format for the following load.
  • Task eagle_ml20_default_in_xml_warehouse loads the data records in XMLDBAPI format to a database.
  • Task raw_common_values_load loads GLOBAL VALUES into DB by Batch Id.
  • Task raw_create_view creates the view for current process by Batch Id.
  • Task raw_create_dimension_table created the dimension table with specified in Raw Service name.