From f7d354aafa2301fb3992b618f658c22c2582053a Mon Sep 17 00:00:00 2001 From: Hussein Awala Date: Tue, 12 Sep 2023 23:39:49 +0200 Subject: [PATCH] Remove useless print from dbt operator --- airflow/providers/dbt/cloud/operators/dbt.py | 1 - 1 file changed, 1 deletion(-) diff --git a/airflow/providers/dbt/cloud/operators/dbt.py b/airflow/providers/dbt/cloud/operators/dbt.py index 5d8c6baca641e..c0b37c7fdd5d8 100644 --- a/airflow/providers/dbt/cloud/operators/dbt.py +++ b/airflow/providers/dbt/cloud/operators/dbt.py @@ -135,7 +135,6 @@ def execute(self, context: Context): additional_run_config=self.additional_run_config, ) self.run_id = trigger_job_response.json()["data"]["id"] - print(self.run_id) job_run_url = trigger_job_response.json()["data"]["href"] # Push the ``job_run_url`` value to XCom regardless of what happens during execution so that the job # run can be monitored via the operator link.