mik-laj commented on pull request #10163:
URL: https://github.com/apache/airflow/pull/10163#issuecomment-669109674


   We don't have to choose specific arguments. It is enough for us to make the 
following change in each operator.
   ```diff
   - def __init__(self, table: str, keys: Dict[str, str], cassandra_conn_id: 
str, **kwargs: Any) -> None:
   + def __init__(self, *, table: str, keys: Dict[str, str], cassandra_conn_id: 
str, **kwargs: Any) -> None:
   ```
   
   However, we can do it in a separate PR.
   
   Now I would like to ask you to fix the pylint problems. We cannot accept 
this change without it.


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


Reply via email to