有没有办法ssh到服务器并使用Airflow运行PythonOperator
?我看起来像SSHExecuteOperator
,但不执行bash命令执行python可调用。
答案 0 :(得分:1)
其ssh隐私问题
ssh-keygen -t rsa
并按完全键只需在气流用户界面中添加以下内容
即可 {"key_file": "/usr/local/airflow/.ssh/id_rsa.pub", "no_host_key_check": true}
重新编译DAG并运行它