GitHub user potiuk added a comment to the discussion: Dynamic Task Mapping Failure with External Python Decorator
Likely - your external venv does not have airflow installed. "***" in log replaces sensitive passwords, and it means that in your system you use "airflow" as a password - so all occurences of "airflow" are replaced in the log. I suggest to use "real" passwords also in testing - leaving default password even while you are stage-testing things is a very bad idea. GitHub link: https://github.com/apache/airflow/discussions/43746#discussioncomment-11167016 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
