kaxil 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_r367117870
##########
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.",
Review comment:
```suggestion
'help': "Check if the database can be reached.",
```
----------------------------------------------------------------
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