Commit 25b796f
authored
Refactor Python SDK to remove v1 concepts (feast-dev#1023)
* Cleanup cli
Signed-off-by: Terence <terencelimxp@gmail.com>
* Cleanup Python SDK
Signed-off-by: Terence <terencelimxp@gmail.com>
* Cleanup python unit tests
Signed-off-by: Terence <terencelimxp@gmail.com>
* Refactor and parallelize e2e redis tests
Signed-off-by: Terence <terencelimxp@gmail.com>
* Remove e2e bq tests
Signed-off-by: Terence <terencelimxp@gmail.com>
* Fix env variable
Signed-off-by: Terence <terencelimxp@gmail.com>
* Fix pytest redis
Signed-off-by: Terence <terencelimxp@gmail.com>
* Revert "Remove e2e bq tests"
This reverts commit fa0bcab17b244142dbdc44f6c48a4108e5a2b522.
Signed-off-by: Terence <terencelimxp@gmail.com>
* Fix pytest redis
Signed-off-by: Terence <terencelimxp@gmail.com>
* Remove unused batch tests
Signed-off-by: Terence <terencelimxp@gmail.com>
* Fix docker-compose test
Signed-off-by: Terence <terencelimxp@gmail.com>
* Address PR comments
Signed-off-by: Terence <terencelimxp@gmail.com>
* Remove src folder for e2e tests
Signed-off-by: Terence <terencelimxp@gmail.com>
* Address PR comments
Signed-off-by: Terence <terencelimxp@gmail.com>
* Expose Source instead of Options native class
Signed-off-by: Terence <terencelimxp@gmail.com>
* Refactor e2e tests without specification
Signed-off-by: Terence <terencelimxp@gmail.com>
* Fix data partitioning for ingest method
Signed-off-by: Terence <terencelimxp@gmail.com>
* Cleanup date partition logic and add ingest test
Signed-off-by: Terence <terencelimxp@gmail.com>
* Remove type field from datasource classes
Signed-off-by: Terence <terencelimxp@gmail.com>
* Remove not so useful test
Signed-off-by: Terence <terencelimxp@gmail.com>
* Address PR comments
Signed-off-by: Terence <terencelimxp@gmail.com>
* Cleanup the way protos are converted
Signed-off-by: Terence <terencelimxp@gmail.com>
* Split ingest function and add more tests
Signed-off-by: Terence <terencelimxp@gmail.com>
* Cleanup FeatureTable and DataSource
Signed-off-by: Terence <terencelimxp@gmail.com>
* Some fixes
Signed-off-by: Terence <terencelimxp@gmail.com>
* Add BQ source test
Signed-off-by: Terence <terencelimxp@gmail.com>
* Revert "Add BQ source test"
This reverts commit d567937eaf80190cde59128c19af4644c810e7d9.
Signed-off-by: Terence <terencelimxp@gmail.com>
* Add BQ source test
Signed-off-by: Terence <terencelimxp@gmail.com>
* Update perms for bq test
Signed-off-by: Terence <terencelimxp@gmail.com>
* Revert "Update perms for bq test"
This reverts commit 7e74e9069f97af9c0e108aba8f4bd1197ba5c3ed.
Signed-off-by: Terence <terencelimxp@gmail.com>
* Cleanup datasource
Signed-off-by: Terence <terencelimxp@gmail.com>
* Renaming and optimize file search loop
Signed-off-by: Terence <terencelimxp@gmail.com>
* Remove duplicated code in pytest
Signed-off-by: Terence <terencelimxp@gmail.com>
* Fix prow config
Signed-off-by: Terence <terencelimxp@gmail.com>1 parent eb865ea commit 25b796f
File tree
48 files changed
+1496
-7824
lines changed- infra/scripts
- sdk/python
- feast
- contrib
- job_controller
- loaders
- staging
- tests
- data
- tests/e2e
- bq
- redis
- all_types_parquet
- basic
- large_volume
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
48 files changed
+1496
-7824
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
This file was deleted.
0 commit comments