# Vevo etl

It loads analytics youtube data from VEVO channels.  

The source files are on 's3 s3://prod-orcdbucket/feed-drop/Vevo/' 
and they are incremental. 

### Loading data into snowflake
Etl loads data into staging raw table using MERGE operator to save only 
last status. It means that backfill is not needed for this etl, 
Loading only last available file is enough.
