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/03/14 18:23:18 UTC

[GitHub] [airflow] MattTriano commented on pull request #22236: Addressed some issues in the tutorial mentioned in discussion #22233

MattTriano commented on pull request #22236:
URL: https://github.com/apache/airflow/pull/22236#issuecomment-1067145934


   I spent a bit more time refactoring (after noticing a thought I left incomplete). I assume most tutorial readers are either trying to get things running on their machine or are evaluating whether it's worth taking the time to try, so I tried to make the example terse but still be batteries-included.
   
   Main changes:
   * I explicitly listed setup commands
   * I moved service startup instructions in front of connection creation instructions
   * I refined descriptions of the task development steps,
   * I tried to use phrasing consistent with other documentation pages,
   * I included links to help readers discover a convenient workflow (eg that updates to DAGs in code on the host machine (but still in the `dags/` dir) would be discovered after a delay without needing to restart any services).


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