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
The S3 configuration options could be set as environment variables too.
22
+
23
+
S3 requires a locking provider by default ([more information](https://delta-io.github.io/delta-rs/usage/writing/writing-to-s3-with-locking-provider/)). If you don't want to use a locking provider, you can disable it by setting the `AWS_S3_ALLOW_UNSAFE_RENAME` variable to `true`.
You can set the storage option parameters as environment variables too.
127
-
128
-
S3 requires a locking provider by default ([more information](https://delta-io.github.io/delta-rs/usage/writing/writing-to-s3-with-locking-provider/)). If you don't want to use a locking provider, you can disable it by setting the `AWS_S3_ALLOW_UNSAFE_RENAME` variable to `true`.
129
-
130
145
## Time travel
131
146
132
147
To load the previous state of a table, you can use the `open_table_with_version` function:
@@ -141,3 +156,16 @@ If the table is already loaded and you want to change the version number, just u
0 commit comments