Query service - Access system-generated values
Hi,
I'm trying to query a dataset using the query service. I would like to query only the latest batch data received.
We are using a fully custom schema (_tenant...).
I've tried accessing the system-generated such as createdByBatchID, but it seems that it is not accessible in the dataset.
ex.
SELECT createdByBatchID
FROM <dataset>
Do I have to activate it some ways or is it automatically available following a batch ingestion?
Any leads on how I could query based on latest batch would be great.
Thanks
