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

Bug fix in AWS glue operator when specifying the WorkerType & NumberOfWorkers #19787

Merged
merged 9 commits into from
Dec 6, 2021

Commits on Nov 23, 2021

  1. Fixed a bug causing the aws glue operator to fail when specifying the…

    … worker type and number of workers
    Ritika Singhal committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    08f2206 View commit details
    Browse the repository at this point in the history
  2. Added the ValueError in glue hook __init__ for num_of_dpus and worker…

    … type
    Ritika Singhal committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    5713971 View commit details
    Browse the repository at this point in the history
  3. Refactored the code for better readability

    Ritika Singhal committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    7e846f2 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2021

  1. Changed the way to assert in the glue test case

    Ritika Singhal committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    e8a0193 View commit details
    Browse the repository at this point in the history
  2. Pre-commit run changes

    Ritika Singhal committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    c76335b View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

  1. Modified the value error message

    Ritika Singhal committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    3460024 View commit details
    Browse the repository at this point in the history
  2. Modified the value error message

    Ritika Singhal committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    0a896e2 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. Modified the value error message

    Ritika Singhal committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    8dfbe4e View commit details
    Browse the repository at this point in the history
  2. Modified the value error message

    Ritika Singhal committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    eb8ca3b View commit details
    Browse the repository at this point in the history