ddelange commented on issue #6506: [AIRFLOW-XXX] Fix unpacking of resources URL: https://github.com/apache/airflow/pull/6506#issuecomment-550051457 @ashb thanks for referencing, I missed that PR. I'll dig into the KubernetesPodOperator, as it is indeed a conflicting kwarg that is propagated to both BaseOperator and PodGenerator, which seems wrong, since the input dict seems not compatible with the latter: https://github.com/apache/airflow/blob/88989200a66291580088188f06a6db503ac823e2/airflow/contrib/operators/kubernetes_pod_operator.py#L121 Will spend some time tomorrow to figure it out and create a Jira ticket and a PR.
---------------------------------------------------------------- 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] With regards, Apache Git Services
