Skip to content

Commit

Permalink
update error message
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-joshi committed May 1, 2024
1 parent 7ffa937 commit 2f457ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ def default_to_pandas(
if kwargs:
args_str += ", ".join(f"{key}={value}" for key, value in kwargs.items())
ErrorMessage.not_implemented(
f"Snowpark pandas doesn't yet support {object_type}.{fn_name}({args_str}"
f"Snowpark pandas doesn't yet support the method {object_type}.{fn_name}({args_str}"
)

@classmethod
Expand Down

0 comments on commit 2f457ca

Please sign in to comment.