You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/02/09 18:02:38 UTC

[GitHub] [airflow] josh-fell commented on a change in pull request #21446: Update invalid arg from snippet in TaskFlow tutorial doc

josh-fell commented on a change in pull request #21446:
URL: https://github.com/apache/airflow/pull/21446#discussion_r802946422



##########
File path: docs/apache-airflow/tutorial_taskflow_api.rst
##########
@@ -312,7 +312,7 @@ The reverse can also be done: passing the output of a TaskFlow function as an in
 
 .. code-block:: python
 
-    @task
+    @task(retries=3)

Review comment:
       I added `retries` to the next example. Didn't seem relevant to set a retry on a task that just deserializes an output. Seemed more likely to have retries creating a queue though.




-- 
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-unsubscribe@airflow.apache.org

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