Basics
Guides
References
System tests
Resources
Commits
sys_test_context_task
DAG_ID
cmd
test_context
test_run
create_connection(conn_id_name)
create_connection
""" #!/bin/bash echo 'foo' > /tmp/test_file cd /tmp nohup python3 -m http.server 8083 > /dev/null 2>&1 & echo $! sleep 2 exit 0 """
Was this entry helpful?
create_connection()