I'm also a little new to using the built in tasks....
# prefect-community
m
I'm also a little new to using the built in tasks. I want to try the mysqlexecute task but how do i pass in upstream tasks to it?
n
Hi @Matthew Maldonado - are you attempting to pass data from upstream tasks or just put them before your mysqlexecute task in the flow diagram?
m
I figured it out. It took a bit to find examples on the other tasks in the library. Task_name()(upstream_tasks=[]). Thank you
🚀 1