Juan
04/12/2022, 6:20 PMsandy
04/12/2022, 7:49 PMowen
04/12/2022, 9:23 PMcontext.resources.airbyte.get_job_status(job_id)
(assuming you add airbyte as a required resource key for your hook). You can get the job_id that failed by parsing the error message included on HookContext.op_exception.description, which should look like "Job failed: {job_id}". The airbyte response returned by the get_job_status function will be a dictionary that contains a bunch of information that you can parse through to get the failed tables.Juan
04/13/2022, 1:44 PM