Forum Discussion

Bamse's avatar
Bamse
Frequent Visitor
6 years ago
Solved

Scheduled refresh problem (joining sources), need help understanding the error message.

I keep on getting a refresh error when performing a scheduled refresh, and need help to understand what the error message really means.   The error is: Data source error{"error":{"code":"ModelRefr...
  • Bamse's avatar
    Bamse
    6 years ago

    I've managed to get the refresh working

    The solution was actually rather different than the direction I was working in.
    Instead of splitting up all queries into sepparate tables and loading them, I've placed everytihing in a single query.
    This is rather ugly but makes the refresh work.
    I am now working on breaking up the code into functions to make it readable again, until something breaks again...

    TIL (today I learned):
    One should test scheduled refresh from the start of development and keep testing for every noteworthy change in architecture.