turbaszek removed a comment on pull request #8805:
URL: https://github.com/apache/airflow/pull/8805#issuecomment-641253096


   Meh. The serialization doesn't work because `__call__` has other signature 
than `BaseOperator.__init__`. I think this could be easily solved by doing 
`super().__call__()` instead of `type.__call__` in metaclass but... we have 
`@apply_defaults` so this will fail because we pass *args and **kwargs. 


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


Reply via email to