How do I backfill historical partitions on Snowflake?
Run the pipeline with a start and end date and Bruin executes each partition against Snowflake, so backfills are one command instead of a script.
Command
bruin runDefined in
SQL + Python + YAML
Works with
Snowflake + Bruin CLI
What you get
Partitioned backfillsone commandwarehouse-native
How it works in code
$ bruin run --start-date 2026-01-01 ./pipeline # snowflakeRun bruin run and Bruin runs the graph against Snowflake in dependency order.
Related use cases
Orchestration by warehouse
Orchestrate a pipeline on Snowflake without Airflow
How do I orchestrate a Snowflake pipeline without a separate scheduler?
Orchestration by warehouseRun incremental models on Snowflake in dependency order
How do I run only the affected Snowflake models after a change?
Orchestration by warehouseSchedule a Snowflake pipeline to run daily
How do I schedule a Snowflake pipeline on a cadence?
SQL and Python, one pipeline
Open source. Define assets, declare dependencies, run the graph with bruin run.