Local pipeline fails to run when using relative script
See original GitHub issueDescribe the issue Local pipeline fails to run when using relative script
To Reproduce
Steps to reproduce the behavior:
1.Create a pipeline on elyra-pipelines
2.Add a script factorial.r
from a sibling directory sample-script
3.See error:
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
How to load file locally with path vs path in Azure Devops build
SourcesDirectory) is the default working directory of the job, so you can access the source files using either relative paths or absolute paths....
Read more >Error: Relative path is not supported. The related file/directory ...
I am using the PowerShellOnTargetMachines Task to run DSC on a remote server. I can run the DSC file from a PowerShell Command...
Read more >Troubleshooting ML pipelines - Azure Machine Learning
One of the most common failures in a pipeline is that the domain script does not run as intended, or contains runtime errors...
Read more >Troubleshooting CI/CD - GitLab Docs
Before a pipeline can run, GitLab evaluates all the jobs in the configuration and tries to add them to all available pipeline types....
Read more >Pipeline: Basic Steps - Jenkins
When using relative path, it is relative to the current working directory (by default: the workspace). Both Unix and Windows path are supported...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Verified, thanks @bourdakos1
Can you draw the directory layout?
If this is your scenario then you need to use a symlink - support for kfp/aa is already available in master. (https://github.com/elyra-ai/elyra/pull/1689)