documentation duckdb support

This commit is contained in:
Steve Nyemba 2024-06-19 08:40:24 -05:00
parent 235a44be66
commit 2edce85aed
2 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@ Unlike older versions 2.0 and under, we focus on collaborative environments like
1. Simpler syntax to create reader or writer 1. Simpler syntax to create reader or writer
2. auth-file registry that can be referenced using a label 2. auth-file registry that can be referenced using a label
3. duckdb support
## Learn More ## Learn More

View File

@ -17,4 +17,5 @@ __whatsnew__=f"""version {__version__}, focuses on collaborative environments li
1. simpler syntax to create readers/writers 1. simpler syntax to create readers/writers
2. auth-file registry that can be referenced using a label 2. auth-file registry that can be referenced using a label
3. duckdb support
""" """