From 8a2da3bd50100a7ba0d3322561622dab4ac943b0 Mon Sep 17 00:00:00 2001 From: Mirna Wong <89008547+mirnawong1@users.noreply.github.com> Date: Fri, 15 Nov 2024 15:20:14 +0000 Subject: [PATCH] Update advanced-ci.md Add supported data platforms --- website/docs/docs/deploy/advanced-ci.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/docs/docs/deploy/advanced-ci.md b/website/docs/docs/deploy/advanced-ci.md index 8d4d6da8897..a4c11f4c111 100644 --- a/website/docs/docs/deploy/advanced-ci.md +++ b/website/docs/docs/deploy/advanced-ci.md @@ -20,6 +20,11 @@ dbt Labs plans to provide additional Advanced CI features in the near future. Mo ::: +## Prerequisites +- You have a dbt Cloud Enterprise account +- You have Advance CI features](/docs/cloud/account-settings#account-access-to-advanced-ci-features) enabled +- You use a supported data platform: BigQuery, Databricks, Postgres, or Snowflake + ## Compare changes feature {#compare-changes} For [CI jobs](/docs/deploy/ci-jobs) that have the **dbt compare** option enabled, dbt Cloud compares the changes between the last applied state of the production environment (defaulting to deferral for lower compute costs) and the latest changes from the pull request, whenever a pull request is opened or new commits are pushed.