Schedule a data importSummaryHoes does scheduled import works when using multiple scheduled data imports?InstructionsWhen using multiple scheduled data imports I.e,1. Scheduled import A which run daily at 5AM.2. Scheduled import B which run after parent runs (parent = import A)For example, scheduled import A fails then how can we force scheduled import B to always execute regardless the of its parent scheduled import run status I.e, whether the run is success or failed? We will run the child job even if the parent job fails only when import set property 'glide.scheduled_import.stop_on_error' is set to 'false' (by default it is 'false') and when the parent job did not run into DataSourceExceptions or StreamDataSourceExceptions. If parent job fails due to above exceptions and still want to execute child jobs then both the jobs need to run independently.Related LinksBy default child job will run even if the parent job fails until parent job run into DataSourceExceptions or StreamDataSourceException.