My problem is I am facing...ProgrammingError: copy_from cannot be used with an asynchronous
callback....while trying to ...copy_from... without async connection. This must be stated, I am creating connection from a celery task. Can someone give me a clu...