dabla commented on issue #3293: URL: https://github.com/apache/arrow-adbc/issues/3293#issuecomment-3227739864
To be able to persist json with Postgres in Python (in my case Airflow), I have to do the following for each JSONB column: import json from psycopg2.extras import Json column_containing_json = Json(json.dumps(column_containing_json)) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
