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
I found this issue that was closed and could not ask there. I am having the same use case, databricks uses a different magic line format, like:
# MAGIC %run ./another_notebook
When working with databricks connect locally, if I change that line to
#! %run ./another_notebook
It does work locally, but not when running on databricks.
A possible solution would be to expose the pattern of the magic line comments as configuration. I can see it hardcoded in uncommentMagicCommands and it would be in line with the cell marker regular expressions already exposed as configuration
The text was updated successfully, but these errors were encountered:
I found this issue that was closed and could not ask there. I am having the same use case, databricks uses a different magic line format, like:
When working with databricks connect locally, if I change that line to
It does work locally, but not when running on databricks.
A possible solution would be to expose the pattern of the magic line comments as configuration. I can see it hardcoded in
uncommentMagicCommands and it would be in line with the cell marker regular expressions already exposed as configuration
The text was updated successfully, but these errors were encountered: