问题陈述
编辑 UI 时,我可以添加修改额外字段以包含{"no_host_key_check": true}
但是,当我尝试使用遵循连接文档格式的此命令从 CLI 添加此连接时
airflow connections add local_sftp --conn-uri "sftp://test_user:test_pass@local_spark_sftp_server_1:22/schema?extra='{\"no_host_key_check\": true}"
连接添加为{"extra": "'{\"no_host_key_check\": true}"}
如何修改我的airflow connections add
命令以正确格式化此连接配置?