I am attempting to create a task in a job using the Git Provider as a source and GitHub is the provider. The repo is a private repo. Regardless of how I enter the path to the notebook I receive the same error that the notebook path is invalid and only absolute paths are supported and must begin with a forward slash (/).
If I attempt to prefix my path with a forward slash I get an error in the UI that git provider paths must be relative and not begin with forward slash.
I have attempted to wrap the path in quotes and I've tried escaping the spaces with a backslash. I've also tried prefixing the path with blob/main or this_is_a_repo_name and neither seem to be working.
Has anyone else experienced this? I can't find an example of the YAML configuration that could be used as an alternative (thinking it may be a UI limitation).
Example of Configuration:
GitHub Repo Path: https://github.com/ExampleAccount/this_is_a_repo_name
Branch: main
Path to Notebook: 00 - Utilities/this_is_a_notebook_name