potiuk commented on code in PR #36492:
URL: https://github.com/apache/airflow/pull/36492#discussion_r1438593904


##########
airflow/models/trigger.py:
##########
@@ -90,8 +90,17 @@ def __init__(
     @internal_api_call
     def from_object(cls, trigger: BaseTrigger) -> Trigger:
         """Alternative constructor that creates a trigger row based directly 
off of a Trigger object."""
+        from airflow.models.crypto import get_fernet

Review Comment:
   Works now after https://github.com/apache/airflow/pull/36496



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to