I’m having trouble understanding how the dataset generated for action logs is populated. So enable action logs for my CREATE Object action. I invoke that action to create a new record. In the action log timeline widget i see this entry and in the object explorer I see the log entry.
When i go to the dataset generated upon enabling the action log, its empty. Is this a scenario where the backing dataset is just a schema and i still need to do the materialization to actual get a populated dataset?
For the materialization does it do append only for the logs or is it like other materializations where its just the latest snapshot (i.e. i create a new object, edit it 4 times and only see the last edit in the materialization)?