dstandish commented on code in PR #46634: URL: https://github.com/apache/airflow/pull/46634#discussion_r1949870898
########## airflow/migrations/versions/0032_3_0_0_rename_execution_date_to_logical_date_and_nullable.py: ########## @@ -17,7 +17,7 @@ # under the License. """ -Make logical_date nullable. +Renamed column execution_date to logical_date in both dag_run and log tables. Make logical_date nullable. Review Comment: It makes sense to keep the first line simple, short, one line, one sentence. Can move any other necessary details below. -- 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]
