Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update note on DuckDB version requirement since 0.10.3 has been released #15

Merged
merged 1 commit into from
May 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ Support for the [other](https://duckdb.org/docs/extensions/working_with_extensio
work-in-progress

# How to use
**NOTE:** this extension is not yet available, it will be available from DuckDB's upcoming (v0.10.3) release
**NOTE: this extension requires the latest stable version of DuckDB, v0.10.3.**

This extension is distributed as a binary extension. To use it, simply use one of its functions from DuckDB (>= v0.10.3)
and the extension will be autoloaded:
This extension is distributed as a binary extension. To use it, simply use one of its functions from DuckDB and the extension will be autoloaded:
```SQL
FROM delta_scan('s3://some/delta/table');
```
Expand Down
Loading