mohamad-arabi

Results 3 comments of mohamad-arabi

Have you seen this known limitation:   https://github.com/databricks/run-notebook/blob/main/action.yml#L143-L146 Your notebook must be a Databricks notebook exported as a source file. If you are writing a python file outside of Databricks and...

The stripping of extension is expected behavior https://github.com/databricks/run-notebook/blob/main/packages/common/src/utils.ts#L61-L63

Hey @fedreg-bn are you following the recommend way of running the notebook within a temporary checkout of the entire repo? https://github.com/databricks/run-notebook#recommended-run-notebook-within-a-temporary-checkout-of-the-current-repo That way you will have access to the other...