A job to backfill/update tblSpotifyPlaylistStreamsWeekHistory and tblSpotifyPlaylistFollowersWeekHistory tables that contain aggregated playlist streams and followers data.  
Based on tblSpotifyPlaylistStream and tblSpotifyPlaylistFollowerHistory tables.  

This job:  
1. Backfill:  
  copy historical streams/followers missing data to S3,  
  use Athena to aggregate this data,  
  download it back to MySQL.  
2. Update:  
  get non updated records from history table,  
  calculate metrics,  
  insert new records.  

Main environment variables:  
MYSQL_DATABASE - MySQL database name  
MYSQL_USER - MySQL user name  
MYSQL_PASSWORD - MySQL password  
MYSQL_HOST - MySQL host URI  
REDIS_HOST - Redis host URI  
S3_BUCKET - S3 bucket name, it is used as Athena data source  
