Hanging on execution

HI guys
I am trying around in the standard instance and it hangs on this python line.

cur.execute(“CREATE TABLE IF NOT EXISTS keyword_embedding (id SERIAL PRIMARY KEY, keyword TEXT, embedding TEXT)”)
I tried it on colab as well as on my local sql frontend connecting to the render database.

Any advise how to debug this further ?

Hey,

This snippet doesn’t really tell us a lot.

You may be missing the semicolon at the end of your query: “;” which tells Postgres that your query is finishing, it may be hanging because of that.

Jérémy, Render Support

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.