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
{{ message }}
This repository has been archived by the owner on Jun 28, 2021. It is now read-only.
It should be noted that this varies between languages. In runtime languages like R and Python users can create separate scripts to add their data/results to the local registry. However for static languages like C++ they will likely implement this into the model itself, so there is a chance FDP would be running the model itself.
The text was updated successfully, but these errors were encountered:
I would have thought in all cases you'd normally be running the model. in R, the submission script would be R -f model.R. You could do something different where you ran the code first, but then you would be correctly tracing the files - how would the output from the model run be written if it wasn't handled by the data pipeline API code?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It should be noted that this varies between languages. In runtime languages like
R
andPython
users can create separate scripts to add their data/results to the local registry. However for static languages like C++ they will likely implement this into the model itself, so there is a chance FDP would be running the model itself.The text was updated successfully, but these errors were encountered: