-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Feast AWS Athena offline store (again) (#3044)
* fixed bugs, cleaned code, added AthenaDataSourceCreator Signed-off-by: Youngkyu OH <[email protected]> * fixed bugs, cleaned code, added some methods. test_universal_historical_retrieval - 100% passed Signed-off-by: Youngkyu OH <[email protected]> * fixed bugs to pass test_validation Signed-off-by: Youngkyu OH <[email protected]> * changed boolean data type mapping Signed-off-by: Youngkyu OH <[email protected]> * 1.added test-python-universal-athena in Makefile 2.replaced database,bucket_name hardcoding to variable in AthenaDataSourceCreator Signed-off-by: Youngkyu OH <[email protected]> * format,run lint Signed-off-by: Youngkyu OH <[email protected]> * revert merge changes Signed-off-by: Danny Chiao <[email protected]> * add entity_key_serialization Signed-off-by: Danny Chiao <[email protected]> * restore deleted file Signed-off-by: Danny Chiao <[email protected]> * modified confusing environment variable names, added how to use Athena Signed-off-by: Youngkyu OH <[email protected]> * enforce AthenaSource to have a name Signed-off-by: Youngkyu OH <[email protected]> Co-authored-by: toping4445 <[email protected]> Co-authored-by: Danny Chiao <[email protected]>
- Loading branch information
1 parent
32d2039
commit 989ce08
Showing
20 changed files
with
1,782 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,7 @@ | |
"SnowflakeSource", | ||
"SparkSource", | ||
"TrinoSource", | ||
"AthenaSource", | ||
} | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Oops, something went wrong.