molcay commented on issue #11323: URL: https://github.com/apache/airflow/issues/11323#issuecomment-3835806667
Hi @shahar1, I have a concern about this implementation. Since the `XCom` has a hard limit to 1GB (due to the DB field type `JSONB`) and the return value from a Operator stored in the `XCom`, do we need to do something extra? I know the 1GB is a huge size but still... Lets assume you are migration a bucket to another bucket (this can be trained AI model data) and try to move the data between buckets. I think we can hit that limit in this kind of scenario -- 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]
