long2ice / meilisync

Realtime sync data from MySQL/PostgreSQL/MongoDB to Meilisearch
https://github.com/long2ice/meilisync
Apache License 2.0
285 stars 43 forks source link

Update for meilisearch-python-sdk 2.0.0 #20

Closed sanders41 closed 1 year ago

sanders41 commented 1 year ago

I added a sync client option to meilisearch-python-async at which point the name didn't make sense any more so I renamed it meilisearch-python-sdk for version 2.0.0.

I made the changes needed here to update to the new client. The only difference from before is Client is now AsyncClient, and wait_for_task is a method in the client to make sure the correct wait type (async in this case) is used.

long2ice commented 1 year ago

Thanks!