niclas_roos
02/06/2023, 9:35 AMvisch
02/06/2023, 1:32 PMniclas_roos
02/06/2023, 1:36 PMniclas_roos
02/06/2023, 1:37 PMvisch
02/06/2023, 1:37 PMvisch
02/06/2023, 1:38 PM/data
and all the results come every time. If there's no filter options there's nothing you can do anyway. Are you saying there is a filter option, if so what are the options? It sounds like you're saying there's an option for filtering based on id?niclas_roos
02/06/2023, 1:48 PM{
"id": guid,
"posted": boolean
}
My idea is to have one stream that exports all records, regardless of posted status, incrementally, based on id, which I already got to work.
And then a second stream would filter on posted = false and store the ids for the next run.
A third stream would then use those ids at the next runtime to run an individual call for each of those ids to see if they have been posted.
Later, I'd combine the results of these streams to one table in dbt.
Does that make more sense?niclas_roos
02/06/2023, 1:48 PM