This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
[FEATURE]: manage notebook migration at the cell level rather than the notebook level #1326
Closed
1 task done
Is there an existing issue for this?
Problem statement
The current implementation skips notebooks for which the default language is not yet supported (Scala, R).
This is sub-optimal because these notebooks may contain cells that we can migrate: Python, SQL and %run
Proposed Solution
Enhance NotebookMigrator such that it only skips unsupported cells, rather than entire notebooks.
Additional Context
No response
The text was updated successfully, but these errors were encountered: