Skip to content

Commit

Permalink
add udf_vertex param
Browse files Browse the repository at this point in the history
Signed-off-by: Gulshan Bhatia <gulshan_bhatia@intuit.com>
  • Loading branch information
Gulshan Bhatia committed Jun 14, 2024
1 parent b511956 commit ff10315
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion numalogic/udfs/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,11 @@ def _load_artifact(
)

logger = _struct_log.bind(
uuid=payload.uuid, skeys=skeys, dkeys=dkeys, payload_metrics=payload.metrics
uuid=payload.uuid,
skeys=skeys,
dkeys=dkeys,
payload_metrics=payload.metrics,
udf_vertex=vertex,
)

version_to_load = "-1"
Expand Down

0 comments on commit ff10315

Please sign in to comment.