jaketf commented on a change in pull request #5602: [AIRFLOW-4983]
Feature/dataflow operator python3
URL: https://github.com/apache/airflow/pull/5602#discussion_r307402059
##########
File path: tests/contrib/hooks/test_gcp_dataflow_hook.py
##########
@@ -111,6 +138,55 @@ def test_start_python_dataflow(self, mock_conn,
self.assertListEqual(sorted(mock_dataflow.call_args[0][0]),
sorted(expected_cmd))
+ @mock.patch(DATAFLOW_STRING.format('uuid.uuid4'))
Review comment:
Sure thanks for the tip.
----------------------------------------------------------------
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