potiuk commented on a change in pull request #22244:
URL: https://github.com/apache/airflow/pull/22244#discussion_r826105653



##########
File path: airflow/providers/amazon/aws/operators/emr.py
##########
@@ -244,7 +244,7 @@ def get_link(
         :param dttm: datetime
         :return: url link
         """
-        if ti_key:
+        if ti_key is not None:

Review comment:
       Nope. But it's easier to standardize. Both ways were used in the code 
and I arbitrary chose `not None` as more explicit.




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