Hi,
I would like to check if the task within job is succeded (even the job is marked as failed because on of the tasks).
I need to create dependency for tasks within other jobs. The case is that I have one job for loading all tables for one country. Report uses some tables from job.
I'm looking something similar to ExternalTasSensor in Airflow.
What is the best practice in this area? I see the option to use API but maybe you see other, better possibilites.