potiuk commented on a change in pull request #6692: [AIRFLOW-6130] Make
Cassandra to GCS operator pylint compatible
URL: https://github.com/apache/airflow/pull/6692#discussion_r352285818
##########
File path: airflow/operators/cassandra_to_gcs.py
##########
@@ -141,8 +140,10 @@ def __init__(self,
'VarcharType': 'STRING',
}
- def execute(self, context):
- cursor = self._query_cassandra()
+ def execute(self, context: Dict):
Review comment:
```suggestion
def execute(self, context: Dict[str, str]):
```
----------------------------------------------------------------
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]
With regards,
Apache Git Services