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

Added initial support for Multi Task Jobs #853

Merged
merged 9 commits into from
Oct 13, 2021
Merged

Added initial support for Multi Task Jobs #853

merged 9 commits into from
Oct 13, 2021

Commits on Oct 11, 2021

  1. Configuration menu
    Copy the full SHA
    35ca76c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbb1978 View commit details
    Browse the repository at this point in the history
  3. Added initial support for Multi Task Jobs

    * provider has to be initialized with `use_multitask_jobs = true`
    * `task` block of `databricks_job` is currently slice, so adding and removing different tasks might cause confusing, but still correct diffs
    * we may explore `tf:slice_set` mechanics for `task` blocks, though initial testing turned out to be harder to test
    * `always_running` parameter still has to be tested for API 2.1 compatibility
    
    This implements feature #747
    nfx committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    25a770f View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. Configuration menu
    Copy the full SHA
    4ef9c1a View commit details
    Browse the repository at this point in the history
  2. Increase test coverage

    nfx committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    c3a0787 View commit details
    Browse the repository at this point in the history
  3. Add corner case testing

    nfx committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    3d3fde8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    08abb9b View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. Centralised job task sorting

    nfx committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    682915d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f77c7de View commit details
    Browse the repository at this point in the history