Replies: 2 comments 2 replies
-
|
Maybe you can point the data store to somewhere that you can download after an attempted run? From https://solutions.rstudio.com/r/workflows/, it looks like you can send it to something like |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
Just an FYI - unfortunately it appears the aforementioned solutions link has been deprecated ... not sure if a replacement is forthcoming but it was a very helpful reference. I have not found an equivalent replacement in the Posit manuals. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We run scheduled
targetspipelines on RSConect. First, the pipeline is tested locally, and once it is ready, it is published to RSConnect, using a the following shimmake_target.Rmdto run it.When the pipeline runs successfully on both the local and RSConnect environments, this is good.
When there is an error that only occurs in the RSConnect environment, the error message does not specify which target failed. Specifically, the relevant error message is:
This comes, for example, when an environment variable is defined incorrectly on the RSConnect server.
Is there a way to call the tar_make that will improve the error message? Or to at least find out which target is failing?
Beta Was this translation helpful? Give feedback.
All reactions