ashb commented on a change in pull request #21798:
URL: https://github.com/apache/airflow/pull/21798#discussion_r814269212
##########
File path: airflow/providers/qubole/operators/qubole.py
##########
@@ -39,7 +41,13 @@ class QDSLink(BaseOperatorLink):
name = 'Go to QDS'
- def get_link(self, operator: BaseOperator, dttm: datetime) -> str:
+ def get_link(
+ self,
+ operator: "AbstractOperator",
+ dttm: Optional[datetime] = None,
+ *,
+ ti_key: Optional["TaskInstanceKey"] = None,
+ ) -> str:
Review comment:
Oh not quite -- I can't use the "AbstractOperator" type as that only
exists in 2.3
--
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]