id_no
cannot be used as an identifier for the kernel
#745
Labels
id_no
cannot be used as an identifier for the kernel
#745
First, I created a kernel using an
id_no = 145717001
> kaggle kernels push Kernel version 1 successfully pushed. Please check progress at https://www.kaggle.com/code/vioochai/tmp001
When I removed the
title
field and tried to modify the kernel using the sameid_no
, it prompted that I was creating a new kernel.> kaggle kernels push Kernel push error: New kernels must have a title specified
When I added the
title
field back, it indicated a kernel conflict.I speculate that it works like this: it uses the provided
title
and your username to create anid = username/title
to identify the kernel, completely ignoring the role ofid_no
. This contradicts the API documentation which states thatid_no
has higher priority.The text was updated successfully, but these errors were encountered: