Lee-W commented on code in PR #33701:
URL: https://github.com/apache/airflow/pull/33701#discussion_r1326728663


##########
docs/apache-airflow/core-concepts/executor/debug.rst:
##########
@@ -31,6 +31,15 @@ To set up ``dag.test``, add these two lines to the bottom of 
your dag file:
   if __name__ == "__main__":
       dag.test()
 
+Using TaskFlow API:
+
+.. code-block:: python
+
+  dag = taskflow_example()
+  

Review Comment:
   ```suggestion
     
     
   ```
   
   I think we can fix it by adding one blank line



-- 
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