Can Kaggle Kernels be used in Databricks notebooks?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2023 06:50 AM
suggestions).
This one looks perfect
kaggle kernels output rsrishav/starter-youtube-trending-video-dataset -p /path/to/destbut 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?
Labels:
- Labels:
-
Databricks Notebooks
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2023 10:20 PM
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.