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 ray version of the html2parquet transform #666

Merged
merged 22 commits into from
Oct 7, 2024
Merged

Added ray version of the html2parquet transform #666

merged 22 commits into from
Oct 7, 2024

Commits on Sep 23, 2024

  1. moved to language folder

    Signed-off-by: Sungeun An <[email protected]>
    Sungeun An committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    6b6cc62 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    e692433 View commit details
    Browse the repository at this point in the history
  2. Seperated requirements from pyproject.toml

    Signed-off-by: Maroun Touma <[email protected]>
    touma-I committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    efc7271 View commit details
    Browse the repository at this point in the history
  3. added requirements.txt

    Signed-off-by: Maroun Touma <[email protected]>
    touma-I committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    84dfa95 View commit details
    Browse the repository at this point in the history
  4. Apply folder change to ci/cd

    Signed-off-by: Maroun Touma <[email protected]>
    touma-I committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    da9ce93 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. merge from dev

    Sungeun An committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    347be6f View commit details
    Browse the repository at this point in the history
  2. Add ray version of html2parquet

    Sungeun An committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    51ff6b9 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Regenerated workflow files and edited Makefile

    Signed-off-by: Sungeun An <[email protected]>
    Sungeun An committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    1189666 View commit details
    Browse the repository at this point in the history
  2. added python readme

    Signed-off-by: Sungeun An <[email protected]>
    Sungeun An committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    0a14f3b View commit details
    Browse the repository at this point in the history
  3. resolve conflicts

    Signed-off-by: Sungeun An <[email protected]>
    Sungeun An committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    c436eed View commit details
    Browse the repository at this point in the history
  4. resolved conflicts

    Signed-off-by: Sungeun An <[email protected]>
    Sungeun An committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    9cad376 View commit details
    Browse the repository at this point in the history
  5. Update transforms/language/html2parquet/ray/pyproject.toml

    package name for ray cannot be the same as package name for python
    touma-I authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    15fc047 View commit details
    Browse the repository at this point in the history
  6. Update transforms/language/html2parquet/ray/Makefile

    Setting up the vent for ray testing, is different than python testing
    touma-I authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    9cc0e8f View commit details
    Browse the repository at this point in the history
  7. Update transforms/language/html2parquet/ray/Makefile

    here we need to test ray modules (not python)
    touma-I authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    c338204 View commit details
    Browse the repository at this point in the history
  8. Update transforms/language/html2parquet/ray/Makefile

    Need to publish ray image (not python)
    touma-I authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    3512d1e View commit details
    Browse the repository at this point in the history
  9. Update transforms/language/html2parquet/ray/Makefile

    Need to build ray image (not python)
    touma-I authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    a01a529 View commit details
    Browse the repository at this point in the history
  10. Update transforms/language/html2parquet/ray/Makefile

    Need to test ray image (not python)
    touma-I authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    f42fa54 View commit details
    Browse the repository at this point in the history
  11. Update transforms/language/html2parquet/ray/Makefile

    Not sure if we are using this but it should still be ray sample as the default goes to python sample
    touma-I authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    dc9cde3 View commit details
    Browse the repository at this point in the history
  12. Update transforms/language/html2parquet/ray/Makefile

    This won't work here
    touma-I authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    f1842b2 View commit details
    Browse the repository at this point in the history
  13. restore test-code-license_select-kfp.yml

    Signed-off-by: David Wood <[email protected]>
    daw3rd committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    82020fa View commit details
    Browse the repository at this point in the history
  14. Update transforms/language/html2parquet/ray/Makefile

    Need a base image to build the docker image for ray
    touma-I authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    7e5619c View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

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