I’m trying to connect to my MySQL database, but PromptQL times out. What could be wrong?
Hey there. I assume you’ve setup DDN first as instructed in quickstart doc. While setting up DDN, there is a step for introspecting a connector. Connector introspection tells us that Hasura is successfully able to connect to your database/API (any data source).
Can you please try ddn connector introspect <connector_name>
on your DDN project and see if it returns successful log without any error ? If we can drill down that and confirm, then we can be rest assured, we 'll be able to have PromptQL connect to MySQL connector as well without timing out.