diff --git a/integration_tests/.scripts/integration_test.sh b/integration_tests/.scripts/integration_test.sh index e92a8e1..9bf0914 100755 --- a/integration_tests/.scripts/integration_test.sh +++ b/integration_tests/.scripts/integration_test.sh @@ -11,7 +11,7 @@ do done declare -a ATTRIBUTION_MODELS_TO_TEST=("last_touch" "shapley") -declare -a SUPPORTED_DATABASES=("bigquery" "databricks" "snowflake") +declare -a SUPPORTED_DATABASES=("bigquery" "databricks" "snowflake", "redshift") # set to lower case DATABASE="$(echo $DATABASE | tr '[:upper:]' '[:lower:]')"