potiuk commented on a change in pull request #7172: [AIRFLOW-6564] Additional 
diagnostics information on CI check failure
URL: https://github.com/apache/airflow/pull/7172#discussion_r367117375
 
 

 ##########
 File path: airflow/bin/cli.py
 ##########
 @@ -837,6 +837,12 @@ class CLIFactory:
             'help': "Runs a shell to access the database",
             'args': tuple(),
         },
+        {
+            'func': lazy_load_command('airflow.cli.commands.db_command.check'),
+            'name': 'check',
+            'help': "Chack if the database can be reached.",
+            'args': tuple(),
+        },
 
 Review comment:
   But we do not run webserver nor airflow at this point yet. It's just 
environment we check.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to