Skip to content

Commit

Permalink
Patch fix, will change definitions in separate pr
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
  • Loading branch information
kevjumba committed Apr 13, 2022
1 parent a71eaf9 commit a8880cf
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,7 @@

input_request = RequestSource(
name="vals_to_add",
schema=[
Field(name="val_to_add", dtype=Int64),
Field(name="val_to_add_2", dtype=Int64),
],
schema={"val_to_add": ValueType.INT64, "val_to_add_2": ValueType.INT64},
)


Expand Down

0 comments on commit a8880cf

Please sign in to comment.