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

feat: Adding support for Native Python feature transformations for On Demand Feature Views #4045

Merged
merged 16 commits into from
Mar 28, 2024

Commits on Mar 26, 2024

  1. uploading current progress, not in a good state yet and have a lot of…

    … cleanup to do
    
    Signed-off-by: Francisco Javier Arceo <[email protected]>
    franciscojavierarceo committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    da3eba3 View commit details
    Browse the repository at this point in the history
  2. bug fix

    Signed-off-by: Francisco Javier Arceo <[email protected]>
    franciscojavierarceo committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    f8fd949 View commit details
    Browse the repository at this point in the history
  3. uploading current progress...calling it a night

    Signed-off-by: Francisco Javier Arceo <[email protected]>
    franciscojavierarceo committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    bbc55de View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. uploading current progress

    Signed-off-by: Francisco Javier Arceo <[email protected]>
    franciscojavierarceo committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    0ac27be View commit details
    Browse the repository at this point in the history
  2. updated types and refactored to adjust

    Signed-off-by: Francisco Javier Arceo <[email protected]>
    franciscojavierarceo committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    b028f8f View commit details
    Browse the repository at this point in the history
  3. fixed types, substraits, and added tests

    Signed-off-by: Francisco Javier Arceo <[email protected]>
    franciscojavierarceo committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    efe16d5 View commit details
    Browse the repository at this point in the history
  4. fixed the casting issue

    Signed-off-by: Francisco Javier Arceo <[email protected]>
    franciscojavierarceo committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    74b77e6 View commit details
    Browse the repository at this point in the history
  5. updated mode check

    Signed-off-by: Francisco Javier Arceo <[email protected]>
    franciscojavierarceo committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    16850e9 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    aa90fc1 View commit details
    Browse the repository at this point in the history
  2. removed print statement

    Signed-off-by: Francisco Javier Arceo <[email protected]>
    franciscojavierarceo committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    26c1170 View commit details
    Browse the repository at this point in the history
  3. updated to fix integration test

    Signed-off-by: Francisco Javier Arceo <[email protected]>
    franciscojavierarceo committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    231e2db View commit details
    Browse the repository at this point in the history
  4. fixed unit test

    Signed-off-by: Francisco Javier Arceo <[email protected]>
    franciscojavierarceo committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    8fedca7 View commit details
    Browse the repository at this point in the history
  5. removed import

    Signed-off-by: Francisco Javier Arceo <[email protected]>
    franciscojavierarceo committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    5eb583d View commit details
    Browse the repository at this point in the history
  6. linter

    Signed-off-by: Francisco Javier Arceo <[email protected]>
    franciscojavierarceo committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    b5b71e2 View commit details
    Browse the repository at this point in the history
  7. removed print statement and OnlineResponseRow

    Signed-off-by: Francisco Javier Arceo <[email protected]>
    franciscojavierarceo committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    75a3023 View commit details
    Browse the repository at this point in the history
  8. fixed type validation

    Signed-off-by: Francisco Javier Arceo <[email protected]>
    franciscojavierarceo committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    c5ecce6 View commit details
    Browse the repository at this point in the history