Account Health Check
>
Triage Orchestra Pipeline
>
Fix Orchestra Pipeline
>
Fix Pipeline Python Task
>
Write Clickhouse Dq Tests
Profile ClickHouse data, design data-quality tests appropriate to what each column actually is, then build and deploy a ClickHouse DQ testing pipeline to Orchestra.
Edit Orchestra Pipeline
>
Configure Dbt Source Freshness
Configure dbt source freshness for Orchestra state-aware orchestration — author warn_after/error_after thresholds and loaded_at_field/loaded_at_query in a dbt project's sources YAML, getting the warehouse details right for Snowflake, BigQuery, Databricks, or MotherDuck/DuckDB, then enable use_state_orchestration on the Orchestra dbt task. Use when asked to set up dbt source freshness, configure f…
Orchestra Dbt Slim Ci Setup
Retrofits dbt Slim CI onto an existing Orchestra production dbt pipeline using latest_production, state:modified+, and --defer, with GitHub Actions run-pipeline as the primary CI trigger. Use when setting up Orchestra Slim CI, dbt CI/CD in Orchestra, run-pipeline for dbt, or latest_production defer state in a dbt repo or from outside it.
Review Orchestra Account
>
Write Snowflake Dq Tests
Profile Snowflake data, design data-quality tests appropriate to what each column actually is, then build and deploy a Snowflake DQ testing pipeline to Orchestra.
Write Bigquery Dq Tests
Profile BigQuery data, design data-quality tests appropriate to what each column actually is, then build and deploy a BigQuery DQ testing pipeline to Orchestra.
Write Databricks Dq Tests
Profile Databricks data, design data-quality tests appropriate to what each column actually is, then build and deploy a Databricks DQ testing pipeline to Orchestra.
Run Snowflake Quality Tests
Examines Snowflake data sources, infers appropriate data quality tests, builds a structured Orchestra YAML testing pipeline, and deploys and triggers it via Orchestra MCP tools. Use when the user asks about Snowflake data validation, data quality testing, pipeline deployment to Orchestra, orchestration of test workflows, data warehouse quality checks, or running Snowflake tests against fact and d…
Identify Pipeline Error
>
Create Orchestra Pipeline
>
Fix Pipeline Dbt Task
>
Configure Dbt Build After
Configure dbt model build_after for Orchestra state-aware orchestration — author the config.freshness.build_after block (count, period, updates_on) on dbt models so Orchestra rebuilds a model only after a minimum SLA window AND when its upstream data is fresh, then ensure use_state_orchestration is enabled on the Orchestra dbt task. Use when asked to set up build_after, configure per-model rebuil…