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 async engine and session (Draft PR to test a fix) #44042

Closed
wants to merge 14 commits into 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 authored and omkar-foss committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    f629521 View commit details
    Browse the repository at this point in the history
  2. add provider deps

    dstandish authored and omkar-foss committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    e4049d0 View commit details
    Browse the repository at this point in the history
  3. handle bad schema

    dstandish authored and omkar-foss committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    1ab7229 View commit details
    Browse the repository at this point in the history
  4. add param

    dstandish authored and omkar-foss committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    c95212e View commit details
    Browse the repository at this point in the history
  5. fix test

    dstandish authored and omkar-foss committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    4d58d23 View commit details
    Browse the repository at this point in the history
  6. remove args

    dstandish authored and omkar-foss committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    89cf7f2 View commit details
    Browse the repository at this point in the history
  7. fix test

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

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

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

    dstandish authored and omkar-foss committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    de7e6c2 View commit details
    Browse the repository at this point in the history
  11. merge

    dstandish authored and omkar-foss committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    d6efdb4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1ea25df View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    74a86df View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d651af8 View commit details
    Browse the repository at this point in the history