This incident type refers to situations where Airflow tasks are unable to connect to the database due to errors. These errors may result from a variety of causes such as network issues, database configuration issues, or system overload. When such errors occur, the affected tasks may fail to complete successfully, leading to disruptions in the workflow.
Parameters
Debug
Check if the database is running
Check if the database credentials are correct
Check if the database is accepting connections
Check if the database user has sufficient privileges
Check if the Airflow task is using the correct database connection
Concurrent database connections limit exceeded.
Repair
Check if the database server is up and running. If the server is down, bring it back online as soon as possible.
Learn more
Related Runbooks
Check out these related runbooks to help you debug and resolve similar issues.