GitHub user potiuk added a comment to the discussion: Custom secret backend issue
Converted it to a discussion, it's not an airflow issue, It is something you have problems with and ask for help - so this should be a discussion in the first place. Looks lke you have circular import somewhere. There are two ways to deal with circular imports : `if TYPE_CHECKING` (when your issue is caused by typing) or local imports (if your top level import is importing something that imports your module in turn) - look for many other places where both were applied. GitHub link: https://github.com/apache/airflow/discussions/43880#discussioncomment-11213818 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
