Add a New Pipeline
uv tool install git+ssh://[email protected]/boringdata/boringdata-cli.git --python 3.12uv tool install https://github.com/boringdata/boringdata-cli.git --python 3.12uvx boringdata --helpStep 1: Add a New Data Source
cd pipelines && uvx boringdata dlt add-source <connector_name> --destination icebergStep 2: Configure Secrets
Step 3: Customize the Ingestion Logic
Step 4: Test the Ingestion Function Locally
Step 5: Generate the Source Schema
Step 6: Create Transformation Models
Step 7: (Optional) Add Workflow Automation
Step 8: Deploy the Infrastructure
Last updated