You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When reading data from Python, it is currently reading metadata directly from storage instead of syncing like the CLI does. This is very inefficient.
How
We should expose syncing metadata in the shared API, and have Python call it. We may need to implement the cached storage in Python, or perhaps that could be exposed in the shared API.
The text was updated successfully, but these errors were encountered:
Why
When reading data from Python, it is currently reading metadata directly from storage instead of syncing like the CLI does. This is very inefficient.
How
We should expose syncing metadata in the shared API, and have Python call it. We may need to implement the cached storage in Python, or perhaps that could be exposed in the shared API.
The text was updated successfully, but these errors were encountered: