delta-io / delta-rs

A native Rust library for Delta Lake, with bindings into Python
https://delta-io.github.io/delta-rs/
Apache License 2.0
2.34k stars 414 forks source link

docs: fix the verify table existence example in usage docs #3003

Closed vksx closed 3 days ago

vksx commented 5 days ago

Description

Added the storage_options parameter to the is_deltatable() method in Usage's "Verify Table Existence" section.

Related Issue(s)

closes #3002

Documentation