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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
