turbaszek commented on a change in pull request #8219: Add migration waiting 
script and log cleaner
URL: https://github.com/apache/airflow/pull/8219#discussion_r409297075
 
 

 ##########
 File path: airflow/cli/cli_parser.py
 ##########
 @@ -952,6 +958,12 @@ class GroupCommand(NamedTuple):
         func=lazy_load_command('airflow.cli.commands.db_command.initdb'),
         args=(),
     ),
+    ActionCommand(
+        name="check-migrations",
+        help="Check if migration have finished (or until continually check 
until timeout)",
 
 Review comment:
   ```suggestion
           help="Check if migration have finished (or continually check until 
timeout)",
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to