AzisK commented on code in PR #50404:
URL: https://github.com/apache/airflow/pull/50404#discussion_r2084323038


##########
airflow-core/docs/tutorial/taskflow.rst:
##########
@@ -19,7 +19,7 @@
 Pythonic DAGs with the TaskFlow API
 ===================================
 
-In the first tutorial, you built your first Airflow DAG using traditional 
Operators like ``PythonOperator``.
+In the first tutorial, you built your first Airflow DAG using traditional 
Operators like ``BashOperator``.

Review Comment:
   The first tutorial has no usage of `PythonOperator` 
https://airflow.apache.org/docs/apache-airflow/stable/tutorial/fundamentals.html
   
   We can solve this in 2 ways
   
   1) Currently offered solution saying that we built the first tutorial using 
`BashOperator`s
   2) Build a second tutorial which would use `PythonOperator`s and then 
"Pythonic DAGs with the TaskFlow API" would be the third tutorial
   
   2nd way is more work but I could work on it if you agree? @kaxil 



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