long2ice / meilisync

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

Update for meilisearch-python-sdk 2.0.0 #20

Closed sanders41 closed 10 months ago

sanders41 commented 11 months 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 10 months ago

Thanks!