Skip to content

Commit

Permalink
docs(duckdb): fix broken link to parquet writing (#10026)
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-octo authored Sep 5, 2024
1 parent 3d35772 commit d22f8eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ibis/backends/duckdb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1499,8 +1499,8 @@ def to_parquet(
Mapping of scalar parameter expressions to value.
**kwargs
DuckDB Parquet writer arguments. See
https://duckdb.org/docs/data/parquet#writing-to-parquet-files for
details
https://duckdb.org/docs/data/parquet/overview.html#writing-to-parquet-files
for details.
Examples
--------
Expand Down

0 comments on commit d22f8eb

Please sign in to comment.