Fokko commented on issue #6370: AIRFLOW-5701: Don't clear xcom explicitly 
before execution
URL: https://github.com/apache/airflow/pull/6370#issuecomment-544229682
 
 
   Yes. I also still have to do the database migrations. The issue here is that 
for sqlite the migrations are quite limited, and don't support dropping of 
columns. The changes to the xcom table are not breaking any queries, since 
we're not using the `id` field anywhere, and hopefully, the PK uniqueness 
constraints aren't violated anywhere :-)

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to