Skip to content

Commit

Permalink
Merge pull request #96 from TileDB-Inc/ihn/fix_update_registered
Browse files Browse the repository at this point in the history
Fix tiledb.cloud.udf.update_generic_udf
  • Loading branch information
Shelnutt2 authored Oct 8, 2020
2 parents 85d9d57 + 34545ad commit cb8b9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tiledb/cloud/udf.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ def update_udf(
if source_lines is not None:
udf_model.exec_raw = source_lines

api_instance.updated_registered_udf(
api_instance.update_udf_info(
namespace=namespace, name=name, udf=udf_model, async_req=async_req
)

Expand Down

0 comments on commit cb8b9ca

Please sign in to comment.