-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New 'dump' command to download all the information from a job #34
Comments
As per #35, the The code will get the id from the |
Doc reference: https://docs.python.org/3/library/urllib.parse.html |
... and replace the now deprecated get_output with get_outputs
Also, lower the log level when no output structure is present. Such cases are now expected, as the functions are called no matter what...
We still need to rename 'output' into 'dump'. |
Commit 4d97035 should have been tagged for this issue. |
This command is intended to be a debugging tool. It should gather all the information that's available, including the inputs to the job, whether they are inline, data assets or connections.
The text was updated successfully, but these errors were encountered: