local:
    temp_folder: /mnt/data/tmp/feed_generation/Rentrak
s3:
    generationBucket: cucumbers
    generationFolder: Rentrak
    distributionBucket: dev-rentrak #diff bucket as permissions are at bucket level
    distributionFolder: feeds
    fileNameFormat: THEORCHARD_{starting_week_ending_date}_{ending_week_ending_date}_{current_date_time}.txt
Rentrak:
    countryCodes:
      - US
      - CA
    storeids:
      - 1
      - 487
    transactionTypes:
      - iVOD
      - EST
    productTypeIds:
      - 3
    nonEmptyColumns: # todo for now only these 2, need to update full list
      numeric:
        - network_id
      string:
        - title
        - transaction_type
        - resolution
    fileDelimiter: "|"
    snsSubject: Rentrak Feed Notification
    snsFeedTopic: arn:aws:sns:us-east-1:437795906767:dev_rentrak_feed
    reportSchema:
        network_id : network_id
        eidr_id : ""
        title : title
        episode_name : ""
        season_no : ""
        episode_no : ""
        week : week
        transactions : transactions
        retail_revenue : retail_revenue
        content_type : content_type
        product_type : ""
        transaction_type : transaction_type
        resolution : resolution
        country : country
        currency : currency
        genre_1 : ""
        genre_2 : ""
        box_office : ""
        vod_release_date : vod_start_date
        est_release_date : est_release_date
        release_source : release_source
