You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Meaning, running a query with partition date between 8/2 and 8/5 will give you a different total than individually summing 8/2 + 8/3 + 8/4 + 8/5. This is due to slight spillover of a few minutes (discrepancies under 1%).
Known limitation of using _TABLE_SUFFIX over multiple days with a dynamic filter.
The text was updated successfully, but these errors were encountered:
Meaning, running a query with partition date between 8/2 and 8/5 will give you a different total than individually summing 8/2 + 8/3 + 8/4 + 8/5. This is due to slight spillover of a few minutes (discrepancies under 1%).
Known limitation of using _TABLE_SUFFIX over multiple days with a dynamic filter.
The text was updated successfully, but these errors were encountered: