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

Enhance job api to return associated feature table and start time #1259

Merged
merged 8 commits into from
Jan 12, 2021

Commits on Jan 8, 2021

  1. Enhance job api to return associated feature table and start time

    Signed-off-by: Khor Shu Heng <khor.heng@gojek.com>
    khorshuheng committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    2d70728 View commit details
    Browse the repository at this point in the history
  2. Fix typo for datetime conversion method

    Signed-off-by: Khor Shu Heng <khor.heng@gojek.com>
    khorshuheng committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    092e664 View commit details
    Browse the repository at this point in the history
  3. Fix return type and wrong argument

    Signed-off-by: Khor Shu Heng <khor.heng@gojek.com>
    khorshuheng committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    b0ba530 View commit details
    Browse the repository at this point in the history
  4. Provide job start time to get historical feature response

    Signed-off-by: Khor Shu Heng <khor.heng@gojek.com>
    khorshuheng committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    b4f1e21 View commit details
    Browse the repository at this point in the history
  5. Use utc timestamp for start time

    Signed-off-by: Khor Shu Heng <khor.heng@gojek.com>
    khorshuheng committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    fcdb476 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2021

  1. Rename fields

    Signed-off-by: Khor Shu Heng <khor.heng@gojek.com>
    khorshuheng committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    ab30494 View commit details
    Browse the repository at this point in the history
  2. Add log uri as fields for retreived job

    Signed-off-by: Khor Shu Heng <khor.heng@gojek.com>
    khorshuheng committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    80ac0a8 View commit details
    Browse the repository at this point in the history
  3. Cast optional str to str type

    Signed-off-by: Khor Shu Heng <khor.heng@gojek.com>
    khorshuheng committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    c5b4e98 View commit details
    Browse the repository at this point in the history