vStageSourceAndTargetDataWithAttributes 'Ri' field definition
I am trying to load data into a new cube from the vStageSourceAndTargetDataWithAttributes table. I am seeing most lines duplicated numerous times and the only field I am seeing with different values is the 'Ri' field. I have not been able to find a listing of the definitions of the fields in this table and so am struggling to determine why the data is duplicated in Stage. I have checked the actual data import from Snowflake and it does not show duplicates at any stage of the import process. The SQL I am using to pull the data is:
SELECT TOP 100 *
FROM
"vStageSourceAndTargetDataWithAttributes"
WHERE Si = 'SF_Rev_Summary'
AND Ac = 'ACCT0334_AC'
AND Et = '0034_ME'
AND Tm = '2023M1'
The results from the data adapter are below, the first 5 rows are duplicated apparently due to the 'Ri' field
I appreciate an insight or feedback folks may have.
Thanks