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

fix: cast dataproc batch runtime props #1008

Closed

Commits on Nov 7, 2023

  1. fix: cast dataproc batch runtime props

    There is a bug currently that requires `runtime_config` `properties` values to
    be strings. As a result, integer values need quotes around them in the yml
    files, which is awkward.
    
    With this PR, values are cast as strings, so that the properties can be set in
    a more expected way.
    
    [ADAP-1007]
    jimmyshah committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    2a71760 View commit details
    Browse the repository at this point in the history
  2. add changie file

    jimmyshah committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    0c3596b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c49376f View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    3b12488 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Configuration menu
    Copy the full SHA
    09ef21f View commit details
    Browse the repository at this point in the history
  2. use pre-commit

    Jimmy Shah authored and Jimmy Shah committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    a1f1608 View commit details
    Browse the repository at this point in the history
  3. fix

    Jimmy Shah committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    3072f30 View commit details
    Browse the repository at this point in the history
  4. fix

    jimmyshah committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    8b6f7a2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0ca740b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bf7d6ba View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f1a37a3 View commit details
    Browse the repository at this point in the history