Winter '20 (API version 47.0)
1q = load "DTC_Opportunity_SAMPLE"; 2q = group q by all; 3q = foreach q generate var('Amount') as 'var_Amount';