GitHub user potiuk added a comment to the discussion: SFTPOperator with dynamic user, fails.
For those kind of things you should rather use discussions. You should likely use task flow tasks where you instantiate SSHHook and simply use the low level methods of the hook directly - rather than usiing SSH Operator - that would be my advice. Then you do no have to use JINJA and have more control over what and when you pass to the SSH Hook. GitHub link: https://github.com/apache/airflow/discussions/46367#discussioncomment-12039905 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
