Skip to content

Commit

Permalink
Merge pull request #8 from ExpediaGroup/IcebergTest
Browse files Browse the repository at this point in the history
feat: Add Iceberg support to SparkSource
  • Loading branch information
omirandadev authored Jul 26, 2023
2 parents cea60a7 + dd7ac5e commit 297cf2a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ class SparkSourceFormat(Enum):
parquet = "parquet"
delta = "delta"
avro = "avro"
iceberg = "iceberg"


class SparkSource(DataSource):
Expand Down

0 comments on commit 297cf2a

Please sign in to comment.