基础
指南
参考
系统测试
资源
提交
tests.system.amazon
tests.system.amazon.aws
tests.system.amazon.aws.example_http_to_s3
create_connection(conn_id_name)
create_connection
sys_test_context_task
DAG_ID
cmd
test_context
test_run
显示值""" #!/bin/bash echo 'foo' > /tmp/test_file cd /tmp nohup python3 -m http.server 8083 > /dev/null 2>&1 & echo $! sleep 2 exit 0 """
""" #!/bin/bash echo 'foo' > /tmp/test_file cd /tmp nohup python3 -m http.server 8083 > /dev/null 2>&1 & echo $! sleep 2 exit 0 """
此条目是否有帮助?
create_connection()