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

Add basic asyncio support #43944

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Commits on Nov 14, 2024

  1. Add basic asyncio support

    This is meant to be sort of a hello world for asyncio support in airflow.  It will be refined and extended in the future.  But I think airflow ultimately really needs to go in this direction: in the new REST API, in the new AIP-72 internal API server, in triggers, and ultimately, in the scheduler.
    dstandish committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    84f6fb9 View commit details
    Browse the repository at this point in the history
  2. add provider deps

    dstandish committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    fcb930d View commit details
    Browse the repository at this point in the history
  3. handle bad schema

    dstandish committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    5dfbaf0 View commit details
    Browse the repository at this point in the history
  4. add param

    dstandish committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    3de48eb View commit details
    Browse the repository at this point in the history
  5. fix test

    dstandish committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    97546da View commit details
    Browse the repository at this point in the history
  6. remove args

    dstandish committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    a99a393 View commit details
    Browse the repository at this point in the history
  7. fix test

    dstandish committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    de31c5d View commit details
    Browse the repository at this point in the history
  8. add sqlite to test workflow

    dstandish committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    00fbf35 View commit details
    Browse the repository at this point in the history
  9. Update .github/workflows/basic-tests.yml

    kaxil authored and dstandish committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    24bbf30 View commit details
    Browse the repository at this point in the history
  10. fix breeze test

    dstandish committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    60cce2c View commit details
    Browse the repository at this point in the history
  11. merge

    dstandish committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    6791e41 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ca7b9b2 View commit details
    Browse the repository at this point in the history