uranusjr commented on a change in pull request #19377:
URL: https://github.com/apache/airflow/pull/19377#discussion_r753458174



##########
File path: airflow/providers/facebook/ads/hooks/ads.py
##########
@@ -105,24 +110,79 @@ def bulk_facebook_report(
         params: Dict[str, Any],
         fields: List[str],
         sleep_time: int = 5,
-    ) -> List[AdsInsights]:
+    ) -> Union[List[AdsInsights], Dict[str, List[AdsInsights]]]:
         """
-        Pulls data from the Facebook Ads API
+        Pulls data from the Facebook Ads API regarding Account ID with 
matching return type
+
+        .. seealso::
+            If the type of Account ID is a List account_id -> list

Review comment:
       Also this part does not belong in ``seealso``, which is generally used 
to reference external content.




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to