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: Feast AWS Athena offline store (again) #3044

Merged
merged 11 commits into from
Aug 10, 2022

Commits on Aug 9, 2022

  1. fixed bugs, cleaned code, added AthenaDataSourceCreator

    Signed-off-by: Youngkyu OH <toping4445@gmail.com>
    yelo-blood committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    693e9df View commit details
    Browse the repository at this point in the history
  2. fixed bugs, cleaned code, added some methods. test_universal_historic…

    …al_retrieval - 100% passed
    
    Signed-off-by: Youngkyu OH <toping4445@gmail.com>
    yelo-blood committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    7cbd232 View commit details
    Browse the repository at this point in the history
  3. fixed bugs to pass test_validation

    Signed-off-by: Youngkyu OH <toping4445@gmail.com>
    yelo-blood committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    9011036 View commit details
    Browse the repository at this point in the history
  4. changed boolean data type mapping

    Signed-off-by: Youngkyu OH <toping4445@gmail.com>
    yelo-blood committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    23905a1 View commit details
    Browse the repository at this point in the history
  5. 1.added test-python-universal-athena in Makefile 2.replaced database,…

    …bucket_name hardcoding to variable in AthenaDataSourceCreator
    
    Signed-off-by: Youngkyu OH <toping4445@gmail.com>
    yelo-blood committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    5fc9e6e View commit details
    Browse the repository at this point in the history
  6. format,run lint

    Signed-off-by: Youngkyu OH <toping4445@gmail.com>
    yelo-blood committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    e8db748 View commit details
    Browse the repository at this point in the history
  7. revert merge changes

    Signed-off-by: Danny Chiao <danny@tecton.ai>
    adchia authored and yelo-blood committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    228555c View commit details
    Browse the repository at this point in the history
  8. add entity_key_serialization

    Signed-off-by: Danny Chiao <danny@tecton.ai>
    adchia authored and yelo-blood committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    e9b6180 View commit details
    Browse the repository at this point in the history
  9. restore deleted file

    Signed-off-by: Danny Chiao <danny@tecton.ai>
    adchia authored and yelo-blood committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    c7e59a3 View commit details
    Browse the repository at this point in the history
  10. modified confusing environment variable names, added how to use Athena

    Signed-off-by: Youngkyu OH <toping4445@gmail.com>
    yelo-blood committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    327289e View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. enforce AthenaSource to have a name

    Signed-off-by: Youngkyu OH <toping4445@gmail.com>
    yelo-blood committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    ce1710c View commit details
    Browse the repository at this point in the history