GitHub user potiuk added a comment to the discussion: How can I connect my organization databases (using JDBC driver connection) with Airflow
* Test connection is disabled by default in newer Airflow versions for security reasons. see configuration on how you can enable it * not all connections have test connection feature enabled - look whether the corresponding Hook has test() method. Generally - you can create and example DAG and run it - this is the best way to test if your connection works. GitHub link: https://github.com/apache/airflow/discussions/45948#discussioncomment-11922543 ---- This is an automatically sent email for commits@airflow.apache.org. To unsubscribe, please send an email to: commits-unsubscr...@airflow.apache.org