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

Helmchart: Provision Standalone Dag Processor #23711

Merged
merged 15 commits into from
Jul 6, 2022
Merged

Helmchart: Provision Standalone Dag Processor #23711

merged 15 commits into from
Jul 6, 2022

Commits on Jul 5, 2022

  1. Add Standalone Dag Processor to Helm

    Add Dag Processor templates and values to schema, at the moment
    the standalone dag processor is disabled by default.
    gmsantos committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    1390360 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37038ef View commit details
    Browse the repository at this point in the history
  3. Add tests for Dag Processor

    gmsantos committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    36e9348 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e8c1e29 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b4c7083 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a3af151 View commit details
    Browse the repository at this point in the history
  7. Mount DAG folder to scheduler if it's a local executor

    With local executor, the scheduler is the worker and it
    needs access to the DAGs
    gmsantos committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    30f7344 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7ba099a View commit details
    Browse the repository at this point in the history
  9. Fix condition to include dags mount on scheduler

    see the explanation for this logic #23711 (comment)
    gmsantos committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    dd2f91e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c8c5265 View commit details
    Browse the repository at this point in the history
  11. Rename test

    gmsantos committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    fa263d5 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. Configuration menu
    Copy the full SHA
    179f442 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ff9c62 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e78873 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8de0359 View commit details
    Browse the repository at this point in the history