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
#4595 introduced an API to escape entity path in the Python SDK. We should follow this thread and go for the more modern and familiar pathlib.Path approach:
#4595 introduced an API to escape entity path in the Python SDK. We should follow this thread and go for the more modern and familiar
pathlib.Path
approach:Log operations could be added as helper method:
Overall, this would give a very Pythonic look:
The text was updated successfully, but these errors were encountered: