Skip to content
This repository was archived by the owner on Aug 8, 2025. It is now read-only.

Commit 4187320

Browse files
committed
Fix delta example to use delta for both tasks
1 parent 5939676 commit 4187320

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/scala/io/github/datacatering/plan/DeltaLakePlan.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class DeltaLakePlan extends PlanRun {
1616
)
1717
.count(count.records(100))
1818

19-
val transactionTask = iceberg("customer_transactions", "/opt/app/data/customer/delta")
19+
val transactionTask = delta("customer_transactions", "/opt/app/data/customer/delta")
2020
.schema(
2121
field.name("account_id"),
2222
field.name("full_name"),

0 commit comments

Comments
 (0)