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

Expose error due to failure of local python pipeline node execution #1411

Merged
merged 14 commits into from Mar 18, 2021

Commits on Mar 10, 2021

  1. Expose error due to failure of local python pipeline node execution

    Kiersten Stokes authored and Kiersten Stokes committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    c729e91 View commit details
    Browse the repository at this point in the history
  2. Expose error due to failure of local python pipeline node execution

    Kiersten Stokes authored and Kiersten Stokes committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    78e9457 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. Update tests to reflect change made to raised error message

    Kiersten Stokes authored and Kiersten Stokes committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    4a7ad4e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'local-failure-error-handling' of https://github.com/kie…

    …rsten-stokes/elyra into local-failure-error-handling
    Kiersten Stokes authored and Kiersten Stokes committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    fd4bf05 View commit details
    Browse the repository at this point in the history
  3. Change run() arguments to work in python 3.6 envs

    Kiersten Stokes authored and Kiersten Stokes committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    c1f485d View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. Add logic to parse CalledProcessError for better display

    Kiersten Stokes authored and Kiersten Stokes committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    015e47a View commit details
    Browse the repository at this point in the history
  2. Add handling for notebook-specific execution errors

    Kiersten Stokes authored and Kiersten Stokes committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    a523135 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. Remove redundant/unnecessary wording in exception chain

    Kiersten Stokes authored and Kiersten Stokes committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    efee92b View commit details
    Browse the repository at this point in the history
  2. Change notebook execution error attribute from cell_index to exec_count

    Kiersten Stokes authored and Kiersten Stokes committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    39ac7e1 View commit details
    Browse the repository at this point in the history
  3. Update tests to reflect newest changes to error messages

    Kiersten Stokes authored and Kiersten Stokes committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    621f20e View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. Parse PapermillExecutionError to remove potential punctuation

    Kiersten Stokes authored and Kiersten Stokes committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    d4d7fbf View commit details
    Browse the repository at this point in the history
  2. Change location of error-causing cell for clarity in message

    Kiersten Stokes authored and Kiersten Stokes committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    689f9cc View commit details
    Browse the repository at this point in the history
  3. Remove all added punctuation from error messages

    Kiersten Stokes authored and Kiersten Stokes committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    52d326a View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. Change word 'node' back to 'operation' in error message

    Kiersten Stokes authored and Kiersten Stokes committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    37879d2 View commit details
    Browse the repository at this point in the history