Comment on page
SQLite connector
Install PipeRider with the SQLite connector and connect to a data source .
non-dbt use case is deprecated since v0.25.0
Install PipeRider. SQLite connector is enabled by default in PipeRider
pip install 'piperider'
$ piperider init
Initialize piperider to path /path/to/your/project/.piperider
[?] What is your project name? (alphanumeric only): dataproject
[?] Which data source would you like to connect to?: sqlite
> sqlite
Enter the path to the directory where the database files are.
Please enter the following fields for sqlite
[?] Path of database file:
After configuring your connection settings, ensure that PipeRider can connect to your sqlite.
piperider diagnose
Last modified 6mo ago