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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AIRFLOW-6181] Add InProcessExecutor #6740

Merged
merged 7 commits into from Dec 12, 2019

Commits on Dec 12, 2019

  1. [AIRFLOW-6181] Add InProcessExecutor

    Adds new executor that is meant to be used mainly
    for debugging and DAG development purposes. This
    executor executes single task instance at time and
    is able to work with SQL Lite and sensors.
    evgenyshulman authored and turbaszek committed Dec 12, 2019
    Copy the full SHA
    51c1367 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    31e09b5 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e42ed60 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    df53d02 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    622cf2d View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    7d047a5 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    fbae6ac View commit details
    Browse the repository at this point in the history