valentinDruzhinin commented on issue #50915:
URL: https://github.com/apache/airflow/issues/50915#issuecomment-3033908625

   @vincbeck what if we disable this check in BaseOperator? Because right now 
we need to define specific fields for all operators inside BaseOperator.
   ```
           kwargs.pop("_airflow_mapped_validation_only", None)
           if kwargs:
               raise TypeError(
                   f"Invalid arguments were passed to {self.__class__.__name__} 
(task_id: {task_id}). "
                   f"Invalid arguments were:\n**kwargs: {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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to