From 2b2243384ca87c423bf8ccedd565a1ff34e5741b Mon Sep 17 00:00:00 2001 From: Tyler White <50381805+IndexSeek@users.noreply.github.com> Date: Wed, 11 Sep 2024 01:43:03 +0000 Subject: [PATCH] fix(docs): update invalid read_parquet link --- docs/how-to/input-output/duckdb-parquet.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to/input-output/duckdb-parquet.qmd b/docs/how-to/input-output/duckdb-parquet.qmd index 51c0cd6171f3..d427d8014e97 100644 --- a/docs/how-to/input-output/duckdb-parquet.qmd +++ b/docs/how-to/input-output/duckdb-parquet.qmd @@ -17,7 +17,7 @@ hosted on S3 at `s3://gbif-open-data-us-east-1/occurrence/` We can read a single partition by specifying its path. We do this by calling -[`read_parquet`](https://ibis-project.org/api/expressions/top_level/#ibis.read_parquet) +[`read_parquet`](https://ibis-project.org/backends/duckdb#ibis.backends.duckdb.Backend.read_parquet) on the partition we care about. So to read the first partition in this dataset, we'll call `read_parquet` on