Installation
How to install PipeRider.
Python 3.7+ Installed
Use pip to install or update PipeRider.
pip install -U piperider
PipeRider includes the SQLite connector by default. The following connectors are also available:
- BigQuery
- CSV
- DuckDB
- Parquet
- Postgres
- Redshift
- Snowflake
pip install -U 'piperider[required_connector]'
Multiple connectors can also be installed, E.g.
pip install -U 'piperider[postgres,snowflake]'
Don't forget the single quotes when installing PipeRider with a data source connector
We are also developing more connectors, please visit supported data sources and you are welcome to let us know if your desired connector is not listed.
piperider version
piperider --help
Last modified 1mo ago