MatrixManAtYrService commented on issue #18473: URL: https://github.com/apache/airflow/issues/18473#issuecomment-926286376
regarding (4), the trouble with using those commands as a substitute for `airflow dags test` is that they don't show you the task logs, so they're not especially useful if your dev workflow looks like: - edit mydag.py - `airflow dags test mydag` - look at task logs - edit some more Also, they require that you have a scheduler running, which is a small step, but still an extra setup/teardown to keep track of. -- 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]
