You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your answer, I've tried to work on implementing this in the sql.run.run.run_statements function without a new magic and it seems not so easy to access the notices list. Best for your project.
Hi, and thanks for this awesome open-source project:)
I'm using postgresql, and I would like to output notice.
This can be done using the psycopg connection with poll
method
.With this magic we would output the notices instead of results. Do you think it is worth doing it(my use case is for teaching).
The text was updated successfully, but these errors were encountered: