Brian Leonard
Brian Leonard
what errors were you seeing and what's your database.yml config?
Would you mind giving the full trace (`--trace`)? This suggests to me that maybe makara is not involved somehow at this stage and I want to see if it's there.
https://github.com/taskrabbit/makara/pull/139
Want to do a pull request @ahmedlhanafy ?
you should put some @ mentions in the sample data on the server. maybe a new user too to get it out of the normal followers and such.
Thanks for contributing! This "windows" approach is good one. It'a approximately the strategy that Airflow sync uses, if I recall correctly. There are still a few issues to be aware...
`LIMIT` is fine, but you'd end up doing that N times. That is, N `LIMIT 100` queries to get the batches. And then you'd do that again in each parallel...
Yes, I believe your approach is more or less in the [steps](https://github.com/grouparoo/sync-engine-example/blob/master/algorithms/steps.js) or [batch](https://github.com/grouparoo/sync-engine-example/blob/master/algorithms/batch.js) approaches. The only addition to what you said was to handle the case where there are...
@pangeran-bottor Can you move this to this directory? https://github.com/airbytehq/quickstarts/tree/main/pyairbyte_notebooks
I'm not using a modal, so I didn't have that callback. However I was able to catch it like this: ```typescript try { threadListItem = useAssistantState(({ threadListItem: x }) =>...