tronlightracer commented on PR #23972: URL: https://github.com/apache/airflow/pull/23972#issuecomment-1151657894
Hey @potiuk I apology for the late reply I've been dealing with some difficult life circumstances. What I was trying to fix with this PR is that for the method `test_sql_branch_operator_postgres(self)` and `test_branch_single_value_with_dag_run(self)` the connection ID isn't defined so it can't run the test properly. I was able to add the connection successfully for `test_branch_single_value_with_dag_run()` for postgres but I'm unable to figure out how to add a connection for the `test_branch_single_value_with_dag_run(self)` method that used mysql. How would you approach adding a connection for the `test_branch_single_value_with_dag_run(self)` method? -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
