We have users that want to query offline data that...
# troubleshooting
e
We have users that want to query offline data that is newer than 24 hours old using the broker (for aggregations) - is there any way to remove the time boundary restriction for offline tables or would it be that involved to change it (add a config, etc.)? lmk if there's a workaround or if someone can point me to the code.
s
You can specify the table name in the query with the
_OFFLINE
suffix. The broker will skip querying realtime servers
❤️ 1
e
Thanks so much! That's a great idea:)