Junnplus commented on issue #16060: URL: https://github.com/apache/airflow/issues/16060#issuecomment-848437458
`apply_default` is moved to metaclass of operator, it not process the signature of the `python_callable` for `DecoratedOperator` to fill in `op_kwargs`. We can preprocess the padding of `default_args` before https://github.com/apache/airflow/blob/master/airflow/decorators/base.py#L206 like `dag` decorator. -- 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]
