Skip to main content
September 15, 2023

How data is cached during import and validate steps?

  • September 15, 2023
  • 2 replies
  • 0 views

I am trying to update StageSoureData table with member information during import step at BREventOperationType.Transformation.ParseAndTrans.WriteTransformedData event. Next when I go to validate step I am not seeing the updated data from StageSoureData table.

Any idea from which table or cache the validate and intersect steps will get data?

Thank you

2 replies

September 21, 2023

Note: I'm not sure I'm reading your post correctly, but please please please do not directly update internal Onestream tables with sql - always use public Onestream API calls. There might be side-effects you are not aware of, and things might get out of sync - if not in the release you're working with, possibly in future ones.

This said, if you have some code executing in your event handlers that doesn't seem to work, post it here and people might be able to help.

MK4Author
January 8, 2024

Sure. Thank you