This is an automated email from the ASF dual-hosted git repository.
amoghrajesh pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 4e4d0608c42 Fix typo in dbt cloud hook docstring (#71971)
4e4d0608c42 is described below
commit 4e4d0608c42f405e248df502184b4d6df99bf774
Author: Abhishek Srivastava <[email protected]>
AuthorDate: Sat Aug 22 13:58:21 2026 +0530
Fix typo in dbt cloud hook docstring (#71971)
---
providers/dbt/cloud/src/airflow/providers/dbt/cloud/hooks/dbt.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/providers/dbt/cloud/src/airflow/providers/dbt/cloud/hooks/dbt.py
b/providers/dbt/cloud/src/airflow/providers/dbt/cloud/hooks/dbt.py
index b4ced28bbb7..719b5181bfe 100644
--- a/providers/dbt/cloud/src/airflow/providers/dbt/cloud/hooks/dbt.py
+++ b/providers/dbt/cloud/src/airflow/providers/dbt/cloud/hooks/dbt.py
@@ -782,7 +782,7 @@ class DbtCloudHook(HttpHook):
Retrieve metadata for a specific run of a dbt Cloud job.
:param account_id: Optional. The ID of a dbt Cloud account.
- :param paylod: Optional. Query Parameters
+ :param payload: Optional. Query Parameters
:return: The request response.
"""
return self._run_and_get_response(