kaxil commented on PR #44333: URL: https://github.com/apache/airflow/pull/44333#issuecomment-2506079086
> @kaxil , Should I be following what you did for XCOM value for DagRun.conf as well? > > You mentioned following in the migration: > > ``` > # Summary of the change: > # 1. Create an archived table (`_xcom_archive`) to store the current "pickled" data in the xcom table > # 2. Extract and archive the pickled data using the condition > # 3. Delete the pickled data from the xcom table so that we can update the column type > # 4. Update the XCom.value column type to JSON from LargeBinary/LongBlob > ``` Yeah, that's the only way I could think of to handle it without causing data loss -- 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]
