Skip to content

Commit

Permalink
Add redshift to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
agnessnowplow committed Jun 10, 2024
1 parent 59657a8 commit f588275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/.scripts/integration_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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:]')"
Expand Down

0 comments on commit f588275

Please sign in to comment.