Winter '21 (API version 50.0)
1q = load "DTC_Opportunity_SAMPLE"; 2q = group q by all; 3q = foreach q generate varp('Amount') as 'var_Amount';