You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After modify the notebook locally I try to upload it to Kaggle with
kaggle kernels push -p working
but this error message appears: The following are not valid competition sources and could not be added to the kernel: ['c/datamining2021']
Fix
So I changed the competition_sources from "c/datamining2021" to "datamining2021" and then the upload was successful. I think that there is a bug in the kernel metadata generation process: there shouldn't be the extra "c/".
The text was updated successfully, but these errors were encountered:
Bug description
I pull a Kaggle kernel to my local machine. The
-m
flag generate kernel metadataThe generated
kernel-metadata.json
is:After modify the notebook locally I try to upload it to Kaggle with
but this error message appears:
The following are not valid competition sources and could not be added to the kernel: ['c/datamining2021']
Fix
So I changed the competition_sources from
"c/datamining2021"
to"datamining2021"
and then the upload was successful. I think that there is a bug in the kernel metadata generation process: there shouldn't be the extra"c/"
.The text was updated successfully, but these errors were encountered: