Skip to content

Commit

Permalink
feat: Added Spark support for Delta and Avro (feast-dev#2757)
Browse files Browse the repository at this point in the history
Signed-off-by: Huib Keemink <huib.keemink@jedlix.com>
  • Loading branch information
creativedutchmen authored Jun 6, 2022
1 parent 0d195c4 commit 7d16516
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ class SparkSourceFormat(Enum):
csv = "csv"
json = "json"
parquet = "parquet"
delta = "delta"
avro = "avro"


class SparkSource(DataSource):
Expand Down

0 comments on commit 7d16516

Please sign in to comment.