josh-fell commented on code in PR #45634:
URL: https://github.com/apache/airflow/pull/45634#discussion_r1925471395


##########
providers/src/airflow/providers/dbt/cloud/hooks/dbt.py:
##########
@@ -356,14 +356,23 @@ def get_account(self, account_id: int | None = None) -> 
Response:
         return self._run_and_get_response(endpoint=f"{account_id}/")
 
     @fallback_to_default_account
-    def list_projects(self, account_id: int | None = None) -> list[Response]:
+    def list_projects(
+        self, name_contains: str | None = None, account_id: int | None = None

Review Comment:
   +1 I've seen folks get burned by this before.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to