Skip to content

Commit

Permalink
Remove commented breakpoint in dbt provider (#44163)
Browse files Browse the repository at this point in the history
  • Loading branch information
dstandish authored Nov 19, 2024
1 parent 9eaeb1c commit b968307
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion providers/src/airflow/providers/dbt/cloud/hooks/dbt.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,6 @@ def _run_and_get_response(

raise ValueError("An endpoint is needed to paginate a response.")

# breakpoint()
return self.run(endpoint=full_endpoint, data=payload, extra_options=extra_options)

def list_accounts(self) -> list[Response]:
Expand Down

0 comments on commit b968307

Please sign in to comment.