nuclearpinguin commented on a change in pull request #7363: [AIRFLOW-6730] Use
total_seconds instead of seconds
URL: https://github.com/apache/airflow/pull/7363#discussion_r379452203
##########
File path: tests/providers/google/cloud/operators/test_dataproc.py
##########
@@ -104,7 +104,7 @@
"autoscaling_config": {"policy_uri": "autoscaling_policy"},
"config_bucket": "storage_bucket",
"initialization_actions": [
- {"executable_file": "init_actions_uris", "execution_timeout":
"600s"}
+ {"executable_file": "init_actions_uris", "execution_timeout":
"600.0s"}
Review comment:
Should be int:
https://developers.google.com/protocol-buffers/docs/reference/google.protobuf?&_ga=2.173161123.14377043.1581598687-968688242.1573564810#duration
----------------------------------------------------------------
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