dstandish commented on pull request #20575:
URL: https://github.com/apache/airflow/pull/20575#issuecomment-1003243270


   > Build and test provider packages wheel failed with the following:
   
   This was due to an example dag which instantiated the GKE subclass without 
specifying a default for `is_delete_operator_pod` (which we're warning about 
now since the default has changed in KPO).
   
   I decided to resolved this by setting explicit value for 
`is_delete_operator_pod=True` in the example dag, to be explicit and update it 
to be the new default (previously the behavior would have been False).
   
   in this commit: 
https://github.com/apache/airflow/pull/20575/commits/8c6a574beda993795511d82a195f13c42d3f422c


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


Reply via email to