Skip to content

Commit

Permalink
Remove useless print from dbt operator (#34322)
Browse files Browse the repository at this point in the history
  • Loading branch information
hussein-awala committed Sep 12, 2023
1 parent c668245 commit 6703f72
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion airflow/providers/dbt/cloud/operators/dbt.py
Expand Up @@ -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.
Expand Down

0 comments on commit 6703f72

Please sign in to comment.