SELECT PARSE_DATE(\'%Y%m%d\', CAST(date AS STRING)) as date, EXTRACT(DAY from date) as day_of_month,EXTRACT(MONTH from date) as week_of_year, cha