For DataTable how do I tell whether a Filtering event or Interval event fired?

I have a DataTable that I would like to update the data based on 2 things:

  1. A 10 second Interval
  2. A Filtering Query

Neither components seem to have a timestamp associated with them as best as I can tell. In particular the 10 second Interval often just raises “PreventUpdate” as it only returns new data if a file is updated which is usually every 2 minutes.

Dash Table Props:

Dash Core Components Props:

I’ve tried the “data_timestamp” for the DataTable but it didn’t help.