I have a simple DAG which goes like this:
start >> create_cluster >> run_code >> delete_cluster >> end
The run_code runs a python script which is stored in Google Cloud Storage. This python script runs multiple functions to produce the output.
I would like to know if the runtime of these functions can be fetched.