Commit b5e19bd
move read transforms into "source" package as FeatureSources (#74)
* move read transforms into "source" package as FeatureSources
* fix core import spec validator to check for file.csv and file.json
* update import spec validator tests1 parent 9e2de1b commit b5e19bd
32 files changed
Lines changed: 704 additions & 673 deletions
File tree
- core/src
- main/java/feast/core/validators
- test/java/feast/core/validators
- ingestion/src
- main/java/feast
- ingestion/transform
- options
- source
- bigquery
- csv
- json
- kafka
- deserializer
- pubsub
- storage
- bigquery
- file/json
- test/java/feast
- ingestion
- source
- bigquery
- csv
- kafka/deserializer
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
227 | | - | |
| 227 | + | |
| 228 | + | |
228 | 229 | | |
229 | 230 | | |
230 | 231 | | |
| |||
263 | 264 | | |
264 | 265 | | |
265 | 266 | | |
266 | | - | |
267 | | - | |
268 | | - | |
269 | 267 | | |
270 | 268 | | |
271 | 269 | | |
| |||
Lines changed: 4 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
670 | 670 | | |
671 | 671 | | |
672 | 672 | | |
673 | | - | |
| 673 | + | |
674 | 674 | | |
675 | 675 | | |
676 | | - | |
| 676 | + | |
677 | 677 | | |
678 | 678 | | |
679 | 679 | | |
| |||
685 | 685 | | |
686 | 686 | | |
687 | 687 | | |
688 | | - | |
| 688 | + | |
689 | 689 | | |
690 | 690 | | |
691 | 691 | | |
| |||
702 | 702 | | |
703 | 703 | | |
704 | 704 | | |
705 | | - | |
706 | | - | |
| 705 | + | |
707 | 706 | | |
708 | 707 | | |
709 | 708 | | |
| |||
Lines changed: 0 additions & 135 deletions
This file was deleted.
Lines changed: 0 additions & 78 deletions
This file was deleted.
Lines changed: 0 additions & 97 deletions
This file was deleted.
0 commit comments