Skip to content

Commit

Permalink
docs(polars): add backend docs page
Browse files Browse the repository at this point in the history
  • Loading branch information
gforsyth authored and cpcloud committed Jan 9, 2023
1 parent 318ea37 commit e303b68
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
10 changes: 10 additions & 0 deletions docs/backends/Polars.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
backend_name: Polars
backend_url: https://pola-rs.github.io/polars-book/user-guide/index.html
backend_module: polars
backend_param_style: connection parameters
is_experimental: true
version_added: "4.0"
---

{% include 'backends/template.md' %}
2 changes: 2 additions & 0 deletions docs/backends/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,12 @@ another kind of expression and typically have high-level APIs for execution.
- [DuckDB](DuckDB.md)
- [MySQL](MySQL.md)
- [MS SQL Server](MSSQL.md)
- [Polars](Polars.md)
- [PostgreSQL](PostgreSQL.md)
- [PySpark](PySpark.md)
- [SQLite](SQLite.md)
- [Snowflake](Snowflake.md)
- [Trino](Trino.md)

## Direct Execution Backends

Expand Down
2 changes: 1 addition & 1 deletion ibis/backends/polars/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def read_parquet(
**kwargs
Additional keyword arguments passed to Polars loading function.
See https://pola-rs.github.io/polars/py-polars/html/reference/api/polars.scan_parquet.html
for more information.
for more information.
Returns
-------
Expand Down

0 comments on commit e303b68

Please sign in to comment.