in build_artifacts/v2/v2.5/v2.5.0/dirs/etc/sagemaker-ui/workflows/sample_dag.py [0:0]
def sample_dag():
def sample_task():
_task = BashOperator(
task_id="hello_world",
bash_command="echo 'hello world!'"
)
return _task
task = sample_task()