pgagnon commented on PR #43905: URL: https://github.com/apache/airflow/pull/43905#issuecomment-2470384240
@kaxil > Option 1: Try to migrate pickle to JSON ```# If unpickling fails, assume it's already JSON and skip``` If JSON decoding fails, maybe we could save the value in a backup blob field (to be deprecated and removed in a specified future version). While XComs are _generally_ not that important I feel it might be better to soft-delete wherever there's a risk of data loss as a general practice. -- 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]
