In Foundry, how to read “added” rows in output since the last built?
My output dataframe has snapshot transaction view. I try to read only “added” rows to output_df since last run but I get zero rows. Is it possible to access newly “added” rows to output_df if it has snapshot view? If not, any pipeline logic suggestion to access those rows?