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

Commit 8203503

Browse files
committed
Review remarks #3
1 parent a896c63 commit 8203503

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

platform/ingest/hydrolixlowerer.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -639,6 +639,9 @@ func (l *HydrolixLowerer) LowerToDDL(
639639
}
640640
}
641641
// --- Final Payload ---
642+
// There is implicit interface here between lowerer and backend connector
643+
// so we need to generate payload that is compatible with backend connector
644+
// backend connector expects a specific structure
642645
payload := map[string]interface{}{
643646
"create_table": createTable,
644647
"transform": transform,

0 commit comments

Comments
 (0)