I’m building a query pipeline for converting text to sql by following the tutorial given here:
https://docs.llamaindex.ai/examples/pipeline/query_pipeline_sql/Sometimes the user query is such that it requires multiple SQL queries to be executed where the result of one query is needed as an input to the next query. In such cases while the SQL query is formulated correctly, it assumes results rather than executing the actual queries. What can I do to overcome this problem?