Multiple choice technology packaged enterprise solutions

What is the purpose of ETL Feed file and ETL feed script

  1. ETL feed script table contains whether the feed is a delta feed or complete feed, and the script name used for splitting the files, all these information will be stored here. ETL feed file table contains all the script names which are required to run for

  2. ETL feed file table contains whether the feed is a delta feed or complete feed, and the script name used for splitting the files, all these information will be stored here. ETL feed script table contains all the script names which are required to run for

  3. Both

  4. None of the above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

ETL feed file table stores metadata about feeds including whether they are delta or complete feeds and the splitting script names. ETL feed script table contains all script names required to run the feeds. This separation allows organized management of feed definitions and their associated processing scripts in the ETL system.