casassg commented on pull request #8962:
URL: https://github.com/apache/airflow/pull/8962#issuecomment-635533530


   1. Switched to use factory method (aka reuse function several times in a 
DAG). Cleaned a lot of code that had to do with this decision.
   2. Added check for multiple outputs keys. Now if any key is not a string, it 
will fail. This reduces weird cases where users may accidentally duplicate keys 
when casted to strings. Less flexible but also easier to see what's happenning 
below on the XCom table. 
   3. Reverted string casting in XComArg as we no longer need as we are 
enforcing keys to always be strings


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to