Table Samples
re_data samples data for tables which are monitored by querying the most recent rows. If the monitored table has a time_filter, then that time filter is used to order the rows, else no time filter is used.
To enable table sampling, we set the re_data:store_table_samples
key to true in vars as shown below
dbt_project.yml
vars:
re_data:store_table_samples: true
Recent rows sample can be found in the Tables section in the Observability UI as shown below.