Skip to content

Commit

Permalink
Merge pull request #15 from szarnyasg/update-duckdb-version-requirement
Browse files Browse the repository at this point in the history
Update note on DuckDB version requirement since 0.10.3 has been released
  • Loading branch information
samansmink authored May 27, 2024
2 parents d74797a + 330ed0a commit 2523148
Showing 1 changed file with 2 additions and 3 deletions.
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

0 comments on commit 2523148

Please sign in to comment.