FrankYang0529 commented on code in PR #69537: URL: https://github.com/apache/airflow/pull/69537#discussion_r3630637090
########## scripts/ci/prek/check_migration_patterns.py: ########## @@ -148,14 +148,36 @@ def upgrade(): considered a safe prerequisite for the DDL. -Known Limitation -- Future MIG004 Candidate +MIG004 -- Migration description style +-------------------------------------- + +**What it does:** +Checks the first paragraph of the migration module docstring -- the description +Alembic exposes as ``Script.doc``. It must start with a capital letter, use the Review Comment: Updated it. Thanks for the review. -- 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]
