Hello @Adaramola_Samson,
Could you check this post someone had a similar error importing DAG’s. Perhaps in Exercise 4 when you declare the dependencies you use the task names, not the method names (e.g. is_deployable_task
, not _is_deployable
). Hope it helps