Is there any way to use mogrify
or an alternative method in psycopg2
to resolve argument binding without having to connect to the database (Hive in my case) in first place?
Asked
Active
Viewed 261 times
1

Amelio Vazquez-Reina
- 91,494
- 132
- 359
- 564
-
1Possible duplicate of [Use psycopg2 to construct queries without connection](https://stackoverflow.com/questions/4879804/use-psycopg2-to-construct-queries-without-connection) – ahiijny Jul 23 '18 at 20:21