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 413 forks source link

Remove or hide unsupported catalogs from delta-rs documentation #2973

Open omkar-foss opened 2 weeks ago

omkar-foss commented 2 weeks ago

Environment

Delta-rs version: main

Binding: -

Environment:


Bug

What happened: The delta-rs docs here show catalogs that aren't supported, these docs are being generated from old code and need to be updated.

What you expected to happen: Update delta-rs docs to remove unsupported catalogs.

How to reproduce it: See https://delta-io.github.io/delta-rs/api/catalog/#deltalake.data_catalog.DataCatalog

More details: -

omkar-foss commented 2 weeks ago

take