nuclearpinguin commented on a change in pull request #7613: WIP: [AIRFLOW-6978] 
Add PubSubPullOperator
URL: https://github.com/apache/airflow/pull/7613#discussion_r389243554
 
 

 ##########
 File path: tests/providers/google/cloud/hooks/test_pubsub.py
 ##########
 @@ -58,6 +60,21 @@ def setUp(self):
                         new=mock_init):
             self.pubsub_hook = PubSubHook(gcp_conn_id='test')
 
+    def _generate_messages(self, count):
 
 Review comment:
   ```suggestion
       def _generate_messages(self, count) -> List[ReceivedMessage]:
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to