jroachgolf84 commented on issue #50389: URL: https://github.com/apache/airflow/issues/50389#issuecomment-2874798502
Seems like the failure is occurring here. https://github.com/apache/airflow/blob/d73d5fa0d9761f48840c4e8bdebf84d5fb1de057/task-sdk/src/airflow/sdk/definitions/mappedoperator.py#L170 It would appear that `_BaseOperatorMeta__param_names` does not exist, meaning that there are `unknown_args` hanging around, hence the failure. https://github.com/apache/airflow/blob/d73d5fa0d9761f48840c4e8bdebf84d5fb1de057/task-sdk/src/airflow/sdk/definitions/mappedoperator.py#L95C1-L99C33 -- 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]
