Spring '21 (API version 51.0)
1q = load "DTC_Opportunity_SAMPLE"; 2q = group q by all; 3q = foreach q generate unique('Industry') as 'unique_Industry';