Hello, I am currently going through this notebook: https://docs.llamaindex.ai/en/stable/examples/pipeline/query_pipeline_sql.html. Is there a way to store the SQL query inferred? As far as I see, after calling "response = qp.run(query=query") print(str(response))" even if I see it printed out, i do not find it stored.