The GitHub Actions job "Tests" on airflow.git/log-var-and-conn-from-venv-take-two has succeeded. Run started by GitHub user ashb (triggered by ashb).
Head commit for run: 7ab77212d522476bd20bced671edf0f3a0e5a8dd / Ash Berlin-Taylor <[email protected]> Allow virtualenv code to access connections/variables and send logs (This is the second attempt at this PR) This change is quite simple, as it simply calls the function added in #57212 and #58147 if it's available. Up until the point that it is released this code will not hit the getattr will return None and be a no-op. I didn't use the walrus operator here as theoretically someone could be using this to run in a Python that doesn't support it. Fixes #51422, fixes #54706. This doesn't have any unit tests, as a) it's relatively simple, and b) due to how we run in the same process in the tests, there is no socket to reconnect to, so we can't actually exercise this code Report URL: https://github.com/apache/airflow/actions/runs/19335405348 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
