Can Kaggle Kernels be used in Databricks notebooks?

jch
New Contributor III

suggestions).

This one looks perfect 

kaggle kernels output rsrishav/starter-youtube-trending-video-dataset -p /path/to/dest

 but I'm not using CLI, I'm using a databricks notebook.

I tried using this code but it doesn't work.

data_path = 'rsrishav/youtube-trending-video-dataset' 
 
file_path = '/mnt/dlsi2023/testing' 
 
api.kernels_pull(data_path, file_path, metadata=True, quiet=True)

The error message I receieved was: 

HTTP response body: {"code":403,"message":"Permission \u0027kernels.get\u0027 was denied"}

Does anyone have suggestions for using a Kaggle kernel within a databricks notebook or have suggestions for another dataset?

Anonymous
Not applicable

Hi @jch​ 

Great to meet you, and thanks for your question!

Let's see if your peers in the community have an answer to your question. Thanks.