From 68dcd8b3b47ea2bee576b7d767c59c1d0e754113 Mon Sep 17 00:00:00 2001 From: Emily Rockman Date: Thu, 25 Jul 2024 08:59:25 -0500 Subject: [PATCH] remove config from profile --- integration_tests/ci/sample.profiles.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/integration_tests/ci/sample.profiles.yml b/integration_tests/ci/sample.profiles.yml index c96e81a..cb43468 100644 --- a/integration_tests/ci/sample.profiles.yml +++ b/integration_tests/ci/sample.profiles.yml @@ -2,9 +2,8 @@ # HEY! This file is used in the dbt-codegen integrations tests with CircleCI. # You should __NEVER__ check credentials into version control. Thanks for reading :) -config: - send_anonymous_usage_stats: False - use_colors: True +# This profile only exists for use with circleCI. +# Once CircleCi is deprecated, this profile can be removed. integration_tests: target: postgres