Skip to content

Commit

Permalink
chore(docs): fix the verify table existence example in usage docs
Browse files Browse the repository at this point in the history
Signed-off-by: Vikas Sharma <[email protected]>
Signed-off-by: Thomas <[email protected]>
  • Loading branch information
vksx authored and thomas-chauvet committed Nov 21, 2024
1 parent 7b171cb commit 5eb5a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/loading-table.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ storage_options = {
"AWS_SECRET_ACCESS_KEY": "THE_AWS_SECRET_ACCESS_KEY",
...
}
DeltaTable.is_deltatable(bucket_table_path)
DeltaTable.is_deltatable(bucket_table_path, storage_options)
# True
```

Expand Down

0 comments on commit 5eb5a9f

Please sign in to comment.