DuckDB Connector
Install PipeRider with the DuckDB connector and connect to a data source .
Installation
Install PipeRider with the DuckDB connector.
Configuration (DBT)
Run the diagnose command in the dbt project
If you can successfully connect to DuckDB using dbt, PipeRider can also connect to DuckDB using the same profile settings. For details, please refer to the dbt DuckDB adapter documentation.
Configuration (Non-DBT)
non-dbt use case is deprecated since v0.25.0
Enter the path to the directory where the database files are.
Test connection settings
After configuring your connection settings, ensure that PipeRider can connect to your DuckDB.
Last updated