I want to store the some data from Business Central in bigQuery.
As there is no direct connector to BC, I think I have to use HTTP Request.
Can you tell me how should I do that? I don’t want to read all data and load everything into bigQuery - just the new data.
Is there any way to do incremental loading?
Yes, I can do that. But I am a little afraid that if something happens and job won’t be executed - I will miss some data. That’s why I thought about incremental loading (and take eg. data from last 24 hours)