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
I dont find a way to specify versionId from s3 to the clone API, so that i can fetch a specific versioned notebook.
Let me know if there is way to do this in current implementation.
The text was updated successfully, but these errors were encountered:
There is no way currently but it is planned to support this.
One of the barriers has been in testing this. We use minio for our integration test, and it does not support versioned buckets and so we may need to either only unit test this functionality or switch to actually using S3 for our integration tests (which introduces its own set of complexities).
I dont find a way to specify versionId from s3 to the clone API, so that i can fetch a specific versioned notebook.
Let me know if there is way to do this in current implementation.
The text was updated successfully, but these errors were encountered: