Description
Bug Description
I am using Langflow's SQL Query Component to execute SQL queries, but I am unable to pass the query results to any other components in my workflow. After initializing and executing the SQL Query Component, I am not able to connect or forward its results to another component for further processing.
Reproduction
Initialize and configure the SQL Query Component with the necessary SQL query.
Execute the SQL query to retrieve data from the database.
Attempt to connect the output of the SQL Query Component to another component (e.g., Data, Agent, or any other).
The connection does not pass the results to the next component, and the results are not processed further.
Expected behavior
After executing the SQL query, the query results should be passed to another component seamlessly. For example, if I connect the output of the SQL Query Component to a Data component, the data should flow through without any issues.
Who can help?
No response
Operating System
Windows 11
Langflow Version
1.3.2
Python Version
3.11
Screenshot
No response
Flow File
No response