Skip to content

Commit e335736

Browse files
authored
Merge branch 'main' into airflow-db2-adapter
2 parents 2da923b + 4e4d060 commit e335736

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

INTHEWILD.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ Currently, **officially** using Airflow:
286286
1. [HotelQuickly](https://github.com/HotelQuickly) [[@zinuzoid](https://github.com/zinuzoid)]
287287
1. [Hotstar](https://hotstar.com)
288288
1. [HP Inc](https://www.hp.com/) [[@hpinc](https://github.com/HPInc)]
289+
1. [HSBC](https://www.hsbc.com/) [[@MukundKularni](https://github.com/MukundKulkarni)]
289290
1. [Huq Industries](https://huq.io) [[@huqindustries](https://github.com/huq-industries), [@alepuccetti](https://github.com/alepuccetti), [@turbomerl](https://github.com/turbomerl)]
290291
1. [Hurb](https://hurb.com/) [[@hurbcom](https://github.com/hurbcom)]
291292
1. [Idrica](https://www.idrica.com/) [[@xavipuerto](https://github.com/xavipuerto)]
@@ -597,6 +598,7 @@ Currently, **officially** using Airflow:
597598
1. [Zenly](https://zen.ly) [[@cerisier](https://github.com/cerisier) & [@jbdalido](https://github.com/jbdalido)]
598599
1. [Zerodha](https://zerodha.com/) [[@johnnybravo-xyz](https://github.com/johnnybravo-xyz)]
599600
1. [Zomato](https://www.zomato.com/) [[@zomato](https://github.com/zomato)]
601+
1. [Zoom](https://www.zoom.com/) [[@singhAbhishek16](https://github.com/singhAbhishek16)]
600602
1. [Zymergen](https://www.zymergen.com/)
601603
1. [Zynga](https://www.zynga.com)
602604
1. [Ørsted](https://orsted.com/en) [[@arjunanan6](https://github.com/arjunanan6)]

providers/dbt/cloud/src/airflow/providers/dbt/cloud/hooks/dbt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,7 @@ def get_job_runs(self, account_id: int | None = None, payload: dict[str, Any] |
782782
Retrieve metadata for a specific run of a dbt Cloud job.
783783
784784
:param account_id: Optional. The ID of a dbt Cloud account.
785-
:param paylod: Optional. Query Parameters
785+
:param payload: Optional. Query Parameters
786786
:return: The request response.
787787
"""
788788
return self._run_and_get_response(

0 commit comments

Comments
 (0)