delta-rs/docs/usage
Stephen Carman 4dce000f02
feat: cdf reader for delta tables (#2048)
# Description
This PR is the initial work for Change Data Feed (CDF) readers for delta
tables. This PR looks a lot larger than it really is because a physical
test table is checked in with this which will be removed once the loop
is closed on CDF reading/writing.

# Related Issue(s)

# Documentation

https://github.com/delta-io/delta/blob/master/PROTOCOL.md#change-data-files
https://github.com/delta-io/delta/blob/master/PROTOCOL.md#add-cdc-file

---------

Co-authored-by: R. Tyler Croy <rtyler@brokenco.de>
2024-04-30 18:15:39 -07:00
..
optimize fix: include .venv in .gitignore 2024-03-08 16:54:38 -08:00
writing docs: document required aws permissions (#2393) 2024-04-06 22:05:48 +02:00
appending-overwriting-delta-lake-table.md docs: fix all examples and change overall structure (#1931) 2023-12-01 09:16:56 -08:00
constraints.md docs: add usage guide for check constraints (#2079) 2024-01-16 11:28:44 -05:00
create-delta-lake-table.md docs: add some tabbed code blocks 2024-01-18 08:46:28 -08:00
deleting-rows-from-delta-lake-table.md docs: on append, overwrite, delete and z-ordering (#1897) 2023-11-22 20:23:14 +00:00
examining-table.md docs: add some tabbed code blocks 2024-01-18 08:46:28 -08:00
installation.md docs: add better installation instructions (#1951) 2023-12-09 00:14:54 +01:00
jupyter-example.png docs: add better installation instructions (#1951) 2023-12-09 00:14:54 +01:00
loading-table.md docs: add some tabbed code blocks 2024-01-18 08:46:28 -08:00
managing-tables.md
overview.md docs: add some tabbed code blocks 2024-01-18 08:46:28 -08:00
querying-delta-tables.md add CI for docs 2023-11-04 08:39:35 -07:00
read-cdf.md feat: cdf reader for delta tables (#2048) 2024-04-30 18:15:39 -07:00