uranusjr commented on code in PR #31135:
URL: https://github.com/apache/airflow/pull/31135#discussion_r1187932319
##########
airflow/migrations/versions/0046_1_10_5_change_datetime_to_datetime2_6_on_mssql_.py:
##########
@@ -321,7 +321,7 @@ def modify_execution_date_with_constraint(conn,
batch_operator, table_name, type
"""Change type of column execution_date.
Helper function changes type of column execution_date by
dropping and recreating any primary/unique constraint associated with
- the column
+ the column.
Review Comment:
I think this needs a newline after the first line.
##########
airflow/migrations/versions/0046_1_10_5_change_datetime_to_datetime2_6_on_mssql_.py:
##########
@@ -321,7 +321,7 @@ def modify_execution_date_with_constraint(conn,
batch_operator, table_name, type
"""Change type of column execution_date.
Helper function changes type of column execution_date by
dropping and recreating any primary/unique constraint associated with
- the column
+ the column.
Review Comment:
I think this needs an empty line after the first line.
--
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]