The problem I’m having
Is there a way to get the console log from a job using API or something similar? Instead of downloading the logs manually.
The context of why I’m trying to do this
I’m using Snowflake. I’m trying to get the runtime of each of my model, where I can store the runtimes in a table in Snowflake and from there I can see the averages and see if there are instances where a job has taken longer than usual. I’ve looked at the ‘run_results.json’ file but I don’t think the times I see there are the runtime for the creation of the models in my database (correct me if I’m wrong), but it’s for how long a node was executed.
What I’ve already tried
I’ve looked at the run_results.json file.
Edit: could Cloud Discovery API be what I’m looking for?
Hopefully everything above makes sense.