Closed yitang closed 3 weeks ago
Thanks for the report @yitang !
Could you make a test notebook that repros this problem and add me (stevemessick on Kaggle) as a collaborator? I looked through the code, both client and server, and it looks like it should be getting handled.
@stevemessick i added you to the testing notebook and model as a collaborator. not sure if it is matters but both notebook and model are private.
i just tried it again to replicate the issue:
the model i added in step 2 is missing in the input field.
Thanks @yitang. Could you add a link to your testing notebook? Edit: I hadn't checked my email; I have the link, thanks.
We'll look into this soon.
Here's the link. https://www.kaggle.com/code/yimacs/test-kaggle-api/
@yitang It turns out, you were just (un)lucky! If you had used almost any framework except "Other" it would have worked. The server didn't properly handle that one framework (and a couple other recent additions). I have a fix in the works and it should be live on the server in a day or two. Thanks for finding this problem!
Thanks @stevemessick going to test it in weekend.
I'm using Kaggle API version 1.6.17. I noticed the
model_sources
field in the kernel-metadata.json file is ignore when usingkaggle kernel push
CLI command. I tried it both with creating new kernels, and editing existing kernels.