diff --git a/VERSION b/VERSION index 49ab67d..051fc56 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.27 \ No newline at end of file +0.9.28 diff --git a/ewah/utils/dbt_operator.py b/ewah/utils/dbt_operator.py index 71f0ebc..ad7fd2f 100644 --- a/ewah/utils/dbt_operator.py +++ b/ewah/utils/dbt_operator.py @@ -136,6 +136,8 @@ def execute(self, context): # env to be used in processes later env = os.environ.copy() env["PIP_USER"] = "no" + env["DBT_SEND_ANONYMOUS_USAGE_STATS"] = "False" + env["DBT_USE_COLORS"] = "False" if self.env_var_conn_ids: for env_var_conn_id in self.env_var_conn_ids: