hussein-awala commented on code in PR #36492:
URL: https://github.com/apache/airflow/pull/36492#discussion_r1438591710
##########
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:
Just tested, it doesn't work 😞
--
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]