potiuk commented on code in PR #25780: URL: https://github.com/apache/airflow/pull/25780#discussion_r951846006
########## docs/apache-airflow/best-practices.rst: ########## @@ -20,10 +20,11 @@ Best Practices ============== -Creating a new DAG is a two-step process: +Creating a new DAG is a three-step process: - writing Python code to create a DAG object, -- testing if the code meets our expectations +- testing if the code meets our expectations, +- running the DAG in production Review Comment: ```suggestion - configuring environment dependencies to run your DAG ``` -- 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]
