Bruin CLI Step 3 of 6
Stripe Analytics Pipeline with BigQuery
1) Run the staging layer
bruin run --selector "path:assets/stripe_stage" --full-refresh --no-validation
Bruin resolves the dependency order from the depends blocks in each asset, so products runs before prices, prices before subscription_items, and the snapshots last. You do not order them yourself.
This layer is pure SQL against tables that are already in BigQuery, so it finishes in seconds even when the ingestion step took a while.