Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[KubernetesExecutor] Don't skip succeeded status #42624

Merged
merged 2 commits into from
Oct 11, 2024

Commits on Oct 10, 2024

  1. Split providers out of the main "airflow/" tree into a UV workspace p…

    …roject (apache#42505)
    
    This is only a partial split so far. It moves all the code and tests, but
    leaves the creation of `core/` to a separate PR as this is already large
    enough.
    
    In addition to the straight file rename the other changes I had to make here
    are:
    
    - Some mypy/typing fixes.
    
      Mypy can be fragile about what it picks up when, so maybe some of those
      changes were caused by that. But the typing changes aren't large.
    
    - Improve typing in common.sql type stub
    
      Again, likely a mypy file oddity, but the types should be safe
    
    - Removed the `check-providers-init-file-missing` check
    
      This isn't needed now that airflow/providers shouldn't exist at all in the
      main tree.
    
    - Create a "dev.tests_common" package that contains helper files and common
      pytest fixtures
    
      Since the provider tests are no longer under tests/ they don't automatically
      share the fixtures from the parent `tests/conftest.py` so they needed
      extracted.
    
      Ditto for `tests.test_utils` -- they can't be easily imported in provider
      tests anymore, so they are moved to a more explicit shared location.
    
    In future we should switch how the CI image is built to make better use of UV
    caching than our own approach as that would remvoe a lot of custom code.
    ashb authored and vlieven committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    d5b6d44 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    529b53d View commit details
    Browse the repository at this point in the history